misc
This commit is contained in:
parent
03572ec37b
commit
0a09eb1540
2 changed files with 2 additions and 29 deletions
|
@ -53,6 +53,8 @@
|
|||
memory_limit=-1
|
||||
max_execution_time=0
|
||||
max_input_time=-1
|
||||
post_max_size=1G
|
||||
upload_max_filesize=1G
|
||||
xdebug.mode=debug
|
||||
xdebug.output_dir=/tmp
|
||||
xdebug.start_with_request=trigger
|
||||
|
|
|
@ -566,40 +566,11 @@ Regex=\.(mod|s3m|xm|it|mtm|669|stm|ult|far)$
|
|||
RegexIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open mod
|
||||
|
||||
[wav22]
|
||||
Shell=.waw22
|
||||
ShellIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open wav22
|
||||
|
||||
[mp3]
|
||||
Shell=.mp3
|
||||
ShellIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open mp3
|
||||
View=%view{ascii} /usr/lib/mc/ext.d/sound.sh view mp3
|
||||
|
||||
[ogg]
|
||||
Regex=\.og[gax]$
|
||||
RegexIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open ogg
|
||||
View=%view{ascii} /usr/lib/mc/ext.d/sound.sh view ogg
|
||||
|
||||
[opus]
|
||||
Shell=.opus
|
||||
ShellIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open opus
|
||||
View=%view{ascii} /usr/lib/mc/ext.d/sound.sh view opus
|
||||
|
||||
[midi]
|
||||
Regex=\.(midi?|rmid?)$
|
||||
RegexIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open midi
|
||||
|
||||
[wma]
|
||||
Shell=.wma
|
||||
ShellIgnoreCase=true
|
||||
Open=/usr/lib/mc/ext.d/sound.sh open wma
|
||||
View=%view{ascii} /usr/lib/mc/ext.d/sound.sh view wma
|
||||
|
||||
# Play list
|
||||
[playlist]
|
||||
Regex=\.(m3u|pls)$
|
||||
|
|
Loading…
Add table
Reference in a new issue