My fork of modernX (a replacement for MPV that retains the functionality of the default OSC), adding additional features - see builds at: https://github.com/zydezu/mpvconfig
138
stars
5
forks
source link
Fix custom title property and hardcoded download path #5
Custom title property not taking effect.
The 'title' property is already defined and initialised in user_opts. However, the custom title property does not take effect because it was always re-initialised to be '${media-title}'. The offending lines have been removed.
On downloading a file, the hardcoded download location being shown on screen instead of correct one.
This pull request fixes two issues.