mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
* lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
can play them.
This commit is contained in:
parent
a0ae265bbc
commit
23b183df45
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-21 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* lib/mc.ext.in: Add support for *.rmi files - latest TiMidity++
|
||||||
|
can play them.
|
||||||
|
|
||||||
2002-04-09 Andrew V. Samoilov <kai@cmail.ru>
|
2002-04-09 Andrew V. Samoilov <kai@cmail.ru>
|
||||||
|
|
||||||
* autogen.sh: Fix for gettext 0.11 family (and newer).
|
* autogen.sh: Fix for gettext 0.11 family (and newer).
|
||||||
|
@ -270,7 +270,7 @@ regex/\.(ogg|OGG|Ogg)$
|
|||||||
Open=if [ "$DISPLAY" = "" ]; then ogg123 %f; else (xmms %f &); fi
|
Open=if [ "$DISPLAY" = "" ]; then ogg123 %f; else (xmms %f &); fi
|
||||||
View=%view{ascii} ogginfo %s
|
View=%view{ascii} ogginfo %s
|
||||||
|
|
||||||
regex/\.(midi?|MIDI?|Midi?)$
|
regex/\.(midi?|MIDI?|Midi?|rmid?|RMID?|Rmid?)$
|
||||||
Open=timidity %f
|
Open=timidity %f
|
||||||
|
|
||||||
### Multimedia ###
|
### Multimedia ###
|
||||||
|
Loading…
Reference in New Issue
Block a user