INTERACT FORUM

More => Old Versions => JRiver Media Center 25 for Windows => Topic started by: Araj on May 13, 2019, 08:11:07 am

Title: Find MP3s with no embedded cover art
Post by: Araj on May 13, 2019, 08:11:07 am
Some of my MP3s don't have the cover art embedded in the ID3 tag. Is there a way to generate a list of all these files? I thought I might be able to do that with a Smartlist, but the only options I can find there are the ones used for the standard "Audio -- Missing Cover Art" smartlist - and that returns a list of tracks with no cover art at all (embedded or external file), which doesn't help me.   
Title: Re: Find MP3s with no embedded cover art
Post by: swiv3d on May 13, 2019, 09:14:09 am
You need to use a smartlist with these rules:

[Media Type]=[Audio] -[Image File]=[Inside File]

You can copy and paste this into the import/export dialogue on the smartlist edit popup.
Title: Re: Find MP3s with no embedded cover art
Post by: marko on May 13, 2019, 09:26:18 am
You need to use a smartlist with these rules:

[Media Type]=[Audio] -[Image File]=[Inside File]

You can copy and paste this into the import/export dialogue on the smartlist edit popup.
I can't test right now, but I would also expect that to return tracks with no cover art as well. If those were not welcome in the list, just append an exclusion to swiv3d's string...

Code: [Select]
[Media Type]=[Audio] -[Image File]=[Inside File] -[image file]=[]
Title: Re: Find MP3s with no embedded cover art
Post by: Araj on May 13, 2019, 01:56:18 pm
Thanks a lot guys - that has saved me lots of time. I ignored the "Custom" option for smartlists before because I had no idea how to formulate the string.