From 972715b99f4c0de3fc2ea8aef4bce2a296f1bc1d Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Fri, 3 Nov 2023 12:40:30 +0100 Subject: [PATCH] Create SrcPriority.md --- Settings/SrcPriority.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 Settings/SrcPriority.md diff --git a/Settings/SrcPriority.md b/Settings/SrcPriority.md new file mode 100644 index 0000000..f2d4e90 --- /dev/null +++ b/Settings/SrcPriority.md @@ -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)