cyl0 / ModernX

A modern OSC UI replacement for MPV that retains the functionality of the default OSC.
531 stars 26 forks source link

Why Volume Control Is Greyed Out When Playing MP3 #53

Closed blueray453 closed 5 months ago

blueray453 commented 1 year ago

Here is a screenshot.

test

As you can see I can not change the volume when playing mp3 files. What might be the reason?

blueray453 commented 1 year ago

I want to mention that up and down arrow works for increase and decrease volume for mp3 (just can not use the volume control in the OSC).

blueray453 commented 1 year ago

I forgot to add some context to this issue.

When I was playing mp3 in mpv, there was no gui. So, i added https://github.com/mfcc64/mpv-scripts/blob/master/visualizer.lua and got a gui. More about this on https://github.com/mpv-player/mpv/issues/6025#issuecomment-1493346580.

So, the three players in this issue are

https://github.com/mfcc64/mpv-scripts/blob/master/visualizer.lua https://github.com/cyl0/ModernX https://github.com/mpv-player/mpv

So, actually not sure who can fix this problem.

medicamin commented 6 months ago

I confirm this issue not only happens when visualizer.lua script is enabled, but even I enable visualizer in the commandline by something like this:

--lavfi-complex="[aid1]asplit[ao][a]; [a]showcqt[vo]"