Movie Not found - setup automation issue?
Posted: 22 May 2013, 01:20
Hi All,
I have been spending some time looking into this tool and so far its great! Thanks all!
I've run into an issue when setting up AMC script, any help would be greatly appreciated! It seems to be failing not being able to find a file (that as far as i can tell doesn't exist). Was wondering if anyone in the forums could shed some light on the issue?
Cause:
I ran filebot from my script as a one off, with the action as copy then run again as move adding some more files to my torrent location. It gives the log below (while keeping a set of downloaded and orded files in the UT_DIR location). The problem is, it doesn't move the old and the new files and leaves then in the UT_DIR.
I would have expected filebot to move all the files its created into the new folder, is this not correct?
-----
192-168-1-6:complete Brad$ ~/Bin/transmission_PostProcess.sh
Locking /Users/Brad/FileBot/amc.log
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_dir = /Users/Brad/Downloads/Torrents/complete
Parameter: ut_file =
Parameter: ut_kind = multi
Parameter: seriesFormat = TV/{n.replaceAll("!","")}/{"Season$s"}/{n.replaceAll("!","")}.{s00e00}.{t.replaceAll(" ",".")}
Parameter: musicFormat = Music/{n}/{fn}
Parameter: movieFormat = Movies/{n} {y}/{fn}
Input: /Users/Brad/Downloads/Torrents/complete
May 22, 2013 11:05:30 AM net.sourceforge.filebot.web.TMDbClient getMovieDescriptor
WARNING: Movie not found: tt0000000
complete [series: Chuck, movie: Underworld: Awakening (2012)]
May 22, 2013 11:05:36 AM net.sourceforge.filebot.web.TMDbClient getMovieDescriptor
WARNING: Movie not found: tt0000000
Group: [tvs:Chuck, mov:Underworld: Awakening (2012), anime:null] => [complete]
No missing subtitles
Done ヾ(@⌒ー⌒@)ノ
192-168-1-6:complete Brad$
-----
My setup is:
Mac OS 10.8.3
Transmission
Batch script calling filebot as below.
#####
#!/bin/bash
filebot -script fn:amc --output "/Users/Brad/Media" --log-file /Users/Brad/FileBot/amc.log --action move --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=/Users/Brad/Downloads/Torrents/complete" "ut_file=" "ut_kind=multi" --def "seriesFormat=TV/{n.replaceAll(\"!\",\"\")}/{\"Season\$s\"}/{n.replaceAll(\"!\",\"\")}.{s00e00}.{t.replaceAll(\" \",\".\")}" "musicFormat=Music/{n}/{fn}" "movieFormat=Movies/{n} {y}/{fn}"
####
I have been spending some time looking into this tool and so far its great! Thanks all!
I've run into an issue when setting up AMC script, any help would be greatly appreciated! It seems to be failing not being able to find a file (that as far as i can tell doesn't exist). Was wondering if anyone in the forums could shed some light on the issue?
Cause:
I ran filebot from my script as a one off, with the action as copy then run again as move adding some more files to my torrent location. It gives the log below (while keeping a set of downloaded and orded files in the UT_DIR location). The problem is, it doesn't move the old and the new files and leaves then in the UT_DIR.
I would have expected filebot to move all the files its created into the new folder, is this not correct?
-----
192-168-1-6:complete Brad$ ~/Bin/transmission_PostProcess.sh
Locking /Users/Brad/FileBot/amc.log
Parameter: music = y
Parameter: subtitles = en
Parameter: artwork = y
Parameter: ut_dir = /Users/Brad/Downloads/Torrents/complete
Parameter: ut_file =
Parameter: ut_kind = multi
Parameter: seriesFormat = TV/{n.replaceAll("!","")}/{"Season$s"}/{n.replaceAll("!","")}.{s00e00}.{t.replaceAll(" ",".")}
Parameter: musicFormat = Music/{n}/{fn}
Parameter: movieFormat = Movies/{n} {y}/{fn}
Input: /Users/Brad/Downloads/Torrents/complete
May 22, 2013 11:05:30 AM net.sourceforge.filebot.web.TMDbClient getMovieDescriptor
WARNING: Movie not found: tt0000000
complete [series: Chuck, movie: Underworld: Awakening (2012)]
May 22, 2013 11:05:36 AM net.sourceforge.filebot.web.TMDbClient getMovieDescriptor
WARNING: Movie not found: tt0000000
Group: [tvs:Chuck, mov:Underworld: Awakening (2012), anime:null] => [complete]
No missing subtitles
Done ヾ(@⌒ー⌒@)ノ
192-168-1-6:complete Brad$
-----
My setup is:
Mac OS 10.8.3
Transmission
Batch script calling filebot as below.
#####
#!/bin/bash
filebot -script fn:amc --output "/Users/Brad/Media" --log-file /Users/Brad/FileBot/amc.log --action move --conflict override -non-strict --def music=y subtitles=en artwork=y "ut_dir=/Users/Brad/Downloads/Torrents/complete" "ut_file=" "ut_kind=multi" --def "seriesFormat=TV/{n.replaceAll(\"!\",\"\")}/{\"Season\$s\"}/{n.replaceAll(\"!\",\"\")}.{s00e00}.{t.replaceAll(\" \",\".\")}" "musicFormat=Music/{n}/{fn}" "movieFormat=Movies/{n} {y}/{fn}"
####