mj2p / psub

CLI Subsonic Client
MIT License
31 stars 6 forks source link

[WIP] - Plugin players #20

Open mj2p opened 1 year ago

mj2p commented 1 year ago

This PR makes sweeping changes to psub.
Most notably it now supports players other than fflplay using a plugin system. Plugins have been made for ffplay, vlc and mpv though they all need more testing.
There's the starting of a test suite though this too needs work.
Python has been bumped to 3.10 and I'm making use of pre-commit and coverage for better dev flow.

More testing and code to come