This should just help with when using mpv with MPRIS support which displays song titles in the UI better. May be we can use mpv to play the whole playlist which should make other keybindings work through MPRIS.
Only the call to mpv need to change to include ['--title', str(song)].
This should just help with when using
mpvwithMPRISsupport which displays song titles in the UI better. May be we can usempvto play the whole playlist which should make other keybindings work throughMPRIS.Only the call to mpv need to change to include
['--title', str(song)].