spezifisch / stmps

Subsonic Terminal Music Player S
GNU General Public License v3.0
13 stars 5 forks source link

support gapless playback / crossfade #34

Open ptrcnull opened 2 weeks ago

ptrcnull commented 2 weeks ago

this is a feature missing from surprisingly a lot of subsonic clients and i'd love to see it implemented here

spezifisch commented 2 weeks ago

That should be pretty straight-forward to implement. We only need to queue the following track a few seconds before the current one ends and mpv handles the rest for us.