Created
August 23, 2022 12:25
-
-
Save Ovyerus/9f78b538b113edf38a092699d3483416 to your computer and use it in GitHub Desktop.
The best Picard naming format
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: The Ultimate Naming Script | |
description: "" | |
author: '' | |
license: '' | |
version: '' | |
last_updated: 2022-03-03 13:29:23 UTC | |
script_language_version: '1.1' | |
script: | | |
$if($gt(%totaltracks%,1),%albumartist% - %album%/,) | |
$if($gt(%totaltracks%,1),$if($gt(%totaldiscs%,1),%discnumber%-,)$num(%tracknumber%, 2),) %artist% - %title% | |
id: 58d3b8a4-247d-4ff7-a359-b301d0fb365c |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment