You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 14, 2022. It is now read-only.
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)].
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This should just help with when using
mpv
withMPRIS
support which displays song titles in the UI better. May be we can usempv
to play the whole playlist which should make other keybindings work throughMPRIS
.Only the call to mpv need to change to include
['--title', str(song)]
.The text was updated successfully, but these errors were encountered: