xgi / castero

TUI podcast client for the terminal
MIT License
607 stars 35 forks source link

Add mpris support #110

Open alrayyes opened 4 years ago

alrayyes commented 4 years ago

It would be nice to be able to control playback with playerctl. VLC appears to support this out of the box, and mpv with the mpv-mpris plugin installed.

Hoever it appears libmpv, which python-mpv appears to use does not load additional installed mpv plugins, although i could be wrong here. Is there a trivial way to add mpris support?

davidbosman commented 4 years ago

I'd love that, or any workaround that would let me use multimedia controls while Castero plays in the background. I take a lot of notes while listening to some podcast, not having to switch between my text editor and Castero every time I want to pause/resume a podcast would be great :)