mps-youtube / yewtube

yewtube, forked from mps-youtube , is a Terminal based YouTube player and downloader. No Youtube API key required.
GNU General Public License v3.0
8k stars 643 forks source link

mps don't work with mpv version > 0.31 -- > MPV title argument error (Reopened) #1126

Closed tunga57 closed 3 years ago

tunga57 commented 3 years ago

see issue #1113

While using mpv to play music in mps-youtube, it throws an error that the title argument needs to be --title== not --title

Temporary Solution: install mpv 0.31

see https://jlk.fjfi.cvut.cz/arch/manpages/man/mpv.1 "The --option=value syntax is not strictly enforced, and the alternative legacy syntax -option value and -option=value will also work. This is mostly for compatibility with MPlayer. Using these should be avoided. Their semantics can change any time in the future. [...] Until mpv 0.31.0, there was no difference whether an option started with -- or a single -. Newer mpv releases strictly expect that you pass the option value after a = [...] The future plan is that -option value will not work anymore, and options with a single - behave the same as -- options. "

tunga57 commented 3 years ago

Sorry for that issue. It is done in the released dev version of mps-youtube... see #1052