Page 1 of 1

Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 11:10
by Marbella
Hello.

I'm using Filebot to create a symlink after my torrent is renamed and i gotten problem with only two files.

The first is a movie (Escape from Alcatraz/L'évadé d'Alcatraz in French),here is the log : http://pastebin.com/raw/MabeHBys

For this one i can't found the error.

The second is an anime named "Gabriel Dropout" and it's strange. I downloaded the first 9 episodes and it renamed correctly (logs : http://pastebin.com/tUabFqMU ) but now at the episode 10,it give me the error : Failed to match file with episodes datas. Logs : http://pastebin.com/raw/1rPZ8vjZ

If i rename the file into : Gabriel DropOut - 10.mkv it work (logs : http://pastebin.com/raw/mAznk6N5 )

I use an local AMC script who are the same as the original except for the animes. I force TheTVDB to analyse the animes (Plex and Sickrage use TheTVDB so i rather force it on filebot).

I use filebot with this docker : https://github.com/bytesizedhosting/docker-filebot who scan my "completed" folder and launch filebot to analyse it. If the file is analysed it add it to "amc-exclude-list.txt" and filebot won't scan it again.

Here is the arguments he provide :

"filebot -script "/config/amc.groovy" -no-xattr --output $OUTPUT_FOLDER --log-file /config/amc.log --action $ACTION --conflict auto \
-non-strict --def ut_dir=$INPUT_FOLDER ut_kind=multi music=y deleteAfterExtract=n clean=y \
excludeList=/config/amc-exclude-list.txt $SUBTITLE_OPTION \
movieFormat="$MOVIE_FORMAT" musicFormat="$MUSIC_FORMAT" seriesFormat="$SERIES_FORMAT"
"
Thanks ! And sorry for my english.

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 11:24
by rednoah
This specific file cannot be identified as any specific movie or series:

Code: Select all

L'évade D'alcatraz - 1080p FR EN mHDgz.mkv [series: null, movie: null]
:idea: This movie does not exist: https://www.themoviedb.org/search?query ... 27alcatraz

If you know that you're dealing with a movie, then you can force movie mode. That may or may not make a difference. Some rare files (that don't exist in the online database) just don't work. It's your job now to add the missing data. ;)

:idea: If you're using a local amc script, you should regularly update to the latest version with git pull. If you're using outdated software, then debugging things on my side will be a waste of time.

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 11:59
by Marbella
rednoah wrote:This specific file cannot be identified as any specific movie or series:

Code: Select all

L'évade D'alcatraz - 1080p FR EN mHDgz.mkv [series: null, movie: null]
:idea: This movie does not exist: https://www.themoviedb.org/search?query ... 27alcatraz

If you know that you're dealing with a movie, then you can force movie mode. That may or may not make a difference. Some rare files (that don't exist in the online database) just don't work. It's your job now to add the missing data. ;)

:idea: If you're using a local amc script, you should regularly update to the latest version with git pull. If you're using outdated software, then debugging things on my side will be a waste of time.
Oh,thanks,in fact the uploader have forgotten an accent in the movie name.

https://www.themoviedb.org/search?query ... 27alcatraz

My AMC script is updated,when you say "with git pull" what do you mean ? Personally i just download the latest amc.groovy and do my changes on it. (i just return ForceAnime to false)

Do you have an idea for Gabriel Dropout ? And thanks for the quick reply !

EDIT : On an for the "then you can force movie mode" i know i should force it,but i make things much simpler to just have inotifywatch watching directory instead of an rutorrent script (if i use rutorrent script it make it more difficult to download on mobile & to explain to new users how to add label etc... And Filebot is smart and almost always identify it goodly. (I only got one case where he confounded an Series & a Movie)

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 15:09
by rednoah
1.
Have a look at some git basics:
https://github.com/filebot/scripts#clone

If you're doing "Save as..." and "do my changes" manually, then you're probably doing something not so smart. :P


2.
DefinitelyNotMe is not a known release group so FileBot thought it's part of the name and things failed:
viewtopic.php?f=5&t=4

In most cases, this wouldn't be an issue, but in this case, for this specific show, it is the cause of the problem.

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 16:32
by Marbella
Thanks you ! A last question i see this on your thread : "FileBot will update it's locally cached release group data from this online list once a day meaning this list is shared with all users."

Is there is a way to force this update ?

Oh and in your way to modify AMC via github,i have to download all the file etc.. Personally i just have a amc.groovy i update manually,but i will see to use your way.

Thanks alot again. I recontact you if i have another namings errors.

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 16:42
by rednoah
1.
No. You'll have to wait. (Lies! But a local -clear-cache won't help you get around CloudFlare caching.)

2.
The amc script may include 3-4 of the other scripts depending on what options you're using, so it's always best to clone the whole repository (the whole 0.08 MB) and keep it up to date with git.

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 17:11
by Marbella
Thanks ! I will see to clone the whole repository. (but i will force the cache clear since i'm a complete retarded)

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 17:38
by Marbella
Ok,so i had to completly reinstall filebot due to a docker bug,and i still get the same error for Gabriel Dropout : https://puu.sh/uUOuR/ac068862e4.png

(i also tried to clear the cache an second time) Do you have any hint ? Thanks

(And a small tech question,why before filebot detected Gabriel Dropout and it doesn't atm ?)

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 18:51
by rednoah
1.
Like I said, -clear-cache won't work if the new data isn't served by CloudFlare yet for your edge location. You'll have to wait.

:idea: The amc script is for automation. If your processing files manually on the command-line then using simple -rename calls might be more appropriate. That way you can pass in your own query. See FAQ #2.


2.
I don't know. Something must have been different. Considering how many factors are at play, I also don't know what that "something" might have been. Maybe it worked because you were processing many episodes at once instead of just a single episode?

Re: Problem with an anime & a movie [AMC]

Posted: 22 Mar 2017, 19:16
by Marbella
Thanks you,so i will just wait for cloudfare. Thanks.