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
7.98k stars 643 forks source link

Control audio via mpris/playerctl (next/prev) #1251

Open Nocxium opened 9 months ago

Nocxium commented 9 months ago

Hi Im unable to control the audio with next/prev feature with playerctl when using mpv. Is this not possible? I can use play/pause, but not next/prev.

What i do think is happening is that each link in a yt playlist is played seperately, so instead of getting added to the mpv queue, yewtube waits for the first file to finish, before opening the second file?

Is there a way i can have the whole playlist added to mpv so i can use the next/prev feature with playerctl?