I recently updated to the Windows 10 UWP, which seems to be working, but it broke my older amc.groovy. I switched to using "-script fn:amc" but would like to modify this in the following way:
Current: Movies will be sorted into {output}/Movies/Name (Year)/Name (Year) [CD123].ext
New: Movies will be sorted into {output}/Movies/Name (Year) [CD123].ext
I dug into this (and modified the old one fine), but it's apparently beyond me.
Any help is appreciated!
Thanks!
[amc] Change how files will be organized and renamed
Re: Modified amc.groovy script
You can (and should) pass in custom formats via command-line options. Modifying the script is not necessary.
Please read the Change how files will be organized and renamed section:
viewtopic.php?f=4&t=215
e.g.
Please read the Change how files will be organized and renamed section:
viewtopic.php?f=4&t=215
e.g.
Code: Select all
--def movieFormat="Movies/{plex.name}"