[MPlayer-users] [BUG]: trivial wrong place for the "progbar-align" in the config file

Goffredo Baroncelli kreijack at libero.it
Sun Dec 11 15:13:22 EET 2022


Hi all,

I tried to change the position of the "progress bar" acting on the progbar-align
option of the config file; but I was unsuccessful.
After a bit of searching/trying/googling I noticed that in the config file
the position of the option "progbar-align" is *after* the "[protocol.dvdnav]" section.

After I moved the option inside a "[default]" section, it started to work.

I downloaded the "latest" source (2022-12-09) and I still find this
option in the wrong position.

The patch below solves the problem.

BR
G.Baroncelli


--- /etc/mplayer/mplayer.conf   2020-07-12 14:49:55.000000000 +0200
+++ /home/ghigo/.mplayer/config 2022-12-11 14:11:13.565938388 +0100
@@ -168,10 +168,10 @@
  # Most video filters do not work with vdpau.
  #vf-clr=yes
  
+[default]
  
  # OSD progress bar vertical alignment
  #progbar-align=50
  
-[default]
  # You can also include other configuration files.
  include = /etc/mplayer/mplayer.conf.local


-- 
gpg @keyserver.linux.it: Goffredo Baroncelli <kreijackATinwind.it>
Key fingerprint BBF5 1610 0B64 DAC6 5F7D  17B2 0EDA 9B37 8B82 E0B5


More information about the MPlayer-users mailing list