aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-01-09 18:56:20 -0800
committerScott Jackson <daneren2005@gmail.com>2013-01-09 18:56:20 -0800
commitf29e410bf704029afd0f6927fdb530f72e038c96 (patch)
tree58e8585949e58037b86a8ca86a9c02287e782117 /subsonic-android/res/xml
parentb1a98f5f081cd02018f78783e1979d60a7468a02 (diff)
downloaddsub-f29e410bf704029afd0f6927fdb530f72e038c96.tar.gz
dsub-f29e410bf704029afd0f6927fdb530f72e038c96.tar.bz2
dsub-f29e410bf704029afd0f6927fdb530f72e038c96.zip
Added setting for video stream bitrate
Diffstat (limited to 'subsonic-android/res/xml')
-rw-r--r--subsonic-android/res/xml/settings.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/subsonic-android/res/xml/settings.xml b/subsonic-android/res/xml/settings.xml
index ebb19e03..d6570e85 100644
--- a/subsonic-android/res/xml/settings.xml
+++ b/subsonic-android/res/xml/settings.xml
@@ -131,6 +131,20 @@
android:defaultValue="0"
android:entryValues="@array/maxBitrateValues"
android:entries="@array/maxBitrateNames"/>
+
+ <ListPreference
+ android:title="@string/settings.max_video_bitrate_wifi"
+ android:key="maxVideoBitrateWifi"
+ android:defaultValue="0"
+ android:entryValues="@array/maxVideoBitrateValues"
+ android:entries="@array/maxVideoBitrateNames"/>
+
+ <ListPreference
+ android:title="@string/settings.max_video_bitrate_mobile"
+ android:key="maxVideoBitrateMobile"
+ android:defaultValue="0"
+ android:entryValues="@array/maxVideoBitrateValues"
+ android:entries="@array/maxVideoBitrateNames"/>
<CheckBoxPreference
android:title="@string/settings.wifi_required_title"