[MPlayer-users] lircconf not respected when automatic loading a profile

Kazuo Teramoto kaz.rag at gmail.com
Thu May 27 15:28:39 CEST 2010


Hi, I found what I think is a bug.

In my ~/.mplayer/config I have the following

=====
[protocol.dvd]
profile-desc="profile for dvd:// streams"
vf=pp=al/fd/ac
alang=en

[protocol.dvdnav]
profile-desc="profile for dvdnav:// streams"
profile=protocol.dvd
lircconf=/home/kazuo/.mplayer/lircrc
mouse-movements=yes
nocache=yes
=====

If I run mplayer with dvnav:// (but not passing a explicit -profile
command line) the protocol.dvdnav profile is automatic loaded but the
lircconf is not respected. As can see running strace:

+++++
$ strace -e trace=open ./mplayer -dvd-device dvddir -frames 1
dvdnav:// 2>&1|grep -E 'lircrc|protocol.dvdnav|SVN'

113:MPlayer SVN-r31231-4.5.0 (C) 2000-2010 MPlayer Team
119:open("/home/kazuo/.lircrc", O_RDONLY)   = 4
120:Loading protocol-related profile 'protocol.dvdnav'
+++++

But if I explicit pass -profile on command line, lircconf is respected

+++++
strace -e trace=open ./mplayer -profile protocol.dvdnav -dvd-device
dvddir -frames 1 dvdnav:// 2>&1|grep -E 'lircrc|protocol.dvdnav|SVN'

113:MPlayer SVN-r31231-4.5.0 (C) 2000-2010 MPlayer Team
119:open("/home/kazuo/.mplayer/lircrc", O_RDONLY) = 4
120:Loading protocol-related profile 'protocol.dvdnav'
+++++

Attached is the full uncut verbose output of the two commands, I dont
think they are useful as they are identical.

Any idea of what is happening? Its is a bug or a user error?

Regards,
Kazuo

--
«Dans la vie, rien n'est à craindre, tout est à comprendre»
Marie Sklodowska Curie.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lircconf_auto_profile.txt
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20100527/5306241b/attachment.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: lircconf_explicit_profile.txt
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20100527/5306241b/attachment-0001.txt>


More information about the MPlayer-users mailing list