Go to file
Eddy b177de518d Remove no french provider 2022-09-09 13:59:40 +02:00
.github/workflows retry builds 2022-08-19 16:53:40 +02:00
.vscode Initial commit 2022-08-09 17:42:39 +00:00
MesFilmsProvider Add Sarlay's provider 2022-09-06 21:30:39 +02:00
NekosamaProvider rename nekosama class 2022-09-09 13:25:01 +02:00
VostfreeProvider fix the research function and reshape the load 2022-09-06 23:01:26 +02:00
gradle/wrapper Ported over all movie providers (some disabled) 2022-08-10 01:00:08 +02:00
.gitignore Initial commit 2022-08-09 17:42:39 +00:00
LICENSE Create LICENSE 2022-08-24 23:25:31 +00:00
README.md Update README.md 2022-08-24 23:25:01 +00:00
build.gradle.kts add fuzzy for computing string distance 2022-09-08 23:23:45 +02:00
gradle.properties Initial commit 2022-08-09 17:42:39 +00:00
gradlew Ported over all movie providers (some disabled) 2022-08-10 01:00:08 +02:00
gradlew.bat Ported over all movie providers (some disabled) 2022-08-10 01:00:08 +02:00
settings.gradle.kts because they are in the arabic repo 2022-09-01 11:24:43 +02:00

README.md

Cloudstream Non-English Plugin Repository

All available repositories: https://recloudstream.github.io/repos/

Not all extractors are included, only those need to compile. We need to use loadExtractor in the future.

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

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!