You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your config is much appreciated. My only issue is I need gaplees playback enabled. Even if I add the argument --gapless-audio=yes it does not work. I took a quick look at your code and can't find what is overiding it. Can you shed any light on how to enable gapless playback while using your full config?
The text was updated successfully, but these errors were encountered:
I most certainly don't change gapless-audio in my config 😅 I'd say it's something else on your end. I'd first verify what the value is actually set to. When running, open the console: https://mpv.io/manual/stable/#console
Then check the value with something like show-text ${gapless-audio}. If it's on but not working then your AO/media doesn't support it.
Thanks for following up. Previously my config only had the gapless audio command and it worked fine. When I loaded your config it stopped working with the gapless command included which is why I assumed there was a conflict. Basically I would have to add back each line of your config code to isolate the conflicting code I think.🤔
Your config is much appreciated. My only issue is I need gaplees playback enabled. Even if I add the argument --gapless-audio=yes it does not work. I took a quick look at your code and can't find what is overiding it. Can you shed any light on how to enable gapless playback while using your full config?
The text was updated successfully, but these errors were encountered: