AMC Script no longer moving shows based on rating
Posted: 25 Jul 2023, 22:27
I have an amc script where it would move kids shows to a specific folder based on rating (TV-Y & TV-Y7). For some reason some shows rated as TV-Y are getting moved into the adult tv shows section. Any ideas why this is the case?
Fore example the show T.O.T.S shows as TV-Y in TheMovieDB.
Script
Output from test files
Fore example the show T.O.T.S shows as TV-Y in TheMovieDB.
Script
Shell: Select all
-script
fn:amc
--output
N:/
--action
move
--conflict
skip
--def
clean=y
--def
ignore=2160p|AMC|Extracted|Placeholder
--def
pushover=*************
-non-strict
N:/Media/#Unprocessed
--def
movieFormat=N:/Media/Movies/{ any{ certification ==~ /G|PG/ ? 'Family' : 'Adults' }{ 'Adults' } }/{ ~plex ** { ' ' + [vf] + [certification] } }{ [group] }
seriesFormat=N:/Media/TV Shows/{ any{ certification ==~ /TV-Y|TV-Y7/ ? 'Kids TV' : 'Adults' }{ 'Adults'} }/{plex.tail}
--log-file
N:/Media/#Unprocessed/AMC/amc.log
--def
excludeList=N:/Media/#Unprocessed/AMC/amcexclude.txt
--action
test
Console Output: Select all
Rename episodes using [TheMovieDB] with [Airdate Order]
Lookup via [Curious George] [Curious George]
Fetching episode data for [Curious George]
?? 398 episodes
[TEST] from [N:\Media\#Unprocessed\Curious George - S01E18 - Squirrel For a Day.mkv] to [N:\Media\TV Shows\Kids TV\Cur
ious George\Season 01\Curious George - S01E18 - Squirrel For a Day.mkv]
Processed 1 file
Rename episodes using [TheMovieDB] with [Airdate Order]
Lookup via [T.O.T.S.] [T O T S]
Fetching episode data for [T.O.T.S.]
?? 150 episodes
[TEST] from [N:\Media\#Unprocessed\T.O.T.S. - S03E01 - Super Baby.mkv] to [N:\Media\TV Shows\Adults\T.O.T.S\Season 03\
T.O.T.S. - S03E01 - Super Baby.mkv]
Processed 1 file