shorter OSD media info

This commit is contained in:
stax76
2022-08-18 09:44:52 +02:00
parent 1f6025a10f
commit 06ff83b75c
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
- Relative file input paths are converted to absolute paths.
- New history-filter option added to define paths to be excluded from the history log feature.
- New command to move the Window to the screen edge (Alt+Arrow) or center (Alt+BS).
- Smaller OSD media info font size and more duplicated and obvious info removed from titles.
- libmpv shinchiro 2022-08-11
input.conf changes:

View File

@@ -1801,6 +1801,9 @@ namespace mpvnet
if (title.ContainsEx("Full"))
title = title.Replace("Full", "").Trim();
if (title.ContainsEx("Subtitles"))
title = title.Replace("Subtitles", "").Trim();
if (title.ContainsEx("forced"))
title = title.Replace("forced", "Forced").Trim();