Wrong cover art |
Please read foobar2000 Tech Support Forum Rules before posting and comply with all the points.
Failure to provide all the information pointed out in the above document in your post is considered wasting other people's time and in extreme cases will lead to your topic getting locked without a reply.
See also: Hydrogenaudio Terms of Service.
![]() ![]() |
Wrong cover art |
Jan 10 2013, 18:32
Post
#1
|
|
|
Group: Members Posts: 5 Joined: 4-January 13 Member No.: 105585 |
I have some albums with not only the cover but also the inlay etc.
The search patters are like this: front.jpg cover.jpg %filename%.jpg %album%.jpg folder.jpg *front.* *front.* *cover.* $replace(%path%,%filename_ext%,)*.* But now on some albums, it displays the inlay instead of the cover (i think because of the $replace(%path%,%filename_ext%,)*.*) . I use that pattern so if there is only 1 image in the folder (usually the cover) it will use that one. But in the above situation it doesnt work the way i want. is there some way to avoid this? Or to like prioritize patterns? |
|
|
|
Jan 11 2013, 10:22
Post
#2
|
|
![]() Group: Members Posts: 3257 Joined: 27-January 05 From: England Member No.: 19379 |
QUOTE Or to like prioritize patterns? that is done in the order they appear. assuming you're using the default UI artwork panel, double click it and that will locate the file in windows explorer. that might help you pinpoint your issue. also, that $replace isn't needed. simply use CODE *.*
This post has been edited by marc2003: Jan 11 2013, 10:23 |
|
|
|
Jan 11 2013, 13:24
Post
#3
|
|
|
Group: Members Posts: 5 Joined: 4-January 13 Member No.: 105585 |
Thanks for the assistance. I replaced the $replace with *.* now.
Still some albums have issues. My Pink Floyd: Dark Side of The Moon has all the art in the same folder as the music. (Front, back, inlay, cover) And still it displays the back instead of the cover. Any ideas why this is happening? This post has been edited by db1989: Jan 13 2013, 15:19
Reason for edit: deleting unnecessary full quote
|
|
|
|
Jan 11 2013, 13:31
Post
#4
|
|
![]() Group: Members Posts: 3257 Joined: 27-January 05 From: England Member No.: 19379 |
maybe the art is embedded in the file? right click the file>tagging>manage attached pictures.
or you have some hidden files inside your music folders. check windows explorer options to show hidden and system files. |
|
|
|
Jan 11 2013, 13:53
Post
#5
|
|
|
Group: Members Posts: 5 Joined: 4-January 13 Member No.: 105585 |
maybe the art is embedded in the file? right click the file>tagging>manage attached pictures. or you have some hidden files inside your music folders. check windows explorer options to show hidden and system files. There is no art embedded in the file and no hidden files in the folder :/ Thanks for the hint though. edit: i have found another album where this happens. This album does have a picture embedded in the file (the cover) and multiple files in the folder but still it displays the inside instead of the cover. Weird. This post has been edited by tweeg: Jan 11 2013, 13:55 |
|
|
|
Jan 13 2013, 01:10
Post
#6
|
|
|
Group: Members Posts: 4 Joined: 6-January 13 Member No.: 105634 |
even if the file has no embebbed picture, right click the file>tagging>manage attached pictures - REMOVE all attached....
also remember to rename the pictures according to your tags - sometimes the name has misspelling and it get's shown wrong. and sometimes the name/album/info tagging is wrong and gets foobar to show the incorret picture. at my foobar i use only : *front*.jpg *back*.jpg so it ALWAYS dusplay the main/front cover as album art (and of course the files are named name of albumFRONT.jpg / albumBACK.jpg) |
|
|
|
Jan 13 2013, 12:13
Post
#7
|
|
|
Group: Members Posts: 229 Joined: 10-September 08 Member No.: 58107 |
Put these rows in a batch-file, f.e. "show.bat"
CODE @echo off cd %1 attrib -h -s *.* /s echo. echo. dir *.jpg echo. echo. pause Copy the batch-file in the folder and start it. Look at the outcoming window. This post has been edited by Erich_2: Jan 13 2013, 12:14 |
|
|
|
Mar 3 2013, 12:53
Post
#8
|
|
|
Group: Members Posts: 7 Joined: 3-March 13 Member No.: 106987 |
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 18th May 2013 - 15:36 |