Add mplayer2 support

This commit is contained in:
Laurent Bachelier 2013-01-24 02:19:19 +01:00
commit e407fd1dfa

View file

@ -28,6 +28,7 @@ __all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
PLAYERS = (
('mplayer2', '-'),
('mplayer', '-'),
('vlc', '-'),
('parole', 'fd://0'),