From 003e561881dd18f435621878fd6ce2210d037098 Mon Sep 17 00:00:00 2001 From: Zarg <62082797+Zaarrg@users.noreply.github.com> Date: Wed, 5 Feb 2025 19:50:27 +0100 Subject: [PATCH] Update README.md - Added default overwrites of Stremio for subtitles for clarification --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f1717b9..04faf47 100644 --- a/README.md +++ b/README.md @@ -253,6 +253,20 @@ Enhance your Stremio experience by customizing the MPV player settings. Below ar ass-line-spacing=0 # To overwrite .ass subs use sub-ass=no or just use F2 to cycle subtitle modification levels ``` + - Stremio by default overwrites the following: + ```shell + # These 3 options are set using the web ui under the settings page + 'subtitlesTextColor': 'sub-color', + 'subtitlesBackgroundColor': 'sub-back-color', + 'subtitlesOutlineColor': 'sub-border-color', + + # Affected mpv sub settings by this are: + sub-color + sub-back-color # + Alias sub-shadow-color + sub-border-color # + Alias sub-outline-color + + # All these need to be set via the web ui instead + ``` ## ⚙️ **Start Arguments** Use these extra arguments when launching the application: