You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Jace da8c3c399c
Delete repo.json to comply with dmca
2 weeks ago
.github/workflows [skip ci] edited branch on ci 4 months ago
.vscode initial commit 8 months ago
Example [Provider] JavTube 6 months ago
Hahomoe Updated build version 4 months ago
Hanime Updated build version 4 months ago
HentaiHaven Updated build version 4 months ago
HpJav Updated build version 4 months ago
JavFreeProvider Optimizations and minor fixes. 4 months ago
JavGuru Optimizations and minor fixes. 4 months ago
JavHD Optimizations and minor fixes. 4 months ago
JavMost Optimizations and minor fixes. 4 months ago
JavSubProvider Optimizations and minor fixes. 4 months ago
JavTube Optimizations and minor fixes. 4 months ago
OpJav Optimizations and minor fixes. 4 months ago
Pornhub Updated build version 4 months ago
Vlxx Updated build version 4 months ago
XvideosProvider Updated build version 4 months ago
gradle/wrapper initial commit 8 months ago
.gitignore initial commit 8 months ago
LICENSE cleanups 7 months ago
README.md remove warning 7 months ago
build.gradle.kts Merge branch 'master' of github.com:recloudstream/plugin-template 7 months ago
gradle.properties initial commit 8 months ago
gradlew initial commit 8 months ago
gradlew.bat initial commit 8 months ago
inc_version.py Add script to increase version for all plugins 4 months ago
run.bat Fix JavHD homepage issue. Add script for easier debugging. 7 months ago
settings.gradle.kts fix bug 8 months ago

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!