AIMP Forum

AIMP for PC => Вопросы / Questions => Topic started by: Biff on October 25, 2022, 22:36:22

Title: Look for covers in album folder and in all the sub folders of the album folder?
Post by: Biff on October 25, 2022, 22:36:22
Can Aimp look for all kind of images in the album folder and in all the sub folders of the album folder to show it in the player?

Could I in the "Album Arts" make this more efficient, use shorter code:

folder.*
folder.gif
folder.jpg
front.*
front.jpg
*cover*
*folder*
*front*
cover.*
covers.*
covers*
covers\*front*
Cover\*cover*
Cover\*folder*
Cover\*front*
Scan*\*
Scan*\*cover*
Scan*\*folder*
Scan*\*front*
covers\*
Cover\*
Scan\*
Scan\*cover*
Scan\*folder*
Scan\*front*
Scans\*
Scans\*cover*
Scans\*folder*
Scans\*front*
Artwork\*
Artwork\*cover*
Artwork\*folder*
Artwork\*front*
art\*cover*
art\*folder*
art\*front*
*
*%filename%*
..\Scans\*
..\Visuals\*
\Visuals\*
..\Cover\*
..\Scan 300 dpi\*
..\covers\*.*
..\..\covers\*\*
..\Scan\*
..\images\*
..\image\*
..\art\*
\art\*
..\fanart\*
*.*
*\*
*\*.*
..\*\*.*
..\*.*
J:\Programme\Aimp - Info\12.jpg
..\CD Artwork\*
..\Scan 300 dpi\*
..\*
..\*\
..\*\*
Title: Re: Look for covers in album folder and in all the sub folders of the album folder?
Post by: Алексей Долматов on October 25, 2022, 23:41:09
Why not put things in order in the file storage?
If it is impossible to move cover files and write them to tags (relevant for distributed folders), then come up with a file name and specify it in the player settings. Then duplicate the images with this name next to the music files.
Title: Re: Look for covers in album folder and in all the sub folders of the album folder?
Post by: Artem on October 26, 2022, 08:08:42
ould I in the "Album Arts" make this more efficient, use shorter code:

Yes:

Scan*\*
Scan*\*cover*
Scan*\*folder*
Scan*\*front*

This code may be replaced with

Scan*\*
Title: Re: Look for covers in album folder and in all the sub folders of the album folder?
Post by: Biff on October 26, 2022, 12:41:17
Quote
Why not put things in order in the file storage?
It's too many albums I am afraid.

Quote
then come up with a file name and specify it in the player settings.
The same name for every image (to be shown as the cover), e.g. front.jpg?

Quote
Then duplicate the images with this name next to the music files.
So a duplicate in the album folder.

Quote
This code may be replaced with

Scan*\*
Many thanks! Corrected.

Suppose the sub folder(s) can have any name and Aimp shall look for images / covers independently of the name, so it shall look in EACH sub folder(s), would there be a single line of code which would do it instead of having these many lines I have at the moment? So Aimp shall use a cover that it finds either in the album folder or in any sub folder.
Title: Re: Look for covers in album folder and in all the sub folders of the album folder?
Post by: CkopoxoD on October 26, 2022, 21:10:43
Yes:

Scan*\*
Scan*\*cover*
Scan*\*folder*
Scan*\*front*

This code may be replaced with

Scan*\*
А толку? Всё равно шаблон нерабочий - подстановка в именах папок не поддерживается. Вот и приходится плодить scan\, scans\, art\, arts\ и т.д. Перепроверил на [2408], ничего не изменилось. В справке об этом ограничении вроде бы тоже не написано.
Title: Re: Look for covers in album folder and in all the sub folders of the album folder?
Post by: Biff on October 26, 2022, 23:31:04
I beg you pardon, what should I do now?