Go to file
darkdemon 21297f1ef5 add: NollyVerse Source 2022-10-29 05:04:21 +05:30
.github/workflows Initial commit 2022-09-13 21:42:19 +05:30
.vscode Initial commit 2022-09-13 21:42:19 +05:30
AnimeWorldProvider add AnimeWorld source 2022-09-30 00:34:30 +05:30
IBommaProvider add: IBomma Source 2022-10-12 15:58:38 +05:30
NollyVerseProvider add: NollyVerse Source 2022-10-29 05:04:21 +05:30
OnlineMoviesHinditProvider Add StreamBlasters Source 2022-09-25 17:03:37 +05:30
PrmoviesProvider Update PrmoviesProvider.kt 2022-10-10 06:41:58 +05:30
StreamBlastersProvider fix StreamBlasters properly 2022-10-10 13:55:28 +05:30
UWatchFreeProvider add UWatchFree source 2022-09-29 00:34:36 +05:30
gradle/wrapper Initial commit 2022-09-13 21:42:19 +05:30
.gitignore Initial commit 2022-09-13 21:42:19 +05:30
LICENSE Create LICENSE 2022-10-09 01:57:59 +05:30
README.md update readme 2022-09-25 17:05:09 +05:30
build.gradle.kts Add StreamBlasters Source 2022-09-25 17:03:37 +05:30
gradle.properties Initial commit 2022-09-13 21:42:19 +05:30
gradlew Initial commit 2022-09-13 21:42:19 +05:30
gradlew.bat Initial commit 2022-09-13 21:42:19 +05:30
settings.gradle.kts Initial commit 2022-09-13 21:42:19 +05:30

README.md

Cloudstream3 Plugin Repository

Used to load providers for Cloudstream

Getting started with writing your first plugin

  1. Open the root build.gradle.kts, read the comments and replace all the placeholders
  2. Familiarize yourself with the project structure. Most files are commented
  3. Build or deploy your first plugin using:
    • Windows: .\gradlew.bat ExampleProvider:make or .\gradlew.bat ExampleProvider:deployWithAdb
    • Linux & Mac: ./gradlew ExampleProvider:make or ./gradlew ExampleProvider:deployWithAdb