AMC Not Detecting Anime Episode Correctly
Posted: 20 Mar 2017, 19:00
Trying to use AMC to just do simple automation for my plex setup. I just want movies/tv/anime renamed simply and thrown in their right folders after they are done downloading in utorrent, nothing fancy at all. I got my movies and tv shows working correctly, however anime seems to not be reading the file name right or something as it's changing it to the completely wrong thing. Here's my log and the command I'm using.
P.S. Would be great to know how to make it move the file out of my downloads so I don't have to go and delete it later. (Google does not like searching this type of stuff)
Run script [fn:amc] at [Mon Mar 20 14:52:14 EDT 2017]
Parameter: unsorted = y
Parameter: ut_label =
Parameter: ut_state = 5
Parameter: ut_title = [HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv
Parameter: ut_kind = single
Parameter: ut_file = [HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv
Parameter: ut_dir = Z:\Downloads
Parameter: clean = y
Input: Z:\Downloads\[HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv
Group: [anime:tales of zestiria the x] => [[HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv]
Mar 20, 2017 2:52:17 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Rename episodes using [AniDB]
Auto-detected query: [Tales of Zestiria the X]
Fetching episode data for [Tales of Zestiria the Cross]
Fetching episode data for [Tales of Zestiria the Cross (2017)]
Fetching episode data for [Tales of Zestiria: Doushi no Yoake]
[COPY] Rename [Z:\Downloads\[HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv] to [Z:\Plex\Anime\Tales of Zestiria the Cross\Tales of Zestiria the Cross - 03 - Elysium.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
P.S. Would be great to know how to make it move the file out of my downloads so I don't have to go and delete it later. (Google does not like searching this type of stuff)
Code: Select all
filebot -script fn:amc --output "Z:/Plex" --action copy --conflict skip -non-strict --log-file amc.log --def unsorted=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def clean=y
Parameter: unsorted = y
Parameter: ut_label =
Parameter: ut_state = 5
Parameter: ut_title = [HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv
Parameter: ut_kind = single
Parameter: ut_file = [HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv
Parameter: ut_dir = Z:\Downloads
Parameter: clean = y
Input: Z:\Downloads\[HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv
Group: [anime:tales of zestiria the x] => [[HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv]
Mar 20, 2017 2:52:17 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Rename episodes using [AniDB]
Auto-detected query: [Tales of Zestiria the X]
Fetching episode data for [Tales of Zestiria the Cross]
Fetching episode data for [Tales of Zestiria the Cross (2017)]
Fetching episode data for [Tales of Zestiria: Doushi no Yoake]
[COPY] Rename [Z:\Downloads\[HorribleSubs] Tales of Zestiria the X - 23 [1080p].mkv] to [Z:\Plex\Anime\Tales of Zestiria the Cross\Tales of Zestiria the Cross - 03 - Elysium.mkv]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ