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
8.07k stars 645 forks source link

MPV title argument error #1113

Closed xaein closed 4 years ago

xaein commented 4 years ago

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

error

Your Environment

version

have tried both mplayer (says it cant stream) and mpv (title error), latest versions

eskoONE commented 3 years ago

did you manage to fix this issue?

xaein commented 3 years ago

Yeah, link for the player didn't work, had to google and find the correct version, was trying to use newest, that was my mistake

On Mon, 26 Oct 2020, 8:51 am eskoONE, notifications@github.com wrote:

did you manage to fix this issue?

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub https://github.com/mps-youtube/mps-youtube/issues/1113#issuecomment-716217890, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJZ3QILCHNKP3QU6PDAOZ3SMSMVJANCNFSM4QEXG4ZA .

eskoONE commented 3 years ago

Yeah, link for the player didn't work, had to google and find the correct version, was trying to use newest, that was my mistake On Mon, 26 Oct 2020, 8:51 am eskoONE, @.***> wrote: did you manage to fix this issue? — You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub <#1113 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABJZ3QILCHNKP3QU6PDAOZ3SMSMVJANCNFSM4QEXG4ZA .

just figured this out myself as well. i installed mpv 0.31 instead of 0.32.

ty for your fast response though.

tunga57 commented 3 years ago

see https://jlk.fjfi.cvut.cz/arch/manpages/man/mpv.1

This means mps-youtube will not work with mpv > 0.32

" Legacy option syntax 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 =. For example, before mpv --log-file f.txt would write a log to f.txt, but now this command line fails, as --log-file expects an option value, and f.txt is simply considered a normal file to be played (as in mpv f.txt). 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

see #1052