How to Integrate Album Art Downloader with Mp3tag

Stop searching for covers manually. By linking Album Art Downloader (XUI) as a custom tool within Mp3tag, you can fetch high-resolution artwork for any album with a simple right-click. This guide shows you the 2026 optimized configuration.

🏷️
1. Select in Mp3tag

Highlight your music files

2. Right-Click “Tool”

Auto-passes Artist & Album

🖼️
3. Instant Results

Choose the best 1000px art

📝
Prerequisites before you start:
  • Ensure Album Art Downloader XUI is installed.
  • Ensure Mp3tag v3.0 or higher is installed.
  • Have at least one music folder with basic “Artist” and “Album” tags filled.

Step-by-Step Tool Setup

1 Access Mp3tag Options

Open Mp3tag, navigate to the top menu and select File > Options (or press Ctrl+O). From the left sidebar, click on Tools.

2 Create a New Custom Tool

Click the “New” (Star icon) button on the right. In the popup window, enter the following details precisely:

Album Art Downloader
C:\Program Files\AlbumArtDownloader\AlbumArt.exe

3 Enter Command Line Parameters

This is the most critical part. Copy and paste the string below into the Parameter field. This tells AAD to automatically use the Artist and Album tags from your selected file.

/ar “%artist%” /al “%album%” /p “$replace(%_path%,%_filename_ext%,)folder.jpg”

Parameter Explained:
/ar – Specifies Artist
/al – Specifies Album
/p – Defines the save path and filename (auto-renames to folder.jpg in the same directory).

C:\> AlbumArt.exe /ar “Pink Floyd” /al “The Wall” /p “C:\Music\folder.jpg”

[System] Initializing XUI Engine…
[Search] Querying 30+ Sources…
[Status] Success: Artist/Album Passed.

Testing Your Configuration

If Album Art Downloader opens but the Artist or Album fields are blank, the link is broken. Here is how to verify:

  • The Quote Rule: Always wrap "%artist%" in double quotes. This prevents the command from breaking when an artist name contains spaces.
  • The Path Filter: Use %_folderpath% instead of %_path% if you want AAD to look at the directory rather than the specific file.

How to Trigger the Search

Once the tool is configured, you never need to open Album Art Downloader manually again. It becomes an extension of your Mp3tag workflow.

Single Album Search

Right-click any track from an album > Tools > Album Art Downloader. The search window will pop up with Artist and Album already filled.

Batch Search (Pro Tip)

Select multiple tracks from different albums. When you trigger the tool, AAD will open separate search instances for each unique album, allowing you to quickly cycle through and save covers.

Keyboard Shortcuts

Efficiency is key. Use these Mp3tag shortcuts to speed up your metadata tagging:

  • Open Tool Menu Alt + T
  • Save Tag Ctrl + S
  • Refresh Directory F5
Note: Album Art Downloader will wait for you to close the search window before returning focus to Mp3tag in some configurations.

Advanced Syntax & Custom Filenames

Want to save covers as cover.jpg instead of folder.jpg? Or dealing with complex folder structures? Use these advanced strings.

Naming Objective Recommended Parameter String
Save as cover.jpg /ar “%artist%” /al “%album%” /p “%_folderpath%cover.jpg”
Artist-Album Filename /ar “%artist%” /al “%album%” /p “%_folderpath%%artist% – %album%.jpg”
Handling “/” in Tags /ar “$replace(%artist%,/,_)” /al “$replace(%album%,/,_)”

⚠️ AAD Won’t Launch?

Double-check your Path in Mp3tag. If you installed AAD in a non-standard directory, ensure the .exe path is enclosed in double quotes " " if it contains spaces.

⚠️ Empty Search Fields?

This happens if the Artist or Album tag is empty in Mp3tag. AAD needs these variables to initiate a query. Make sure your files are tagged first!

⚠️ Image Not Saving?

Ensure Mp3tag has “Write” permissions for the music folder. If you are using a NAS or network drive, map it to a local drive letter (e.g., Z:\) for better compatibility.

Still having trouble with specific scripts or search results?

Get the latest 2026 Script Fixes
🎼

Foobar2000 Integration

Prefer playing over tagging? Link AAD directly to your player.

Using the “Run Services” component (foo_run), you can trigger an Album Art search directly from your Foobar2000 playlist. This is the fastest way to fix missing covers while listening to your library.

1. Get foo_run

Download and install the Run Services component for Foobar2000. Restart the player to activate.

2. Add Service

Go to Preferences > Tools > Run services. Add a new entry named “Find Album Art”.

“C:\Path\To\AlbumArt.exe” /ar “$replace(%artist%,/,’_’)” /al “$replace(%album%,/,’_’)” /p “$replace(%_path%,%_filename_ext%,)folder.jpg”

Note: Foobar2000 uses its own tagging syntax. The $replace function is used here to ensure slashes in artist names don’t create unwanted subfolders.

Optimizing Search Performance

Don’t settle for default settings. Fine-tune the XUI engine to find 1000px+ high-resolution covers faster and more accurately.

🖼️

Force High-Resolution Only

Tired of blurry 300px thumbnails? Set the Minimum Size filter in the bottom bar of AAD to 600 or 1000.

Pro Tip: Most 2026 digital releases support 1400px+ (Studio Quality). Setting this saves you time weeding out low-quality web rips.
🚀

Increase Concurrent Searches

Go to File > Options in AAD. Increase “Concurrent Searches” to 10 or 15 if you have a fast broadband connection.

Caution: Setting this too high (above 20) may cause some sources like Google or Amazon to temporarily block your IP.

The “Ultimate” Workflow Summary

By combining Mp3tag for metadata, Album Art Downloader for visual discovery, and these Optimization Tweaks, you have the fastest music organization system available in 2026.

🏷️ Tags Optimized 🖼️ Hi-Res Only ⚡ Batch Speed