christopher-dG / gpymusic

Google Py Music: A simple TUI client for Google Play Music
MIT License
200 stars 13 forks source link

Add audio title to mpv #49

Open j605 opened 6 years ago

j605 commented 6 years ago

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)].