Opened 19 years ago

Closed 18 years ago

Last modified 18 years ago

#98 closed defect (wontfix)

gmplayer ignores config file

Reported by: szo@… Owned by: reimar
Priority: normal Component: GUI
Version: HEAD Severity: minor
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

When using gmplayer, it reads (according to the terminal) the config files
(ex.
Reading config file /etc/mplayer/mplayer.conf
Reading config file /export/home/szo/.mplayer/config ), but then ignores the
contents (i tried ao and vo). Looks like the only config file that matter is
gui.conf, and it gets updated by the command line arguments, which is VERY
confusing.

Change History (4)

comment:1 by reimar, 19 years ago

(In reply to comment #0)

When using gmplayer, it reads (according to the terminal) the config files
(ex.
Reading config file /etc/mplayer/mplayer.conf
Reading config file /export/home/szo/.mplayer/config ), but then ignores the

Not true. Only the settings that can be adjusted from the Gui are ignored (in
other words, they are overwritten by those in gui.conf)

contents (i tried ao and vo). Looks like the only config file that matter is
gui.conf, and it gets updated by the command line arguments, which is VERY
confusing.

What do you mean by "updated by command line arguments"? And in the cases where
you use the commandline, why don't you just use mplayer instead of gmplayer?
That would solve the problem. ;-)

comment:2 by szo@…, 19 years ago

OK, here's the complete story: I was trying to make feedback on bug #12
(gmplayer crash when popup menu appears), so I was in no position to adjust
settings from the gui, not even knowing which settings can be adjusted from the
gui. I used one single config file that seemed to work for the gui-less mplayer:
.mplayer/config.

Then someone suggests that I should use a different audio out plugin and see if
the crash still there. I edit .mplayer/config and the crash still there. Then,
accidentally noticed that the debug output actually states that the audio out
plugin is still the same, not honoring my .mplayer/config. Trying with command
line -ao, it changes. Trying again with a 'plain' command line, it still
changes! So I begin to investigate, discover .mplayer/gui.conf (wow, I'm good
:), and I notice that it gets updated by the command line parameter.

In my opinion, for gmplayer the command line parameters should be threated as
one-time run parameters and not to be saved into the config file.

comment:3 by diego@…, 18 years ago

Component: coreGUI
Owner: changed from alex@… to Reimar.Doeffinger@…

comment:4 by diego@…, 18 years ago

Resolution: wontfix
Status: newclosed

The current behavior is by design.

Note: See TracTickets for help on using tickets.