WWDC icon indicating copy to clipboard operation
WWDC copied to clipboard

Feature Request: 1.1x speed

Open mergesort opened this issue 6 years ago • 4 comments

I'd like something a bit faster than the normal speed, but not quite as fast as 1.25x.

Thanks a lot!

mergesort avatar Jun 11 '18 14:06 mergesort

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 😅

insidegui avatar Jun 11 '18 14:06 insidegui

Sounds even better to me. 😄

mergesort avatar Jun 12 '18 01:06 mergesort

@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 avatar Aug 31 '18 17:08 allenhumphreys

@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...

insidegui avatar Aug 31 '18 19:08 insidegui