0

how to detect if an audio file has an album art embedded with the file

This is the link of Music Player code and I want to add this functionality in this code https://github.com/mahlilytb/Timber-music-player

isra khan
  • 1
  • 1

1 Answers1

0

To read mp3 or flac etc tags, you will need libraries such as audiotagger or jid3 Unless this musicplayer also edits tags.

Theo
  • 2,012
  • 1
  • 16
  • 29