altdesktop / playerctl

🎧 mpris media player command-line controller for vlc, mpv, RhythmBox, web browsers, cmus, mpd, spotify and others.
GNU Lesser General Public License v3.0
2.5k stars 81 forks source link

Volume does not update (command line) #319

Open 4164696f73 opened 1 year ago

4164696f73 commented 1 year ago

Brave and Electron (Chromium) always show 100% volume. playerctl -a metadata --format '{{playerName}} {{lc(status)}}: "{{ title }}" {{duration(position)}} / {{duration(mpris:length)}} volume: {{ volume * 100 }}%' Works fine for Cmus, when I change the volume, this command shows the volume change, however when I adjust the Brave/Electron volume, it's always at 100%. I did use Pavucontrol and pactl, and it was always the same issue.

I did not check other applications quite yet as I don't have enough apps or time.

Torelli commented 6 months ago

I'm currently having the same bug here