rename movie file
Posted: 17 Apr 2013, 23:01
hey
i am using the amc.groovy and i want to know how can i rename only movies pattern
currently what i use is this
mov: tryQuietly{ movieFormat } ?: '''Movies/{n} ({y})/{fn}'''
but lately alot of movie release groups extract their movie file names to something that doesnt have much meanings so when searching for subtitles using filename its kinda difficult since its really different than the actual release name
is there anyway to create a pattern that instead of {fn} it will use {ut_title} as the new filename or something?
i am using the amc.groovy and i want to know how can i rename only movies pattern
currently what i use is this
mov: tryQuietly{ movieFormat } ?: '''Movies/{n} ({y})/{fn}'''
but lately alot of movie release groups extract their movie file names to something that doesnt have much meanings so when searching for subtitles using filename its kinda difficult since its really different than the actual release name
is there anyway to create a pattern that instead of {fn} it will use {ut_title} as the new filename or something?