Skip to content

Instantly share code, notes, and snippets.

@peavers
Last active August 29, 2015 14:00
Show Gist options
  • Save peavers/419b1ae476d530da20ef to your computer and use it in GitHub Desktop.
Save peavers/419b1ae476d530da20ef to your computer and use it in GitHub Desktop.
Picard music splitting
## File rename
$if2(%albumartist%,%artist%)/%album% $if(%date%,[$left(%date%,4)] )/%title%
## Scripting
$if(%originaldate%,$set(date,%originaldate%))
$set(title,$replace(%title%,...,…))
$set(album,$replace(%album%,...,…))
$set(artist,$replace(%artist%,...,…))
$set(albumartist,$replace(%albumartist%,...,…))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment