AMC: How To Sort According to Language
Posted: 16 May 2015, 10:26
I'm using the latest amc.groovy with the latest headless filebot.
How can I recognize the language of TV shows and sort it accordingly?
eg.
English shows go to /Volumes/Media/TV Shows/English/{n}/Season {s}/{n} {S00E00} {t}
Japanese shows go to /Volumes/Media/TV Shows/Japanese/{n}/{(s) ? {s}/ : {n} - {e} - {t}} // Note the different format
.etc
Here's my exact script:
/Users/alexkwa/Desktop/filebot/filebot.sh -script "/Users/alexkwa/Desktop/amc.groovy" --output "/Volumes/Media" -non-strict "/Volumes/MEDIA/5Assassination Classroom S01E14 Vision Time.mkv" --conflict auto --def unsorted=y excludeList=amc-input.txt clean=y "movieFormat=/Movies/English/{n}" "seriesFormat=/Volumes/Media/TV Shows/English/{n}/Season {s}/{n} {S00E00} {t}" "animeFormat=/Volumes/Media/Anime/{n}/{(s) ? {s}/ : {n} - {e}}"
How can I recognize the language of TV shows and sort it accordingly?
eg.
English shows go to /Volumes/Media/TV Shows/English/{n}/Season {s}/{n} {S00E00} {t}
Japanese shows go to /Volumes/Media/TV Shows/Japanese/{n}/{(s) ? {s}/ : {n} - {e} - {t}} // Note the different format
.etc
Here's my exact script:
/Users/alexkwa/Desktop/filebot/filebot.sh -script "/Users/alexkwa/Desktop/amc.groovy" --output "/Volumes/Media" -non-strict "/Volumes/MEDIA/5Assassination Classroom S01E14 Vision Time.mkv" --conflict auto --def unsorted=y excludeList=amc-input.txt clean=y "movieFormat=/Movies/English/{n}" "seriesFormat=/Volumes/Media/TV Shows/English/{n}/Season {s}/{n} {S00E00} {t}" "animeFormat=/Volumes/Media/Anime/{n}/{(s) ? {s}/ : {n} - {e}}"