summaryrefslogtreecommitdiff
path: root/play.py
diff options
context:
space:
mode:
Diffstat (limited to 'play.py')
-rwxr-xr-xplay.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/play.py b/play.py
index 64b1b6f..c9e0929 100755
--- a/play.py
+++ b/play.py
@@ -1720,7 +1720,7 @@ PLAYERS = [
FrameOffsetPlayerMpp("mppdec --gain 2 --start %d %s", "\.mp[cp+]$"),
TimeOffsetPlayerMplayer("mplayer -input file=%s -vc null -vo null {file}" %
(CONTROL_FIFO + "-mplayer"),
- "^http://|\.(mp[123]|ogg|oga|flac|spx|mp[cp+]|mod|xm|fm|s3m|" +
+ "^http://|\.(mp[1234]|ogg|oga|flac|spx|mp[cp+]|mod|xm|fm|s3m|" +
"med|col|669|it|mtm|stm|aiff|au|cdr|wav|wma|m4a|m4b)$"),
TimeOffsetPlayer("madplay -v --display-time=remaining -s %d %s", "\.mp[123]$"),
FrameOffsetPlayer("ogg123 -q -v -k %d %s", "\.(oga|flac|spx)$"),