mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-16 15:02:07 +00:00
Update README.md
- Added default overwrites of Stremio for subtitles for clarification
This commit is contained in:
parent
906c841e4f
commit
003e561881
1 changed files with 14 additions and 0 deletions
14
README.md
14
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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue