Skip to content

Commit

Permalink
Create SrcPriority.md
Browse files Browse the repository at this point in the history
  • Loading branch information
C10udburst authored Nov 3, 2023
1 parent 38b5497 commit 972715b
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions Settings/SrcPriority.md
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)

0 comments on commit 972715b

Please sign in to comment.