I just realized mp3fs does not provide the pictures I embedded in my flac. It never occured to me, probably, because in the past I copied all other files also, which often provided a folder.jpg with the album.
But since I moved more and more to flac I even used the command line to add a picture to each file and removed the file from the folder:
metaflac --import-picture-from="$FILEPATH" "$f"
I did this because in Linux, version 2.4.2. of easytag broke the flac, when adding a picture to a track.
Now, with my command, the flacs play well and show the album cover. But mp3fs seems not to copy this. This brought me to question if I do use the right command, since it is lacking a reference to "what" actually is the typ of the picture (album, artist, are there more?).
But if mp3fs is currently not reading embedded pictures, I wanted to suggest to add this feature.
I just realized
mp3fsdoes not provide the pictures I embedded in myflac. It never occured to me, probably, because in the past I copied all other files also, which often provided afolder.jpgwith the album.But since I moved more and more to
flacI even used the command line to add a picture to each file and removed the file from the folder:metaflac --import-picture-from="$FILEPATH" "$f"I did this because in Linux, version
2.4.2.ofeasytagbroke theflac, when adding a picture to a track.Now, with my command, the
flacsplay well and show the album cover. Butmp3fsseems not to copy this. This brought me to question if I do use the right command, since it is lacking a reference to "what" actually is the typ of the picture (album, artist, are there more?).But if
mp3fsis currently not reading embedded pictures, I wanted to suggest to add this feature.