Jugran / lyrics-in-terminal

Python curses application to view lyrics of current playing song in terminal.
MIT License
241 stars 19 forks source link

Support cmus #4

Closed nickclyde closed 4 years ago

nickclyde commented 4 years ago

Hey @Jugran! Love using this with spotify, I prefer it to clyrics. Any chance you can add support for the cmus player? It supports mpris, but I wasn't able to get it to work.

Thanks again for sharing your work!

Jugran commented 4 years ago

Can you provide more details about your linux distro and cmus config file. Did you install from your distro's repository or compiled it yourself?

Because I have tested it with cmus on Fedora workstation 32 and Archlinux, and it works fine.

nickclyde commented 4 years ago

:facepalm:

It turns out that I just hadn't updated your script in a while. Updated to the latest version, it works with cmus now. Sorry to be a bother, and thanks again for your hard work!