#98 closed defect (wontfix)
gmplayer ignores config file
Reported by: | 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 , 20 years ago
comment:2 by , 20 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 , 19 years ago
Component: | core → GUI |
---|---|
Owner: | changed from | to
comment:4 by , 19 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
The current behavior is by design.
(In reply to comment #0)
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)
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. ;-)