yoheimuta / RxMusicPlayer

A reactive library to make it easy for audio playbacks using RxSwift.
MIT License
58 stars 8 forks source link

Is it possible to initialize custom title, image, album,... in RxMusicPlayerItem? #61

Open dinhthiet2702 opened 2 years ago

dinhthiet2702 commented 2 years ago

Some of my songs don't have image, title and album metadata, can I customize it? I mean will still initialize with the url, but may have other metadata, if not manually added will read the metadata of the song.

yoheimuta commented 2 years ago

@dinhthiet2702 Yes. It's possible to initialize RxMusicPlayerItem with custom metadata. See the below links for details.