WWDC
WWDC copied to clipboard
Feature Request: 1.1x speed
I'd like something a bit faster than the normal speed, but not quite as fast as 1.25x.
Thanks a lot!
At this point I think we should allow the user to determine their preferred speeds since this is not the first time someone has asked for another speed option 😅
Sounds even better to me. 😄
@insidegui Breaking this down a little bit, I can render the button image dynamically, but need to know what font should be used.
Would user preferences be synced? Should they be stored in user defaults or maybe a special speed configuration plist. Since PlayerUI is kind of its own thing, should I provide a subclass of NSUserDefaults
or stick another singleton onto UserDefaults (i.e. UserDefaults.playerDefaults) to govern PlayerUI?
I know I should really keep working on the downloads window.... but this one struck my fancy this morning.
@allenhumphreys Maybe use NSUbiquitousKeyValueStore
? If you'd like to make this more generic, maybe provide a way for the app to inject something that conforms to a protocol so the player doesn't have to know about iCloud vs. user defaults...