Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: Compare your artwork configuration with mine (Read 2991 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Compare your artwork configuration with mine

So I've been wondering if I'm doing things efficiently in the artwork department.



I use Columns UI because it is the only browser that allows me to set an external album art folder. I use the following mask:
$replace($replace(\Images\Album Art\$if2(%album artist%,%artist%)\$if2(%album%,-)\folder,",-,?,-,*,-,/,-,:,-,>,-,<,-,),...\,\)

This allows me to keep the artwork separate from the music and also allows me to use the same artwork for my main music folder (music) as well as my backup mirror lossless copy (music.flc). In addition to this, I am able to capture artwork at any point during the ripping process and not worry about moving the artwork later if folders needs to be moved/renamed/etc. The cons are tag inaccuracy in the artist/album, which would cause me to have to manually make renames in the artwork folder and the complete lack of compatibility across the board for this style artwork storing.

I get the artwork via the AlbumArtDownloader GUI. Using the foobar browser aspect with the following download folder set: D:\Images\Album Art\%artist%\%album%\folder.jpg

-------------------------------------

I've been thinking about this configuration a lot. Why don't I embed the artwork? Why don't I store the artwork with the music? Certainly all of these have pros, but also a loss of versatility for the sake of compatibility. If I stored the artwork with the music, I'd need to change how I use AlbumArtDownloader from a push methodology to a pull methodology (using the command line version from inside foobar somehow). If I embed the artwork, then I lose a certain visibility that I enjoy right now - where if some software or myself accidently makes modifications to the ID3 tags - right now I see blank album art and immediately am notified of an issue. If the artwork were embedded, I'd never know. In addition to this, I bloat all of my mp3s up and make art acquiring and replacing larger processes.

So I'm curious what others do in comparison - especially if you do something similar but more efficient. Does my setup look crazy?

Another part of the issue is that I'd potentially like to move away from Columns UI if it is deprecated. But I can't mainly for its artwork configuration. It seems musicmusic is the only one who thought an external album artwork folder was a good idea as he added it to both Columns UI and foo_dop and I got spoiled by it.


Compare your artwork configuration with mine

Reply #2
I didn't want to post it there because I'm trying to get viewpoints of people who aren't utilizing ColumnsUI also.

Compare your artwork configuration with mine

Reply #3
Quote
I use Columns UI because it is the only browser that allows me to set an external album art folder.


that isn't true. it might have been the case before foobar v1 but that's been around 2+ years now. you'd probably have to hardcode the path to the base folder though.

Compare your artwork configuration with mine

Reply #4
Quote
I use Columns UI because it is the only browser that allows me to set an external album art folder.


that isn't true. it might have been the case before foobar v1 but that's been around 2+ years now. you'd probably have to hardcode the path to the base folder though.


As far as I can tell, the base library view in FB2K will let me enter tons of files to search for within the same directory as the mp3, but it won't let me search outside the mp3's directory the way Columns UI does. But if you know a way please share it.

 

Compare your artwork configuration with mine

Reply #5
i forgot i already use artwork external to my collection. this works for me.

Code: [Select]
e:\Applications\foobar2000\wsh_lastfm\$crc32(%album artist%)\*.*


Compare your artwork configuration with mine

Reply #6
That works for you under "Display ->  Album Art" Or under Columns UI?

Compare your artwork configuration with mine

Reply #7
you are joking right? of course i'm talking about the core artwork preferences. i'm not using columns UI.

Compare your artwork configuration with mine

Reply #8
I also used to use embedded artwork but got away from it for the same reasons you mentioned.  Now I use AlbumArtDownloader and foo_run with this command:

"F:\Program Files\AlbumArtDownloader\AlbumArt.exe" /fileBrowser "%path%"

I have AAD set up to save all downloaded cover art in the folder of the album in question as "folder.jpg".  That way I don't have to worry about hidden/automatic retagging ops (like WMP is famous for  ) and the artwork is all easily accessible for file operations.  I use NexusImage as an external art viewer and it too is accessible via my fb2K GUI with foo_run and the following command:

"F:\Program Files\NexusImage\NexusImage.exe" "$substr(%_path%,0,$strrchr(%_path%,'\'))folder.jpg"

Hardly revolutionary stuff, but it works for me.

And here it all is in action