Go to file
Sir Aguacata 631891a7b0
Merge branch 'main' into NoodleMagazine
2024-02-12 23:20:19 -08:00
.github Update cs3xxx_bug_report.yml 2023-07-07 10:24:20 +08:00
.vscode initial commit 2022-08-08 10:00:39 +02:00
FullPorner Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
GoodPorn Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
Hahomoe Updated build version 2022-12-01 18:06:21 +08:00
Hanime Updated build version 2022-12-01 18:06:21 +08:00
HentaiHaven Update sources, and add many new sources 2024-02-12 16:27:24 -08:00
HpJav Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
JavFreeProvider Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
JavGuru Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
JavHD Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
JavMost Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
JavSubProvider Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
JavTube Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
NoodleMagazineProvider Merge branch 'main' into NoodleMagazine 2024-02-12 23:20:19 -08:00
OpJav Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
Pornhits Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
Pornhub Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
Porntrex Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
SxyPrn Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
UncutMaza Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
Vlxx Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
Xhamster Update sources, and add many new sources 2024-02-12 16:19:28 -08:00
XvideosProvider Updated build version 2022-12-01 18:06:21 +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 Update build.gradle.kts 2023-07-16 16:37:35 +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
inc_version.py Add script to increase version for all plugins 2022-12-01 18:06:38 +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!