Compare commits

...

16 Commits

Author SHA1 Message Date
DucksInParks 2417d977f7
Capitalized CloudStream and other grammar changes (#21) 2023-12-30 20:41:39 +01:00
DucksInParks d152922289
Added an explanation in "Select subtitle source" (#23) 2023-12-30 20:41:28 +01:00
Cloudburst 972715b99f
Create SrcPriority.md 2023-11-03 12:40:30 +01:00
Cloudburst 38b54978d4
Update troubleshooting.md 2023-08-27 15:40:52 +02:00
Cloudburst 5b0d05323e
Update Aniyomi.md 2023-08-25 19:14:11 +02:00
Cloudburst 0196642865
Update Aniyomi.md 2023-08-25 12:10:18 +02:00
Cloudburst dc16d7a88f
Update Aniyomi.md 2023-08-25 11:53:16 +02:00
Cloudburst e92661680a
fix gorilla emoji 2023-08-25 11:28:15 +02:00
Cloudburst 7413db94a0
Create Aniyomi.md 2023-08-25 11:22:58 +02:00
Cloudburst 559c8366b9
[skip ci] add aniyomi logo 2023-08-25 11:21:05 +02:00
Cloudburst 8113c6965e
Update using-plugin-template.md 2023-08-22 22:17:35 +02:00
Sir Aguacata 6c35e5c793
Update Repositories.md (#16) 2023-08-15 21:57:27 +02:00
Sir Aguacata 70860e6fc0
Update Repositories.md (#14)
Co-authored-by: WellCodeIsDelicious <82241815+WellCodeIsDelicious@users.noreply.github.com>
2023-08-14 18:23:37 +02:00
Cloudburst b4e1c06d8e
Update retype_build.yml 2023-07-05 21:47:08 +02:00
Cloudburst 184221fcdc
bump page build 2023-07-05 21:45:11 +02:00
Osten dcb5175659
Update Repositories.md 2023-07-04 00:47:46 +02:00
10 changed files with 104 additions and 28 deletions

View File

@ -36,7 +36,7 @@ jobs:
cat .inject/code.js >> ${{ steps.retypebuild.outputs.retype-output-path }}/resources/js/retype.js
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
uses: actions/upload-pages-artifact@v1.0.8
with:
path: ${{ steps.retypebuild.outputs.retype-output-path }}
- name: Deploy to GitHub Pages

42
Integrations/Aniyomi.md Normal file
View File

@ -0,0 +1,42 @@
---
label: Aniyomi
order: 994
icon: /static/aniyomi.png
---
### Use your Aniyomi Extensions in CloudStream!
Not guaranteed to work perfectly. Please make an issue if any functional extension does not work with this system.
Add this repository using this shortcode: [anicompat](https://raw.githubusercontent.com/CranberrySoup/AniyomiCompatExtension/master/repo.json)
~~Click~~ Pet the gorilla to install it on your phone:
[![gorilla](https://cdn.jsdelivr.net/gh/twitter/twemoji@latest/assets/72x72/1f98d.png)](cloudstreamrepo://raw.githubusercontent.com/CranberrySoup/AniyomiCompatExtension/master/repo.json)
### Installation
Install the extension in CloudStream. The extension should then download the internal compat APK automatically. Once the installation is complete your Aniyomi extensions should appear in CloudStream.
Installing this plugin does __not__ automatically download all Aniyomi extensions, you still need to get those from Aniyomi.
### Aniyomi extension list
You can find the list of all Aniyomi extensions [here](https://aniyomi.org/extensions/).
---
### Troubleshooting
**No Aniyomi extensions appear**
1. Go to plugin settings _(Settings -> Extensions -> Aniyomi Compat -> Click the extension settings button next to the trashcan)_
2. Check that the compat apk is installed correctly by checking what it says under the **Currently Using:** tab. It should show some long path to an APK file. If it says none click **Force download APK**.
3. If step 2 does not work, grab the APK and install it yourself [here](https://github.com/CranberrySoup/AniyomiCompat/raw/builds/app-debug.apk)
4. Make sure that you actually have Aniyomi Extensions installed. It should show something other than 0 after **Number of extensions**
**Aniyomi extensions do not work**
1. Make sure the extension is functioning in Aniyomi.
2. Try downloading the compat APK instead of using it internally. Download [here](https://github.com/CranberrySoup/AniyomiCompat/raw/builds/app-debug.apk) or click Install APK externally in plugin settings.
3. Restart CloudStream
4. Make an issue here if it still does not work

View File

@ -20,6 +20,7 @@ Direct Install | Short Codes { class="compact" }
[!badge variant="secondary" icon="static/18p.png" text="NSFW"](https://cutt.ly/Nwyw2nbE) | `Nwyw2nbE`
[!badge variant="secondary" icon="static/ua.png" text="CakesTwix"](https://cutt.ly/gwyw2YuE) | `gwyw2YuE`
[!badge variant="secondary" icon="static/fr.png" text="FStream"](https://cutt.ly/fstream) | `fstream`
[!badge variant="secondary" icon="static/world.png" text="Avocado"](https://cutt.ly/aguaco) | `aguaco`
!!!info
if you don't understand the name of a repository, the repository was named after the developer of that repository.

32
Settings/SrcPriority.md Normal file
View File

@ -0,0 +1,32 @@
---
label: Source Priority
order: 1100
icon: sliders
---
# Source priority
Now you can customize the order of all video sources, but it is a bit complex.
Each quality and source now has a priority.
This means that you can for example make your favorite quality or any videos from your favorite source always appear first.
If the sum of the two priorities is 10 or above the video player will instantly skip loading. For example:
- Video source A: **4**
- Video source B: **1**
- 720p: **6**
- 1080p: **3**
And all sources will be ordered like:
1. Video source A 720p (Priority **10**, instantly skips loading)
2. Videos source A 1080p (Priority **9**)
3. Videos source B 720p (Priority **7**)
4. Videos source B 1080p (Priority **4**)
Your settings can be saved to different profiles to make it easy to sort differently depending on your network connection.
In addition one profile can be set to default for WiFi and one profile for Mobile data, making it easier to load only the videos your network can
![button placement](https://github.com/recloudstream/csdocs/assets/18114966/f4d2d8ab-6937-4e06-a777-80fa1c4d492c)
![explanation](https://github.com/recloudstream/csdocs/assets/18114966/a36338ae-2d58-4ee5-8264-74269a3b01e7)

View File

@ -4,7 +4,7 @@ order: 1000
icon: /static/sub.png
---
# Subtitle Related FAQ
# FAQ on Subtitles
==- Subtitle appearance settings
@ -22,23 +22,23 @@ icon: /static/sub.png
===
==- Select subtitle source
[!badge variant="dark" text="Video player"] → [!badge variant="dark" text="sources"] → [!badge variant="dark" text="subtitles"] → 3 types of subtitle source:
[!badge variant="dark" text="Video player"] → [!badge variant="dark" text="sources"] → [!badge variant="dark" text="subtitles"] → subtitles can come from three sources:
1. from the provider
2. from the device
3. from the internet which are [Open subtitles](https://www.opensubtitles.com/), [Addic7ed](https://www.addic7ed.com/) and [Index subtitles](https://subscene.cyou/) (not stable).
1. load from provider — listed automatically when available
2. load from file — you manually add a subtitle file that's on your device to play with the video
3. load from Internet — using [OpenSubtitles](https://www.opensubtitles.com/) (login required), [Addic7ed](https://www.addic7ed.com/) and [Index subtitles](https://subscene.cyou/) (not stable).
![image](https://user-images.githubusercontent.com/57977673/194716636-f16fe137-c2e6-4529-bfd8-b86214ab8843.png)
===
==- How to use Open subtitles
==- How to use OpenSubtitles
[!badge variant="dark" icon="gear" text="Settings"] → [!badge variant="dark" text="Account"] → [!badge variant="dark" icon="/static/osub.png" text="OpenSubtitles"] → **Login with username and password**
[!badge variant="dark" icon="gear" text="Settings"] → [!badge variant="dark" text="Account"] → [!badge variant="dark" icon="/static/osub.png" text="OpenSubtitles"] → **Login with your username and password**
![image](https://user-images.githubusercontent.com/57977673/194716884-04860e09-7910-4216-bf26-52fbca4e0a86.png)
!!! note Open Subtitles FAQ
If you have more questions about open subtitles, you can go [here](/Integrations/OpenSubtitles.md)
!!! note OpenSubtitles FAQ
For more information, you can [read our OpenSubtitles FAQ](/Integrations/OpenSubtitles.md)
!!!
===

View File

@ -5,11 +5,11 @@ order: 999
---
# Using the template
The easiest way to start developing is to use our [plugin-template](https://codeberg.org/cloudstream/plugin-template) as it sets up the build environment automatically.
The easiest way to start developing is to use our [plugin-template](https://gitdab.com/recloudstream/plugin-template) as it sets up the build environment automatically.
To get started:
1) <a href="https://codeberg.org/cloudstream/plugin-template" target="_blank">Copy the plugin template page URL</a>
1) <a href="https://gitdab.com/recloudstream/plugin-template" target="_blank">Copy the plugin template page URL</a>
2) Import into GitHub using the <a href="https://github.com/new/import" target="_blank">"Import a Repository"</a> Feature

View File

@ -4,17 +4,17 @@ icon: /static/base.png
---
# Getting Started
Cloudstream is an android app for streaming and downloading Movies, TV-Series, Anime, Asian contents and Livestreams. The app provides all the contents without any ads, sign-up and subscription.
CloudStream is an Android application for streaming and downloading movies, TV series, anime, Asian content and livestreams. The app provides all this content ad-free, without any sign-up or subscription requirements.
![](/static/cover.png)
___
## Standard Setup
[!badge variant="light" text="Step 1"] Install the cloudstream base app [!badge variant="primary" icon="/static/stable.png" text="Stable"](https://github.com/recloudstream/cloudstream/releases/latest) or [!badge variant="danger" icon="/static/pre.png" text="Pre-release"](https://github.com/recloudstream/cloudstream/releases/pre-release)
[!badge variant="light" text="Step 1"] Install the CloudStream base app: [!badge variant="primary" icon="/static/stable.png" text="Stable"](https://github.com/recloudstream/cloudstream/releases/latest) or [!badge variant="danger" icon="/static/pre.png" text="Pre-release"](https://github.com/recloudstream/cloudstream/releases/pre-release).
[!badge variant="light" text="Step 2"] Install the [!badge variant="secondary" icon="repo" text="repositories"](Repositories.md)
[!badge variant="light" text="Step 2"] Install the [!badge variant="secondary" icon="repo" text="repositories"](Repositories.md).
[!badge variant="light" text="Step 3"] Go to **[!badge variant="dark" icon="static/base.png" text="Cloudstream"] → [!badge variant="dark" icon="static/gear.png" text="Settings"] → [!badge variant="dark" icon="" text="Extensions"] → [!badge variant="dark" icon="" text="Your installed Repository"]** and install your desired extensions.
[!badge variant="light" text="Step 3"] Go to **[!badge variant="dark" icon="static/base.png" text="Cloudstream"] → [!badge variant="dark" icon="static/gear.png" text="Settings"] → [!badge variant="dark" icon="" text="Extensions"] → [!badge variant="dark" icon="" text="Your installed Repository"]**, and install your desired extensions.
[!badge variant="light" text="Step 4"] Go back to [!badge variant="dark" icon="home" text="Home"] and click the [!badge variant="dark" icon="filter" text="None"] button at the bottom right. Then select the catagory of the extension you have installed and select the extension.
@ -30,6 +30,6 @@ You can install repositories using short codes too.
[!embed](https://youtu.be/Wpq9MPajOVc)
!!!contrast If you aren't able to add repositories using these methods
Use vpn in your device because your ISP is blocking Github raw URLs. You can try [!badge variant="link" text="these VPNs"](/recapps.md/#vpn) for the process.
!!!contrast If you aren't able to add repositories using these methods,
use a VPN on your device, because your ISP is blocking GitHub raw URLs. You can try [!badge variant="link" text="these VPNs"](/recapps.md/#vpn) for the process.
!!!

View File

@ -13,15 +13,16 @@ order: 999
4. AllMoviesForYou `English`
### Anime
1. Kickassanime `Hexated`
2. KronchEN `Crunchyroll`
3. Zoro `English`
4. 9anime `Storm`
5. Allanime `English`
6. Sorastream `Hexated`
7. Yugenanime `Hexated`
8. Animension `Storm`
9. Gogo `English`
1. Anichi `Hexated`
2. 9anime `Avocado`
3. KronchEN/Kwunchwoll `Avocado`
4. Aniwatch `English`
5. Kickassanime `Hexated`
6. Allanime `English`
7. Sorastream `Hexated`
8. Yugenanime `Hexated`
9. Animension `Storm`
10. Gogo `English`
### Asian Contents
1. Sorastream `Hexated`

BIN
static/aniyomi.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View File

@ -7,7 +7,7 @@ icon: tools
## Basic
==- Repositories/Extensions are not loading.
If the repositories are not loading in [the official site](https://cloudstream.cf/repos/) or in the [!badge variant="dark" text="Extensions"] section, repeat the process using VPN connection.
If the repositories are not loading in [the official site](https://recloudstream.github.io/public-gateway-checker/) or in the [!badge variant="dark" text="Extensions"] section, repeat the process using VPN connection.
===
==- `XYZ` extension is not loading.