cloudstream-extensions/README.md

23 lines
1.1 KiB
Markdown
Raw Permalink Normal View History

2022-08-09 17:42:39 +00:00
**⚠️ This is currently under development, dont use it yet if you're not comfortable with constantly merging new changes**
2022-08-15 22:33:51 +00:00
# Cloudstream English Plugin Repository 🇬🇧
All available repositories: https://recloudstream.github.io/repos/
Plugin json: https://raw.githubusercontent.com/recloudstream/cloudstream-extensions/builds/plugins.json
2022-08-09 17:42:39 +00:00
2022-08-10 02:08:53 +00:00
Not all extractors are included, only those need to compile. We need to use loadExtractor in the future.
2022-08-09 17:42:39 +00:00
## 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](https://github.com/Aliucord).
2022-08-15 22:33:51 +00:00
*Go use it, it's a great mobile discord client mod!*