INTERACT FORUM
More => Old Versions => JRiver Media Center 28 for Windows => Topic started by: jaxtherogue on August 06, 2021, 12:40:58 pm
-
I am trying to track down an issue I am having with Cover art and flac to opus exports from MC and Poweramp (on my android phone) not seeing the embedded art.
Has there been some change in how MC is embedding art into opus files during conversion from flac?
When I export a file and look at that file with a pc based tag editor, the embedded art appears to be there. When I examine the file in poweramp on my phone the embedded art does not appear to be in the tag. MC itself also sees the embedded art. I am using the external opus encoder for the export (that same I have always used). If I re-save the tag in an external tag editor like mp3tag, then Poweramp is able to see the embedded art.
-
...Bueller?
-
It's possible the phone has requirements about the image format. Just guessing.
-
This started happening in the last 2 weeks, so I am not sure the phone changed its image format requirements in that time- prior to that, no issues with embedded art. As a workaround I am having the export create a folder.jpg file.
-
Decided to give ogg vorbis a try. I get the same results. When I do a conversion in JRiver, just as with opus the embedded album art is not visible in Poweramp on my phone.
When I use a non-jriver encoder (such as dbpoweramp) to ogg vorbis or to opus, the embedded album art is visible in Poweramp on my phone.
-
I have posted two files. One encoded with MC and the second encoded with dbpowerapp. I don't know enough about tagging to examine what might be the difference between these two files from a coverart perspective, but thought it might be useful for troubleshooting:
https://drive.google.com/drive/folders/12n9sSw6RlcgXR0ylhrHhlmM335Mr2tTd?usp=sharing
Also, when i tried opening the files with VLC on my PC, VLC can see the album art in the dbpoweramp encoded file, but not the jrmc encoded one.
-
After examining a number of files it appears to that the "Picture Bits Per Pixel" tag is causing errors with reading the embedded artwork in the file. MC is writing to that tag. MP3Tag strips it out and also strips out the picture dimension tags. and the DBpoweramp converter writes the dimension tags but not the "Picture Bits Per Pixel" tag. Is it possible the writing this information into the file is new behavior from MC?
Here is the EXIF info:
File 1 (embedded art not showing in poweramp):
Picture Type : Front Cover
Picture MIME Type : image/png
Picture Description :
Picture Width : 700
Picture Height : 700
Picture Bits Per Pixel : 32
Picture Indexed Colors : 0
Picture Length : 905796
Picture : (Binary data 905796 bytes, use -b option to extract)
File 2 (working, tags resaved by mp3tag)
Picture Type : Front Cover
Picture MIME Type : image/png
Picture Description :
Picture Width : 0
Picture Height : 0
Picture Bits Per Pixel : 0
Picture Indexed Colors : 0
Picture Length : 905796
Picture : (Binary data 905796 bytes, use -b option to extract)
File 3 (working, encoded with dbpoweramp)
Picture Type : Front Cover
Picture MIME Type : image/png
Picture Description : Cover artwork
Picture Width : 700
Picture Height : 700
Picture Bits Per Pixel : 0
Picture Indexed Colors : 0
Picture Length : 905796
Picture : (Binary data 905796 bytes, use -b option to extract)
-
I'll take a look tomorrow to see what might be different between them. I don't think its the metadata if the one from mp3tag basically just zeroes all the data.
-
I'll take a look tomorrow to see what might be different between them. I don't think its the metadata if the one from mp3tag basically just zeroes all the data.
Thank you. Anything stand out?
-
I noticed that we save our tags with extra line breaks, which are technically valid but totally useless, and thats really the main difference here. Removing those and the tags start working for me in other tools. This will be fixed in a future build.
You will have to make it re-save the cover art though, which isn't something thats just a single button somewhere. I copied it to the clipboard and re-added it from the clipboard, but thats not great for multiple files.
-
Thanks for tracking this down! I will figure something out for re-saving the cover art.
-
Just to close the circle- the new build does indeed solve this issue for my ogg vorbis and opus exports and using those files with Poweramp. Thanks to everyone who worked on this!