mj2p / psub

CLI Subsonic Client
MIT License
31 stars 6 forks source link

Feature request #17

Open dskrad opened 2 years ago

dskrad commented 2 years ago

I would like to use this project with mpv media player instead of ffplay. (I am on a device which does not support ffplay)

What modifications would you suggest?

mj2p commented 1 year ago

Hi. Apologies for the very late reply.
I had previously thought about allowing other media players (mpv and vlc spring to mind).
The modifications needed would be a config parameter to be able to choose which media player to use and then some separate commands to play the stream in each different player. I'm aiming to do some development on psub in the coming weeks. First job is to get some tests in place so I don't break stuff. Given I had wondered about supporting alternative players, I'll probably take a look at adding support for mpv unless you fancy doing so yourself?