ubuntu:sound:musicbrainz_picard:configure
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:sound:musicbrainz_picard:configure [2020/09/21 11:52] – 192.168.1.1 | ubuntu:sound:musicbrainz_picard:configure [2023/09/24 10:30] (current) – peter | ||
---|---|---|---|
Line 3: | Line 3: | ||
Navigate to **Options > Options**. | Navigate to **Options > Options**. | ||
- | * **Tags > Clear existing tags**: Checked. | + | * **Metadata** |
+ | * **Genres** | ||
+ | * **Use genres from MusicBrainz**: Checked. | ||
+ | * **Fall back on albums artists genres if no genres are found for the release: | ||
+ | * **Minimal genre usage**: | ||
+ | * **Maximum number of genres**: | ||
- | * **Plugins:** | + | * **Tags** |
- | * Amazon cover art. | + | * **Write tags to file**: |
- | | + | * **Clear existing tags**: |
- | * The AudioDB cover art | + | |
- | | + | |
- | * **File Naming**: < | + | * **Cover Art**: |
- | $replace($rreplace( | + | * **Embed cover images into tags**: Checked. |
- | | + | * **Only only a single front image**: Checked. |
+ | * **Save cover images as separate files**: Checked. | ||
+ | * **Use the following file name for images**: cover. | ||
+ | * **Cover Art Providers**: | ||
+ | * **Cover Art Archive: Release**: Checked. | ||
+ | * **Allowed Cover Art URLS**: | ||
+ | * **Cover Art Archive: Release Group**: | ||
+ | * **Amazon**: | ||
+ | * **TheAudioDB**: | ||
+ | * **Local Files**: | ||
+ | * **Cover Art Archive**: | ||
+ | * **Download only cover art images matching selected types**: Checked. | ||
+ | * **Only use images of the following size**: 500px. | ||
- | $upper($left($delprefix($left($rreplace($if2(%albumartist%, | + | * **File Naming**: |
+ | * **Move files when saving**: | ||
+ | * **Destination directory**: | ||
+ | * **Delete empty directories**: | ||
+ | * **Rename files when saving**: | ||
+ | * **Windows compatibility**: | ||
+ | * **Name files like this**: < | ||
- | | + | $noop( New Script |
+ | $set(_my_artist," | ||
- | $delprefix($if2(%albumartist%, | + | $noop( |
+ | Check if this album falls under Various Artists. | ||
+ | ) | ||
+ | $set(_is_various_artists, | ||
- | $if($ne(%albumartist%, | ||
- | $if(%date%, | ||
- | $if(%date%, | + | $noop( |
+ | Configure which top-level directory to go under. | ||
+ | Removes starting The. | ||
+ | Removes quotes. | ||
+ | Removes other odd characters. | ||
+ | |||
+ | $set(_my_dir, | ||
+ | $set(_my_dir, | ||
+ | ) | ||
+ | $set(_my_dir, | ||
+ | $if($eq(%_my_dir%, | ||
+ | $set(_xmy_dir, | ||
+ | $set(_xmy_dir, | ||
+ | $set(_my_dir, | ||
+ | $set(_my_dir, | ||
+ | $set(_my_dir, | ||
+ | $set(_my_dir, | ||
+ | $set(_my_dir, | ||
+ | |||
+ | |||
+ | $noop( | ||
+ | Configure the artist name. | ||
+ | Removes starting The. | ||
+ | Removes quotes. | ||
+ | Removes other odd characters. | ||
+ | If artist starts with a fullstop, such as .38 Special, then removes the leading fullstop. | ||
+ | ) | ||
+ | $set(_my_artist, | ||
+ | $if($eq(%_my_artist%, | ||
+ | $set(_xmy_artist, | ||
+ | $set(_xmy_artist, | ||
+ | $set(_my_artist, | ||
+ | $set(_my_artist, | ||
+ | $set(_my_artist, | ||
+ | |||
+ | |||
+ | $noop( | ||
+ | Configure what the album name will be called. | ||
+ | Removes quotes. | ||
+ | Removes other odd characters. | ||
+ | ) | ||
+ | $set(_my_album, | ||
+ | $set(_my_album, | ||
+ | |||
+ | |||
+ | $noop( | ||
+ | Configure the album date. | ||
+ | Only uses the 4-digit year, if it exists. | ||
+ | ) | ||
+ | $set(_my_album_date, | ||
+ | $set(_my_album_date, | ||
+ | $if($eq(%_my_album_date%, | ||
+ | $if($eq(%_my_album_date%, | ||
+ | |||
+ | |||
+ | $noop( | ||
+ | Configure the album title. | ||
+ | If the album has multiple-artists, | ||
+ | ) | ||
+ | $set(_my_title, | ||
+ | $set(_my_title, | ||
+ | |||
+ | |||
+ | $noop( | ||
+ | Configure the track number. | ||
+ | If the album has multiple-disks, | ||
+ | ) | ||
+ | $set(_my_track_no, | ||
+ | $set(_my_track_no, | ||
+ | $set(_my_track_no, | ||
+ | |||
+ | |||
+ | $noop( | ||
+ | Writes the results. | ||
+ | Depends on whether the album falls under Various Artists. | ||
+ | ) | ||
+ | |||
+ | |||
+ | $if(%_my_album_date%, | ||
+ | $set(my_result, | ||
+ | $set(my_result, | ||
+ | ) | ||
+ | |||
+ | |||
+ | $if(%_my_album_date%, | ||
+ | $set(my_result_various_artists, | ||
+ | $set(my_result_various_artists, | ||
+ | ) | ||
+ | |||
+ | |||
+ | |||
+ | $if($eq(%_my_dir%, | ||
+ | %my_result_various_artists%, | ||
+ | %my_result% | ||
+ | ) | ||
- | $if($gt(%totaldiscs%, | ||
- | $num(%tracknumber%, | ||
</ | </ | ||
- | | + | |
- | * **Location**: | + | |
- | * Embed cover images into tags. | + | * Amazon |
- | * Only embed a front image. | + | * Last.fm |
- | * **Cover Art Providers**: | + | * The AudioDB |
- | * Local Files | + | * Title Case |
- | * Cover Art Archive | + | |
- | * Amazon | + | |
- | * TheAudioDB | + | |
- | * **Cover Art Archive**: | + | |
- | * Download only cover art images matching selected types. | + | |
- | * Only use images of the following size: 500px. | + | |
ubuntu/sound/musicbrainz_picard/configure.1600689120.txt.gz · Last modified: 2020/09/21 11:52 by 192.168.1.1