Filebot script keeps naming and moving wrongly
Posted: 22 Jul 2017, 02:55
So I have a script which downloads movies from a remote server to a local directory every few hours. This directory is named /made. Then the Filebot script works on the files and it is supposed to rename and move the file to another directory called /TryMovies/Movies and then mails a notification of completion to a gmail account.
It works 80% of the time. The rest 20% of the time it has renamed the movie to the name of the local directory and moved it to a directory inside /TryMovies/Movies and named /Made which is as you can see the name of the local directory. Not sure where I have made a mistake.
It bothers me as the directory is accessed by several people in a huge location and I have been getting requests to fix it.
I am not sure if I am doing anything wrong by naming the movies and TV shows as they were. I can remove the examples if I am notified.
Requesting you guys to please point me at the right direction to fix this mistake.
OS: Lubuntu
Americas.War.on.Drugs.Part.4.Heroin.Terrorists.and.Kings.of.Pain.720p.<redacted> is moved to /media/GeneralBurger/My Book/TryMovies/TVShows/Made/Season 4 and was named "4x04 - Movie Stars.mkv"
The.Bad.Batch.2016.1080p.<redacted>.<redacted>.mkv is moved to /media/GeneralBurger/My Book/TryMovies/Movies/Action/2001/Made
and was named Made.2001.WEB-DL.AVC-FGT.mkv
Raw.2016.SUBBED.1080p.WEB-DL.<redacted>.mkv is moved to /media/GeneralBurger/My Book/TryMovies/Movies/Action/2001/Made
and was named Made.2001.WEB-DL.AVC-FGT.mkv
It works 80% of the time. The rest 20% of the time it has renamed the movie to the name of the local directory and moved it to a directory inside /TryMovies/Movies and named /Made which is as you can see the name of the local directory. Not sure where I have made a mistake.
It bothers me as the directory is accessed by several people in a huge location and I have been getting requests to fix it.
I am not sure if I am doing anything wrong by naming the movies and TV shows as they were. I can remove the examples if I am notified.
Requesting you guys to please point me at the right direction to fix this mistake.
OS: Lubuntu
Code: Select all
filebot -script fn:amc --output "/media/GeneralBurger/My Book/TryMovies" --action move -non-strict "/home/GeneralBurger/Downloads/made" --log-file amc.log --def "music=y" "excludeList=amc.txt" "clean=y" "deleteAfterExtract=y" "subtitles=en" "gmail=GeneralBurger:87xoabprp" movieFormat="//media/GeneralBurger/My Book/TryMovies/Movies/{genres[0]}/{y}/{n}/{n.upperInitial().space('.')}.{y}.{source}.{vc}{'-'+group}" seriesFormat="//media/GeneralBurger/My Book/TryMovies/TVShows/{n}/Season {s}/{sxe} - {t}" musicFormat="//media/GeneralBurger/My Book/TryMovies/Music/{albumartist}/{album}/{t}"
The.Bad.Batch.2016.1080p.<redacted>.<redacted>.mkv is moved to /media/GeneralBurger/My Book/TryMovies/Movies/Action/2001/Made
and was named Made.2001.WEB-DL.AVC-FGT.mkv
Raw.2016.SUBBED.1080p.WEB-DL.<redacted>.mkv is moved to /media/GeneralBurger/My Book/TryMovies/Movies/Action/2001/Made
and was named Made.2001.WEB-DL.AVC-FGT.mkv