Add mplayer2 support
This commit is contained in:
parent
7430246c24
commit
e407fd1dfa
1 changed files with 1 additions and 0 deletions
|
|
@ -28,6 +28,7 @@ __all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
|
|||
|
||||
|
||||
PLAYERS = (
|
||||
('mplayer2', '-'),
|
||||
('mplayer', '-'),
|
||||
('vlc', '-'),
|
||||
('parole', 'fd://0'),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue