khenriks / mp3fs

FUSE-based transcoding filesystem from FLAC to MP3
http://khenriks.github.io/mp3fs/
GNU General Public License v3.0
382 stars 46 forks source link

Embed album art in tags #18

Open MrDOS opened 10 years ago

MrDOS commented 10 years ago

I store albums in individual directories as collections of FLAC files with album art stored as a single, non-embedded JPEG or PNG image named folder.(png|jpg). It would be really nice if, in addition to picking up on tags embedded within the FLAC file, MP3FS would also embed art found in the same folder as the file in question. Many players pick up on the presence of image files in the same directory as music files, but notably, iTunes does not.

bluemoehre commented 10 years ago

Hm, I do the same. Never thought about such nice feature thumbs up