Last active
August 29, 2015 14:00
-
-
Save peavers/419b1ae476d530da20ef to your computer and use it in GitHub Desktop.
Picard music splitting
This file contains 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
## 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