Re: Show Main Folder Art on interface
Reply #3 – 2022-04-27 20:01:12
Hi there, There are a few ways to handle it, but it depends on your tags and/or folder structure and folder names... (As before, the following codes would all be entered in File > Preferences > Display > under Album Art > Artist tab ) 1. Do you have a 'Folder.jpg' in the 'Music' root folder? If not , try two lines similar to what marc2k suggested -..\..\folder.jpg ..\folder.jpg This might work because foobar uses the first image it finds. It looks in the folder relative to where the selected/playing music files are. So, if music files are in a 'Disc 1' sub-folder, the first line is correct - two folders up is the 'Artist' folder. But if music files are in the 'Album' folder, the first line would find no such image in the 'Music' folder (hopefully), instead the second line would find the 'Artist' folder image - one folder up. 2. Alternate way. Do you have DISCNUMBER tags, which are only present on multi-disc albums? (I think standard tagging practice is that single-disc albums should not have a DISCNUMBER or TOTALDISCS tags). If so, try this -$if(%discnumber%,..\)..\folder.jpg Similar idea. By default, it looks one folder up to the 'Artist' folder. However if DISCNUMBER tag is present, it adds an extra ..\ to look two folders up. I suggest try the above ways first or make them work, however there other ways if these are not suitable... (but need more information, complete path and folder names would be helpful) Note that Facets and SimPlaylist are both very picky about displaying art due to grouping. The grouping of tracks that you want an image for needs to ALL (every track) point to the same image file. If even one track points to different image file, you'll get the blank or "stub" (no art found) image. So depending on your tagging and music file location, you might have problems getting art to show for every artist. And also because foobar only uses the first image it finds. The problem is worse with collaboration albums from two or more artists, featured artists, etc, especially if you want them listed under the individual artist names (multi-value split, i.e. %<artist>%). Just something to keep in mind with these two components. Cheers