jaseg / python-mpv

Python interface to the awesome mpv media player
https://git.jaseg.de/python-mpv.git
Other
531 stars 67 forks source link

Gapless playback not always working #262

Closed santaclose closed 11 months ago

santaclose commented 1 year ago

I'm using this in my project and everything works fine except transitions between songs are sometimes noticeable. Maybe you know if there is a flag or something I can pass somewhere to make it work consistently? Thanks in advance and also for your work on this.

jaseg commented 11 months ago

That's awesome!

I briefly looked into this, and sadly it seems that the upstream mpv project is unwilling to add nice transitions between playlist entries: https://github.com/mpv-player/mpv/issues/4512

santaclose commented 11 months ago

I was talking about gapless playback, which as far as I understand is different from crossfading? 🤔 Thanks for looking into it anyway.