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 12:01] – 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 | + | * **Write tags to file**: |
- | * Last.fm | + | |
- | * The AudioDB | + | |
- | * Title Case | + | * **Cover Art**: |
+ | * **Embed cover images into tags**: Checked. | ||
+ | * **Only only a single front image**: Checked. | ||
+ | * **Save cover images as separate files**: Checked. | ||
+ | * **Use the following | ||
+ | | ||
+ | * **Cover Art Archive: Release**: Checked. | ||
+ | * **Allowed Cover Art URLS**: | ||
+ | * **Cover Art Archive: Release Group**: | ||
+ | * **Amazon**: Checked. | ||
+ | * **TheAudioDB**: | ||
+ | * **Local Files**: | ||
+ | * **Cover Art Archive**: | ||
+ | * **Download only cover art images matching selected types**: Checked. | ||
+ | * **Only use images of the following size**: 500px. | ||
* **File Naming**: | * **File Naming**: | ||
* **Move files when saving**: | * **Move files when saving**: | ||
* **Destination directory**: | * **Destination directory**: | ||
+ | * **Delete empty directories**: | ||
* **Rename files when saving**: | * **Rename files when saving**: | ||
* **Windows compatibility**: | * **Windows compatibility**: | ||
* **Name files like this**: < | * **Name files like this**: < | ||
- | $replace($rreplace( | ||
- | $if($eq(%albumartist%, | ||
- | | + | $noop( New Script |
- | | + | $set(_my_artist," |
+ | $noop( | ||
+ | Check if this album falls under Various Artists. | ||
+ | ) | ||
+ | $set(_is_various_artists, | ||
- | $delprefix($if2(%albumartist%, | ||
- | $if($ne(%albumartist%, | + | $noop( |
- | | + | |
+ | Removes starting The. | ||
+ | Removes quotes. | ||
+ | Removes other odd characters. | ||
- | $if(%date%, | + | $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%, | ||
</ | </ | ||
- | * **Cover Art**: | + | |
- | * **Location**: | + | * **Plugins:** |
- | * **Embed cover images into tags**: Checked. | + | * Amazon |
- | * **Only embed a front image**: Checked. | + | * Last.fm |
- | | + | * The AudioDB |
- | * **Local Files** Checked. | + | * Title Case |
- | * **Cover Art Archive** Checked. | + | |
- | * **Amazon** Checked. | + | |
- | * **TheAudioDB** Checked. | + | |
- | * **Cover Art Archive**: | + | |
- | * **Download only cover art images matching selected types**: Checked. | + | |
- | * **Only use images of the following size**: 500px. | + | |
ubuntu/sound/musicbrainz_picard/configure.1600689666.txt.gz · Last modified: 2020/09/21 12:01 by 192.168.1.1