Skip to content

Instantly share code, notes, and snippets.

@Ovyerus
Created August 23, 2022 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ovyerus/9f78b538b113edf38a092699d3483416 to your computer and use it in GitHub Desktop.
Save Ovyerus/9f78b538b113edf38a092699d3483416 to your computer and use it in GitHub Desktop.
The best Picard naming format
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