vaibkumr / yTermPlayer

Stream youtube playlists as audio on linux terminal
GNU General Public License v3.0
267 stars 22 forks source link

Video in list opens image of video when played #15

Closed VitoMinheere closed 5 years ago

VitoMinheere commented 5 years ago

Multiple songs in my playlist open an image of the video when played.

Playlist

Song titles with this issue: Hydro & War - Jam [Horizons] Nucleus & Paradox - No Spaced Place

pic-full-190903-2140-51 The image pops up in the current workspace(i3) and cannot be closed unless yterm is also closed. The image closes when the next track is selected.

VitoMinheere commented 5 years ago

I found a solution the Python-mpv repo

Issue #81 mentions adding video=False to mpv.MPV() to explcitly not load a video.

See pull request #16

vaibkumr commented 5 years ago

Amazing! Thank you very much for your contribution :)