shorter OSD media info
This commit is contained in:
@@ -5,6 +5,7 @@
|
|||||||
- Relative file input paths are converted to absolute paths.
|
- 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 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).
|
- 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
|
- libmpv shinchiro 2022-08-11
|
||||||
|
|
||||||
input.conf changes:
|
input.conf changes:
|
||||||
|
|||||||
@@ -1801,6 +1801,9 @@ namespace mpvnet
|
|||||||
if (title.ContainsEx("Full"))
|
if (title.ContainsEx("Full"))
|
||||||
title = title.Replace("Full", "").Trim();
|
title = title.Replace("Full", "").Trim();
|
||||||
|
|
||||||
|
if (title.ContainsEx("Subtitles"))
|
||||||
|
title = title.Replace("Subtitles", "").Trim();
|
||||||
|
|
||||||
if (title.ContainsEx("forced"))
|
if (title.ContainsEx("forced"))
|
||||||
title = title.Replace("forced", "Forced").Trim();
|
title = title.Replace("forced", "Forced").Trim();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user