Go to file
Jace d28a051107 Revert "[Feature] Added VIP HD links to all in preparation for NNN"
This reverts commit 8d94a47bdd.
2022-12-01 17:30:49 +08:00
.github/workflows [skip ci] edited branch on ci 2022-11-30 07:56:43 +08:00
.vscode initial commit 2022-08-08 10:00:39 +02:00
Example [Provider] JavTube 2022-10-02 19:31:15 +08:00
Hahomoe Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
Hanime Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
HentaiHaven Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
HpJav Add languages 2022-11-27 12:56:52 +08:00
JavFreeProvider Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
JavGuru Add languages 2022-11-27 12:56:52 +08:00
JavHD Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
JavMost Add languages 2022-11-27 12:56:52 +08:00
JavSubProvider Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
JavTube Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
OpJav Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
Pornhub Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
Vlxx Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
XvideosProvider Revert "[Feature] Added VIP HD links to all in preparation for NNN" 2022-12-01 17:30:49 +08:00
gradle/wrapper initial commit 2022-08-08 10:00:39 +02:00
.gitignore initial commit 2022-08-08 10:00:39 +02:00
LICENSE cleanups 2022-08-28 10:31:50 +08:00
README.md remove warning 2022-09-10 14:16:51 +02:00
build.gradle.kts Merge branch 'master' of github.com:recloudstream/plugin-template 2022-09-03 17:28:56 +08:00
gradle.properties initial commit 2022-08-08 10:00:39 +02:00
gradlew initial commit 2022-08-08 10:00:39 +02:00
gradlew.bat initial commit 2022-08-08 10:00:39 +02:00
repo.json Add repo.json file 2022-08-21 18:04:35 +08:00
run.bat Fix JavHD homepage issue. Add script for easier debugging. 2022-08-23 13:39:00 +08:00
settings.gradle.kts fix bug 2022-08-16 16:35:27 +02:00

README.md

Cloudstream3 Plugin Repo Template

Template for a Cloudstream3 plugin repo

⚠️ Make sure you check "Include all branches" when using this template

Getting started with writing your first plugin

This template includes 1 example 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

Attribution

This template as well as the gradle plugin and the whole plugin system is heavily based on Aliucord. Go use it, it's a great mobile discord client mod!