Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nmoorthy524/mpv-Change-OSD-Media-Title
Sets mpv's OSD media title to also display percentage completed, current chapter, and number of frames dropped.
https://github.com/nmoorthy524/mpv-Change-OSD-Media-Title
Last synced: 3 months ago
JSON representation
Sets mpv's OSD media title to also display percentage completed, current chapter, and number of frames dropped.
- Host: GitHub
- URL: https://github.com/nmoorthy524/mpv-Change-OSD-Media-Title
- Owner: nmoorthy524
- Created: 2016-11-02T01:44:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2021-09-08T06:24:05.000Z (about 3 years ago)
- Last Synced: 2024-05-19T18:15:05.460Z (6 months ago)
- Language: Lua
- Homepage:
- Size: 7.81 KB
- Stars: 13
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change-OSD-media-title.lua
Awesome Lists containing this project
- awesome-mpv - Change-OSD-Media-Title - Displays filename, percentage watched, current chapter, and number of frames dropped in the OSD media title and updates it whenever one of the values has changed. (Playback)
README
# mpv Change OSD Media Title
This script is for using with [mpv media player](https://github.com/mpv-player/mpv) and will set the OSD media title to also display percentage completed, current chapter, and number of frames dropped and update it whenever one of the values has changed.## Example
![example](https://cloud.githubusercontent.com/assets/6493496/19949529/658621e6-a10f-11e6-920f-30814e67f1e2.png)## Usage
Place `change-OSD-media-title.lua` in your `~/mpv/scripts/` folder.You must be using either `bottombar`, `topbar`, or `box` for your `osc-layout` so that the media title can be displayed.