ricardopereira / ColiseuPlayer

Audio player framework for iOS (an abstraction of AVAudioPlayer from AVFoundation)
MIT License
6 stars 1 forks source link

PlayingInfo: current song information #5

Open ricardopereira opened 10 years ago

SentulAsia commented 8 years ago

@ricardopereira what information do you want to add?

ricardopereira commented 8 years ago

@SentulAsia Song name, timeline, cover.

SentulAsia commented 8 years ago

@ricardopereira I've tested on my app, on lock-screen: Song Name, "Coliseu" and the cover is shown... Is this the behaviour that you want? Or is it something else?

ricardopereira commented 8 years ago

@SentulAsia

"Coliseu"

Is this customisable?

SentulAsia commented 8 years ago

@ricardopereira added NSBundle.mainBundle().infoDictionary?["CFBundleName"] as? String on last pull request... take a look...

SentulAsia commented 8 years ago

or I can add another dataSource for the title...

ricardopereira commented 8 years ago

No, it's cool. Let's stick with it.

On Thursday, 19 November 2015, Zaid M. Said notifications@github.com wrote:

or I can add another dataSource for the title...

— Reply to this email directly or view it on GitHub https://github.com/ricardopereira/ColiseuPlayer/issues/5#issuecomment-158107396 .

SentulAsia commented 8 years ago

so what else i need to add for this issues to be solved @ricardopereira ?

SentulAsia commented 8 years ago

Can you enlightened me what do you want to achieve with // ? - Seeking test? I can finish the work that you have started...

ricardopereira commented 8 years ago

Well, the Seeking test was a proof of concept about the music timeline. I mean, if the music is playing then is most update the current time like every music player.

SentulAsia commented 8 years ago

ic... then is it safe to assume this issue can be closed?