-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
38b5497
commit 972715b
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |