teodorpatras / Jukebox

Player for streaming local and remote audio files. Written in Swift.
MIT License
552 stars 122 forks source link

Jukebox Item meta data #73

Open madlyn opened 7 years ago

madlyn commented 7 years ago

I'm using jukebox to stream audio files from a server. How can I set the metadata for each item?

fridayhoney commented 7 years ago

up

diogoAntunes commented 7 years ago

I think this project is dead

RajChanchal commented 7 years ago

Jukebox updates matadata itself in its code - you can manually do so too. by writing your code inside the delegate method: func jukeboxDidUpdateMetadata(_ jukebox : Jukebox, forItem: JukeboxItem)