-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read and provide embedded pictures from FLAC to MP3 #68
Comments
What software are you using to play the MP3s? It's possible that it might not be reading the picture even though it's there.
|
Logitech Media Server. I am sorry I did not check this more thoroughly before posting. The files contain the cover but in the case of a FLAC that was converted to mp3 it is not displayed by the server. This is most probably not the issue of mp3fs. I will nevertheless post some output here because I don't understand why the files would be handled differently. First file originally mp3, second one converted from flac. First file does show artwork, second file does not. Both do show artwork in Tauon Music Box player. Of course I will bring this up on the server's forum.
|
I discussed the issue in the forum of LMS. We seem to have pointed the problem to LMS not being able to read the artwork from ID3v2.4. I suspect |
Yeah, that's right. I suspect you probably will need #9 to be fixed to make this work for you. |
The bug is in the other software and due to the CRC checksum. The guys are already working on it. |
Just a heads-up. Probably, everything is fine and there is nothing to do for you. I though you should know just in case. The fix in the other software is due to extended header because of the CRC in your tag. |
Ok, I'll just close this now then. |
I just realized
mp3fs
does 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.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.
ofeasytag
broke theflac
, when adding a picture to a track.Now, with my command, the
flacs
play well and show the album cover. Butmp3fs
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.The text was updated successfully, but these errors were encountered: