Created
April 30, 2025 19:23
-
-
Save Pe8er/270b524e5d48dfd3fa23b97d5e6a0062 to your computer and use it in GitHub Desktop.
My Picard File Rename Script
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
title: (0000) Album/00 Title.m4a | |
description: | | |
This preset example file naming script does not require any special settings, tagging scripts or plugins. | |
author: MusicBrainz Picard Development Team | |
license: GNU Public License version 2 | |
version: '1.0' | |
last_updated: 2019-08-05 13:40:00 UTC | |
script_language_version: '1.0' | |
script: | | |
%albumartist%/\($if(%originalyear%,%originalyear%,$if(%date%,$left(%date%,4),0000))\) %album%/$if($gt(%totaldiscs%,1),%discnumber%-)$num(%tracknumber%,2) $if2(%albumartist%,%artist%) - %title% | |
id: Preset 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment