RxMusicPlayer icon indicating copy to clipboard operation
RxMusicPlayer copied to clipboard

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

Open dinhthiet2702 opened this issue 3 years ago • 1 comments

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.

dinhthiet2702 avatar Jun 25 '22 19:06 dinhthiet2702

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

  • https://github.com/yoheimuta/RxMusicPlayer/pull/42/files#diff-bbc433fa04f4ca1c593396321c6772fe9c6ede6b597d3813a0f2ff6925f879e3R46
  • https://github.com/yoheimuta/RxMusicPlayer/issues/39#issuecomment-937358196

yoheimuta avatar Jun 26 '22 01:06 yoheimuta