mirror of
https://github.com/Zaarrg/stremio-community-v5.git
synced 2026-05-10 20:20:32 +00:00
Added explanation for Subtitle Customization and Latest Portable Config
This commit is contained in:
parent
33dc1e942f
commit
0bfe1c012d
1 changed files with 24 additions and 0 deletions
24
README.md
24
README.md
|
|
@ -212,6 +212,7 @@ Enhance your Stremio experience by customizing the MPV player settings. Below ar
|
|||
- The ``mpv.conf`` file can be found in the following location:
|
||||
- **Installation Path:** ``%localAppData%\Programs\LNV\Stremio-5\portable_config\mpv.conf``
|
||||
- **Shaders Folder:** Located within the installation directory ``..\Stremio-5\portable_config\shaders``.
|
||||
- **Latest Portable Config:** Latest portable config can be found [here](https://github.com/Zaarrg/stremio-desktop-v5/tree/webview-windows/utils/mpv/anime4k/portable_config).
|
||||
|
||||
- **🎹 Usage example of `mpv.conf` for DV Content:**
|
||||
```shell
|
||||
|
|
@ -237,6 +238,29 @@ Enhance your Stremio experience by customizing the MPV player settings. Below ar
|
|||
```
|
||||
> **⏳ Note:** Some keys might not work as key presses are converted from js event.codes to literal values for mpv
|
||||
|
||||
- **🔡 Subtitle Customization:**
|
||||
- Subtitles can be full customized in the ``mpv.conf`` by adding the following:
|
||||
```shell
|
||||
# Adjust as needed -
|
||||
sub-font="Comic Sans MS"
|
||||
osd-font="Comic Sans MS"
|
||||
osd-font-size=43
|
||||
sub-font-size=43
|
||||
sub-color=#e1fe00
|
||||
sub-font-size=43
|
||||
sub-color=#ffffff
|
||||
sub-font-size=43
|
||||
sub-border-color=#000000
|
||||
sub-border-size=2
|
||||
sub-shadow-offset=1
|
||||
sub-shadow-color=#000000
|
||||
sub-spacing=0
|
||||
sub-margin-y=41
|
||||
sub-line-spacing=0
|
||||
ass-line-spacing=0
|
||||
# To overwrite .ass subs use sub-ass=no or just use F2 to cycle subtitle modification levels
|
||||
```
|
||||
|
||||
## ⚙️ **Start Arguments**
|
||||
Use these extra arguments when launching the application:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue