Це спеціальне розширення для перегляду фільмів, серіалів та аніме в якісному українському дубляжу від різних постачальників в стрімінговій програмі Cloudstream.
aniageanimeuaanitubeinuabamboouacloudstreameneyidakinotronkinovezhakotlinserialnouakinouaserialuaserialsufdubukraine
CakesTwix
3d781d88c0
I didn't make the extension, I just added myself for modifications and fixes. Fixed compilation errors associated with JSON library. Added voice studio to the episode titles In the future we need to fix Naruto parsing. It's mistakenly thought to be a movie, but it's not. |
||
---|---|---|
.github/workflows | ||
.vscode | ||
gradle/wrapper | ||
UakinoProvider | ||
.gitignore | ||
build.gradle.kts | ||
gradle.properties | ||
gradlew | ||
gradlew.bat | ||
README.md | ||
settings.gradle.kts |
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.
- Open the root build.gradle.kts, read the comments and replace all the placeholders
- Familiarize yourself with the project structure. Most files are commented
- 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
- Windows:
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!