joshbetz / Hypersonic

An iOS app for streaming music from a Subsonic server and other cloud services
http://joshbetz.github.com/Hypersonic
15 stars 3 forks source link

Seek slider #22

Closed joshbetz closed 12 years ago

joshbetz commented 12 years ago

Also, possibly embed stream/download info?

joshbetz commented 12 years ago

It doesn't look like we'll be able to move the playhead since we're streaming with a queueplayer, but we can at least show the current location. @erasmuss22 how hard would it be to at the duration to a song object? I see that it's one of the things that you can get from the API. Right now, the max value of the UISlider is hard-coded to 2 minutes so we just have to replace that with the actual duration.