Add mpv to default players
It's another fork of mplayer, more active than mplayer2.
This commit is contained in:
parent
83520a177a
commit
a3306cc222
1 changed files with 9 additions and 9 deletions
|
|
@ -19,15 +19,15 @@
|
||||||
|
|
||||||
|
|
||||||
import os
|
import os
|
||||||
from subprocess import Popen, PIPE
|
from subprocess import PIPE, Popen
|
||||||
|
|
||||||
from weboob.tools.log import getLogger
|
from weboob.tools.log import getLogger
|
||||||
|
|
||||||
|
|
||||||
__all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
|
__all__ = ['InvalidMediaPlayer', 'MediaPlayer', 'MediaPlayerNotFound']
|
||||||
|
|
||||||
|
|
||||||
PLAYERS = (
|
PLAYERS = (
|
||||||
|
('mpv', '-'),
|
||||||
('mplayer2', '-'),
|
('mplayer2', '-'),
|
||||||
('mplayer', '-'),
|
('mplayer', '-'),
|
||||||
('vlc', '-'),
|
('vlc', '-'),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue