about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2009-06-25 21:15:53 +0200
committerhut <hut@lavabit.com>2009-06-25 21:15:53 +0200
commit9de547642b7d5121bbcba8efcbea7481755ddb6b (patch)
tree823b6651309c8fb6de2ff1d123db97b1f02acc06
parent1c71384168581dd6f48375256c17f4cb0dcd0dcf (diff)
downloadranger-9de547642b7d5121bbcba8efcbea7481755ddb6b.tar.gz
apps
-rw-r--r--data/apps.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/data/apps.rb b/data/apps.rb
index 18856262..89b8a9cc 100644
--- a/data/apps.rb
+++ b/data/apps.rb
@@ -53,6 +53,7 @@ module Application
 		when 0; "mplayer -fs -sid 0 #{files}"
 		when 1; "mplayer -sid 0 #{files}"
 		when 2; "mplayer -vm sdl -sid 0 #{files}"
+		when 3; "mplayer -mixer software #{files}"
 		else nil end
 	end