Discussion:
[MPlayer-users] cmdlist contains mplayer version string
Tai
2016-01-31 15:38:59 UTC
Permalink
Hello,

I rely on mplayer.py to wrap mplayer from my Python project. While the
wrapper isn't actively maintained, I've noticed that the recent builds
of mplayer2 now include the version string at the end of cmdlist; this
breaks mplayer.py 0.7.0 (or its predecessor PyMPlayer 0.6.0).

Example output from mplayer2 pulled in from debian wheezy.

mplayer -input cmdlist
seek Float [Integer] [Integer]
edl_mark
...
af_clr
af_cmdline String String
MPlayer2 2.0-728-g2c378c7-4+b1 (C) 2000-2012 MPlayer Team

Is it legitimate to call this a regression in mplayer?

Thanks,
Tai
Carl Eugen Hoyos
2016-01-31 16:38:30 UTC
Permalink
Post by Tai
MPlayer2 2.0-728-g2c378c7-4+b1 (C) 2000-2012 MPlayer Team
This is the MPlayer user mailing list, I don't think you
can get MPlayer2 support here.

Carl Eugen
Floris
2016-01-31 23:17:57 UTC
Permalink
Post by Tai
Hello,
I rely on mplayer.py to wrap mplayer from my Python project. While the
wrapper isn't actively maintained, I've noticed that the recent builds
of mplayer2 now include the version string at the end of cmdlist; this
breaks mplayer.py 0.7.0 (or its predecessor PyMPlayer 0.6.0).
Example output from mplayer2 pulled in from debian wheezy.
mplayer -input cmdlist
seek Float [Integer] [Integer]
edl_mark
...
af_clr
af_cmdline String String
MPlayer2 2.0-728-g2c378c7-4+b1 (C) 2000-2012 MPlayer Team
Is it legitimate to call this a regression in mplayer?
Thanks,
Tai
... I've noticed that the recent builds of mplayer2 ...
... MPlayer2 2.0-728-g2c378c7-4+b1 (C) 2000-2012 ...
2012 is not a recent build. btw mplayer2 is dead. Use MPlayer or mpv

Floris

Loading...