No Luck with Windows 10

Support for Windows users
Post Reply
jazzperm
Posts: 11
Joined: 22 Oct 2013, 09:32

No Luck with Windows 10

Post by jazzperm »

I recently installed Windows 10. I am using the same utorrent post processing as I did on Windows 7, but now without any results. BTW I also upgraded from xbmc to kodi, is it correct to chacge xbmc to kodi in the input?

Utorrent: filebot -script fn:amc --output "E:/Finished Torrents" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=nl artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def "seriesFormat=D:/TV/{n}/Season {s}/{sxe} - {t}" "movieFormat=D:/Movies/Nieuw/{n} {y}/{n} [{y}] {vf}" --def kodi=192.168.1.75

CMD Result:

"C:/Program Files/FileBot/filebot.exe" -script fn:amc --output "E:/Finished Torrents/A Brilliant Young Mind (2014) [1080p]" --log-file amc.log --action copy --conflict override -non-strict --def music=n subtitles=nl artwork=n "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" --def "seriesFormat=D:/TV/{n}/Season {s}/{sxe} - {t}" "movieFormat=D:/Movies/Nieuw/{n} {y}/{n} [{y}] {vf}"
Java HotSpot(TM) Client VM warning: TieredCompilation is disabled in this release.
Locking C:\Users\Jasper\AppData\Roaming\FileBot\logs\amc.log
Run script [fn:amc] at [Sat Sep 05 09:58:48 CEST 2015]
Parameter: music = n
Parameter: subtitles = nl
Parameter: artwork = n
Parameter: ut_dir = %D
Parameter: ut_file = %F
Parameter: ut_kind = %K
Parameter: ut_title = %N
Parameter: ut_label = %L
Parameter: ut_state = %S
Parameter: seriesFormat = D:/TV/{n}/Season {s}/{sxe} - {t}
Parameter: movieFormat = D:/Movies/Nieuw/{n} {y}/{n} [{y}] {vf}
No files selected for processing
Failure (┬░_┬░)

Same result when I change folder to "E:/Finished Torrents" as in Utorrent.

I checked all folders and drives and as far as I can see, everything is correct. How come it cant find files for processing?

Thanks in advace!
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No Luck with Windows 10

Post by rednoah »

%D is probably not a valid folder path... Please read the Troubleshooting section, especially the RED BOLD parts, because you're just testing it wrong.
:idea: Please read the FAQ and How to Request Help.
jazzperm
Posts: 11
Joined: 22 Oct 2013, 09:32

Re: No Luck with Windows 10

Post by jazzperm »

Thanx for your quick reply. I checked everything and missed that after installing W10 my directory changed from F to D, so I changed ut_file = %F to ut_file = %D and its working fine now!
User avatar
rednoah
The Source
Posts: 23928
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: No Luck with Windows 10

Post by rednoah »

You didn't understand the issue at all did you? %F and %D are utorrent VARIABLES and NOT drive letters. You need to check the logger tab to see the command that is executed, which is different for each download.
Troubleshooting
If something is not working, first read the Notes above, then just run the command manually in new console window and see what happens. You CANNOT run the template without replacing the VARIABLES. The variables have to be replaced with actual values first. You can find the actual cmdline call in the µTorrents Logger tab so you can just copy it from there. You may need to enable the Logger tab first (just right-click one of the other tabs like Info).
This is what the manual says. Please read it.
:idea: Please read the FAQ and How to Request Help.
Post Reply