Move existing srt with AMC script @ uTorrent
Posted: 10 Mar 2015, 04:39
First of all, thx for the amazing application. I've been using it for a while, but today I decided to try AMC.
I successfully installed the script in uTorrent, this is what I'm using:
I don't want/need to use FileBot to download the corresponding subtitles. I do that by myself. And that seems to be a problem.
Amc script doesn't move the srt file I already have in the folder where the episode is being downloaded. Is it possible to do that?
e.g.
Folder where uTorrent moves finished files:
Log:
As you can see, the srt file doesn't appears as an input. But if I run this code directly from the command line, it works:
So, is it possible to get the same result but from uTorrent?
Thanks in advanced,
azeos.
I successfully installed the script in uTorrent, this is what I'm using:
Code: Select all
"C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "G:/Series tmp" --log-file amc.log --action copy --conflict override -non-strict --def "ut_dir=%D" "ut_file=%F" "ut_kind=%K" "ut_title=%N" "ut_label=%L" "ut_state=%S" "seriesFormat=G:/Series/{n}/{'Temporada '+s.pad(2)}/{n} - {s00e00} - {t}"
Amc script doesn't move the srt file I already have in the folder where the episode is being downloaded. Is it possible to do that?
e.g.
Folder where uTorrent moves finished files:
Code: Select all
|- E:\Matias\Downloads\EX503
|- New.Girl.S04E16.HDTV.x264-KILLERS.mp4
|- New.Girl.S04E16.HDTV.x264-KILLERS.srt
Code: Select all
Parameter: ut_dir = E:\Matias\Downloads\EX503
Parameter: ut_file = New.Girl.S04E16.HDTV.x264-KILLERS.mp4
Parameter: ut_kind = single
Parameter: ut_title = New.Girl.S04E16.HDTV.x264-KILLERS.mp4
Parameter: ut_label =
Parameter: ut_state = 20
Parameter: seriesFormat = G:/Series/{n}/{'Temporada '+s.pad(2)}/{n} - {s00e00} - {t}
Input: E:\Matias\Downloads\EX503\New.Girl.S04E16.HDTV.x264-KILLERS.mp4
Group: [tvs:new girl] => [New.Girl.S04E16.HDTV.x264-KILLERS.mp4]
Rename episodes using [TheTVDB]
Auto-detected query: [New Girl]
Fetching episode data for [New Girl]
[COPY] Rename [E:\Matias\Downloads\EX503\New.Girl.S04E16.HDTV.x264-KILLERS.mp4] to [G:\Series\New Girl\Temporada 04\New Girl - S04E16 - Oregon.mp4]
Processed 1 files
mar 10, 2015 1:04:15 AM net.filebot.media.MediaDetection storeMetaInfo
ADVERTENCIA: Failed to set xattr: java.nio.file.AccessDeniedException: G:\Series\New Girl\Temporada 04\New Girl - S04E16 - Oregon.mp4:net.filebot.metadata
Done ヾ(@⌒ー⌒@)ノ
Code: Select all
"C:\Program Files\FileBot\filebot.launcher.exe" -script fn:amc --output "G:/Series tmp" --log-file amc.log --action copy --conflict override -non-strict "E:/Matias/Downloads/EX503" --def "seriesFormat=G:/Series/{n}/{'Temporada '+s.pad(2)}/{n} - {s00e00} - {t}"
Code: Select all
Parameter: seriesFormat = G:/Series/{n}/{'Temporada '+s.pad(2)}/{n} - {s00e00} - {t}
Argument: E:\Matias\Downloads\EX503
Input: E:\Matias\Downloads\EX503\New.Girl.S04E16.HDTV.x264-KILLERS.mp4
Input: E:\Matias\Downloads\EX503\New.Girl.S04E16.HDTV.x264-KILLERS.srt
Group: [tvs:new girl] => [New.Girl.S04E16.HDTV.x264-KILLERS.mp4, New.Girl.S04E16.HDTV.x264-KILLERS.srt]
Rename episodes using [TheTVDB]
Auto-detected query: [New Girl]
Fetching episode data for [New Girl]
Auto-detected query: [New Girl]
Fetching episode data for [New Girl]
[COPY] Rename [E:\Matias\Downloads\EX503\New.Girl.S04E16.HDTV.x264-KILLERS.srt] to [G:\Series\New Girl\Temporada 04\New Girl - S04E16 - Oregon.srt]
[COPY] Rename [E:\Matias\Downloads\EX503\New.Girl.S04E16.HDTV.x264-KILLERS.mp4] to [G:\Series\New Girl\Temporada 04\New Girl - S04E16 - Oregon.mp4]
Processed 2 files
Done ヾ(@⌒ー⌒@)ノ
Thanks in advanced,
azeos.