HydrogenAudio

Hosted Forums => foobar2000 => Support - (fb2k) => Topic started by: pesoa on 2020-11-20 05:11:46

Title: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: pesoa on 2020-11-20 05:11:46
I'm using foobar2000 v1.6.2 (Windows).
And I'm using components m-TAGS 1.2 (https://www.foobar2000.org/components/view/foo_tags). So I add music to foobar2000 through `!.tags` file instead of actual `*.flac` file. I'm not sure whether the m-TAGS is relevant to the album art problem.

Code: [Select]
./album/disc_1/01_track
./album/disc_1/02_track
./album/disc_1/...
./album/disc_2/01_track
./album/disc_2/02_track
./album/disc_2/...

For an album folder like this, where should I put the album art `cover.jpg` so that it can be showed in playlist tab correctly?

I have put `cover.jpg` in the album root folder and subfolders that contain the `!.tags` and `*.flac` files:

Code: [Select]
./album/cover.jpg
./album/disc_1/cover.jpg
./album/disc_1/01_track
./album/disc_1/02_track
./album/disc_1/...
./album/disc_2/cover.jpg
./album/disc_2/01_track
./album/disc_2/02_track
./album/disc_2/...

But the album cover is still not shown in foobar2000 playlist tabs:

(https://i.imgur.com/vPJVLHS.png)
Title: Re: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: davideleo on 2020-11-20 08:36:49
Foobar2000 looks for the album art file in the paths listed in the album art viewer settings.
If the path is the same as that of the music file, you only need to write the file name. So, for example, the default setting "cover.jpg" will look for a jpg file named "cover" in the same folder of the music file.
If you want foobar200 to look up the parent folder instead, you need to write "..\cover.jpg".
See the attached picture.


Title: Re: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: Porcus on 2020-11-20 12:40:42
You have selected two discs?

* If you embed the same album art to all files, fb2k will display it whether they are in the same folder or not.
* If you select files that belong to two folders, with external art in each folder, fb2k will not display it even if the files are bit-identical.

I don't know if it is possible to force fb2k to change the latter.
Title: Re: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: 2tec on 2020-11-20 14:05:08
To resolve this, I moved all such files to single folders and just used tags and filenames to order things.
Title: Re: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: Vicas on 2020-11-20 16:31:09
Foobar2000 looks for the album art file in the paths listed in the album art viewer settings.
If the path is the same as that of the music file, you only need to write the file name. So, for example, the default setting "cover.jpg" will look for a jpg file named "cover" in the same folder of the music file.
If you want foobar200 to look up the parent folder instead, you need to write "..\cover.jpg".

Great advice. That is what I use too and it works great.
Title: Re: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: Porcus on 2020-11-20 18:28:08
Also you can use wildcards.
cover.jp*g will catch both cover.jpg and cover.jpg.
cover.* works.
Title: Re: Where should I put album art if multi-discs are in corresponding subfolders?
Post by: pesoa on 2020-12-04 03:26:55
Foobar2000 looks for the album art file in the paths listed in the album art viewer settings.
If the path is the same as that of the music file, you only need to write the file name. So, for example, the default setting "cover.jpg" will look for a jpg file named "cover" in the same folder of the music file.
If you want foobar200 to look up the parent folder instead, you need to write "..\cover.jpg".
See the attached picture.

Thank you for your help!

I copied cover.jpg from one of the disc folder to its parent folder (album folder) and add "..\cover.*" in settings. Then album art can be shown correctly. :)