[MPlayer-users] some ideas of mine

GoTaR gotar at poczta.onet.pl
Mon Jun 10 07:25:02 CEST 2002


Well, if we're talking about wishlist - I'll put 4 of my ideas, which
should be easy to implement:
1. function showing seekbar the same way, as it is done while seeking,
   but without it - it's good to know, how much remains, but pressing
   left arrow-right arrow seems to be stupid;)
2. one more osdlevel - with remaining time,
3. reset for video settings (contrast, brightness, hue & saturation),
4. subtitles switch - support for disabling and reenabling them while
   playing.

And one more thing - codecs.conf is taken from ~/.mplayer and CONFDIR,
since mplayer.conf from ~/.mplayer (as config) and _hardcoded_ /etc.
IMHO it would be better to apply attached patch and so that set these
two /etc locations simultaneuosly by CONFDIR passing while configure.

Oh, by the way - please look at the three next PLD patches at:

http://cvs.pld.org.pl/SOURCES/mplayer-configure.patch
http://cvs.pld.org.pl/SOURCES/mplayer-libpng12.patch
http://cvs.pld.org.pl/SOURCES/mplayer-make.patch

cya

-- 
GoTaR <gotar at priv0.onet.pl>		USA sux
	...Dżahilijja... znowu? Nadal...
PLD stuff at http://mops.uci.agh.edu.pl/~gotar/
-------------- next part --------------
--- mplayer.c.orig	Tue Jan  1 23:46:07 2002
+++ mplayer.c	Wed Jan 16 18:54:08 2002
@@ -421,7 +421,7 @@
 {
 char *conffile;
 int conffile_fd;
-if (m_config_parse_config_file(conf, "/etc/mplayer.conf") < 0)
+if (m_config_parse_config_file(conf, CONFDIR"/mplayer.conf") < 0)
   exit(1);
 if ((conffile = get_path("")) == NULL) {
   mp_msg(MSGT_CPLAYER,MSGL_WARN,MSGTR_NoHomeDir);


More information about the MPlayer-users mailing list