aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-06-05 22:19:28 -0700
committerScott Jackson <daneren2005@gmail.com>2013-06-05 22:19:28 -0700
commit616e3f804890b55c7956ca94d73cf62d36d804d5 (patch)
tree884021a4f47a295e071f58cb8ff7327bd459f389 /subsonic-android/res/xml
parentbf7acf155e730b22ae17f0bb302b14c7f1076009 (diff)
downloaddsub-616e3f804890b55c7956ca94d73cf62d36d804d5.tar.gz
dsub-616e3f804890b55c7956ca94d73cf62d36d804d5.tar.bz2
dsub-616e3f804890b55c7956ca94d73cf62d36d804d5.zip
Added option to do raw video (thanks Sindre)
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/settings.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index 17a51621..d3618ffa 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -25,6 +25,17 @@
</PreferenceCategory>
+ <PreferenceCategory
+ android:title="@string/settings.video_title">
+
+ <ListPreference
+ android:title="@string/settings.video_player"
+ android:key="videoPlayer"
+ android:defaultValue="raw"
+ android:entryValues="@array/videoPlayerValues"
+ android:entries="@array/videoPlayerNames"/>
+ </PreferenceCategory>
+
<PreferenceCategory
android:title="@string/settings.network_title">