ricardopereira/ColiseuPlayer

PlayingInfo: current song information

Opened this issue · 11 comments

PlayingInfo: current song information

@ricardopereira what information do you want to add?

@SentulAsia Song name, timeline, cover.

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

@SentulAsia

"Coliseu"

Is this customisable?

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

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

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
#5 (comment)
.

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

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

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.

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