Це спеціальне розширення для перегляду фільмів, серіалів та аніме в якісному українському дубляжу від різних постачальників в стрімінговій програмі Cloudstream.
Find a file
2023-02-17 22:43:27 +02:00
.github/workflows Initial commit 2023-02-15 08:54:28 +02:00
.vscode Initial commit 2023-02-15 08:54:28 +02:00
EneyidaProvider Eneyida: Parse all episodes 2023-02-17 22:43:27 +02:00
gradle/wrapper Initial commit 2023-02-15 08:54:28 +02:00
UakinoProvider uakino: hotfix 2023-02-17 13:49:28 +02:00
.gitignore Initial commit 2023-02-15 08:54:28 +02:00
build.gradle.kts uakino: Import from cloudstream-extensions-multilingual 2023-02-15 15:14:48 +02:00
gradle.properties Initial commit 2023-02-15 08:54:28 +02:00
gradlew Initial commit 2023-02-15 08:54:28 +02:00
gradlew.bat Initial commit 2023-02-15 08:54:28 +02:00
README.md Initial commit 2023-02-15 08:54:28 +02:00
repo.json repo: init 2023-02-15 15:32:30 +02:00
settings.gradle.kts Initial commit 2023-02-15 08:54:28 +02:00

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!