Page 1 of 1

Filbot + uTorrent & Torrent files with spaces

Posted: 10 Mar 2014, 19:33
by Bobba86
Firstly... amazing program, its made getting downloading not such a chore..I just let FileBot do its thing.

I have recently been getting a few incorrect Matches when Downloading Movie torrents, I am using uTorrent.
The only thing I can see which is different is the naming of the Torrents, Folders and Files... They Have spaces in the Titles, instead of periods.

e.g. I recently got: "(500) Days of Summer (2009)" which FileBot matched to "Days (2001)" for all the metadata.
Torrent File: 500 Days Of Summer (2009).torrent
uTorrent Name: 500 Days Of Summer (2009)
D/L Folder Name: 500 Days Of Summer (2009)
File Name: 500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4

another instance of the problem is:
"Delivery Man (2013)" > FileBot > "Delivery (2004)"
Torrent File: Delivery Man 2013 BRRip XviD AC3-SANTi.torrent
uTorrent Name: Delivery Man 2013 BRRip XviD AC3-SANTi
D/L Folder Name: Delivery Man 2013 BRRip XviD AC3-SANTi
File Name: santi-deliveryman.brrip.xvid.avi

Here is a copy of my FileBot/uTorrent Script.

Code: Select all

C:\invoke.vbs filebot -script fn:amc --output "D:/media" --log-file amc.log --action copy --conflict override -non-strict --def subtitles=en music=y artwork=y gmail=#######:####### mailto=######@gmail.com  "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def "musicFormat=Music (iTunes)/Automatically Add to iTunes/{n}/{fn}"
any Help would be greatly appreciated, and thanks again for writing this amazing software.

Regards,
Bobba86

Re: Filbot + uTorrent & Torrent files with spaces

Posted: 10 Mar 2014, 19:43
by rednoah
Works for me:

Code: Select all

Input: D:\workspace\testdata\AMC-TEST\500 Days Of Summer (2009)\500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4
Input: D:\workspace\testdata\AMC-TEST\Delivery Man 2013 BRRip XviD AC3-SANTi\santi-deliveryman.brrip.xvid.avi
500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4 [series: null, movie: (500) Days of Summer (2009)]
santi-deliveryman.brrip.xvid.avi [series: null, movie: Delivery Man (2013)]
Group: [tvs:null, mov:500 days of summer 2009, anime:null] => [500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4]
Group: [tvs:null, mov:delivery man 2013, anime:null] => [santi-deliveryman.brrip.xvid.avi]
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\500 Days Of Summer (2009)\500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4]
[COPY] Rename [D:\workspace\testdata\AMC-TEST\500 Days Of Summer (2009)\500 Days Of Summer.2009.720p.BrRip.x264.YIFY.mp4] to [D:\workspace\output\Movies\(500) Days of Summer (2009)\(500) Days of Summer (2009).mp4]
Processed 1 files
Rename movies using [TheMovieDB]
Auto-detect movie from context: [D:\workspace\testdata\AMC-TEST\Delivery Man 2013 BRRip XviD AC3-SANTi\santi-deliveryman.brrip.xvid.avi]
[COPY] Rename [D:\workspace\testdata\AMC-TEST\Delivery Man 2013 BRRip XviD AC3-SANTi\santi-deliveryman.brrip.xvid.avi] to [D:\workspace\output\Movies\Delivery Man (2013)\Delivery Man (2013).avi]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ

Re: Filbot + uTorrent & Torrent files with spaces

Posted: 10 Mar 2014, 20:55
by Bobba86
And this works using the ut_%variables= ?
I was assuming it was the way that uTorrent was presenting the data to FileBot... I could be completely wrong, does my script look correct? Nothing on the script would be forcing False Positives would it?... I tried to keep my script as vanilla as possible.

Thanks for the speedy response.

Rob

Re: Filbot + uTorrent & Torrent files with spaces

Posted: 11 Mar 2014, 06:13
by rednoah
Doesn't matter how you pass in the files, they're all gonna be processed through the same logic.

You could just check your amc.log to see if anything is different.

PS: You are using the latest FileBot 4.0 right? Try reinstalling and -clear-cache once. And if you have processed files already make sure you clear xattr and nfo files before running it again.