Browse Source

More options for default playback speed matching the tvOS version

(cherry picked from commit 771b1d8c772fffd9ef1571d26ee51405b46a4a54)
Felix Paul Kühne 7 years ago
parent
commit
30950f60e3
3 changed files with 17 additions and 4 deletions
  1. 1 0
      Docs/NEWS
  2. 8 2
      Resources/Settings.bundle/Root.inApp.plist
  3. 8 2
      Resources/Settings.bundle/Root.plist

+ 1 - 0
Docs/NEWS

@@ -5,6 +5,7 @@ iOS 2.8.2:
 · Fixes a crash when discovering UPnP devices on the local network
 · Restored playback on iOS 7
 · Dropbox support is no longer an option on iOS 7 and iOS 8
+· More options for default playback speed matching the tvOS version
 · General stability improvements and bug fixes
 
 iOS 2.8.1:

+ 8 - 2
Resources/Settings.bundle/Root.inApp.plist

@@ -77,19 +77,25 @@
 			<real>1</real>
 			<key>Titles</key>
 			<array>
+				<string>0.25x</string>
 				<string>0.50x</string>
+				<string>0.75x</string>
 				<string>1.00x</string>
+				<string>1.25x</string>
 				<string>1.50x</string>
-				<string>1.75x</string>
 				<string>2.00x</string>
+				<string>4.00x</string>
 			</array>
 			<key>Values</key>
 			<array>
+				<real>0.25</real>
 				<real>0.5</real>
+				<real>0.75</real>
 				<real>1</real>
+				<real>1.25</real>
 				<real>1.5</real>
-				<real>1.75</real>
 				<real>2</real>
+				<real>4</real>
 			</array>
 		</dict>
 		<dict>

+ 8 - 2
Resources/Settings.bundle/Root.plist

@@ -57,19 +57,25 @@
 			<real>1</real>
 			<key>Titles</key>
 			<array>
+				<string>0.25x</string>
 				<string>0.50x</string>
+				<string>0.75x</string>
 				<string>1.00x</string>
+				<string>1.25x</string>
 				<string>1.50x</string>
-				<string>1.75x</string>
 				<string>2.00x</string>
+				<string>4.00x</string>
 			</array>
 			<key>Values</key>
 			<array>
+				<real>0.25</real>
 				<real>0.5</real>
+				<real>0.75</real>
 				<real>1</real>
+				<real>1.25</real>
 				<real>1.5</real>
-				<real>1.75</real>
 				<real>2</real>
+				<real>4</real>
 			</array>
 		</dict>
 		<dict>