Go to file
darkdemon c152191381 Add StreamBlasters Source 2022-09-25 17:03:37 +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
OnlineMoviesHinditProvider Add StreamBlasters Source 2022-09-25 17:03:37 +05:30
PrmoviesProvider Add Prmovies and OnlineMoviesHindi Sources 2022-09-23 18:41:17 +05:30
StreamBlastersProvider Add StreamBlasters Source 2022-09-25 17:03:37 +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
README.md Update README.md 2022-09-24 15:11:53 +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 Hindi 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