uTorrent moving files but not renaming! Help??
Posted: 18 Jun 2015, 10:32
Hello!!
So I've been trying to work out this script but just can't quite get it to work and I have no idea what I'm missing! Currently, once my torrent finishes, the script runs (along with a couple of strange errors I don't understand) and then it COPIES the file(s) over to where I have specified, but it doesn't rename them..? So I end up simply duplicating the original file with the same filename in a different directory.
I'm on Windows 8.1 64bit...
uTorrent is set up to save finished torrents to C:\Users\Dion\Downloads\Torrent Downloads (Completed)
And here's my script:
filebot -script fn:amc --output "C:/Users/Dion/Downloads/Torrent Downloads (Completed)" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=C:/Users/Dion/Videos/TV Shows/{fn}" "animeFormat=C:/Users/Dion/Videos/Anime/{fn}" "movieFormat=C:/Users/Dion/Videos/Movies/{fn}" "musicFormat=C:/Users/Dion/Music/{n}/{fn}" music=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Where do I set up each {fn}? If I understand correctly, this pulls in my renaming preference from FileBot, so Episodes are currently set up in FileBot as {n} - Season {s} - Ep{e} - {t}
And here's the log for the last attempt:
Run script [fn:amc] at [Thu Jun 18 22:20:33 NZST 2015]
Parameter: seriesFormat = C:/Users/Dion/Videos/TV Shows/{fn}
Parameter: animeFormat = C:/Users/Dion/Videos/Anime/{fn}
Parameter: movieFormat = C:/Users/Dion/Videos/Movies/{fn}
Parameter: musicFormat = C:/Users/Dion/Music/{n}/{fn}
Parameter: music = y
Parameter: ut_label =
Parameter: ut_state = 20
Parameter: ut_title = Hello.Ladies.S01E06.HDTV.x264-2HD.mp4
Parameter: ut_kind = single
Parameter: ut_file = Hello.Ladies.S01E06.HDTV.x264-2HD.mp4
Parameter: ut_dir = C:\Users\Dion\Downloads\Torrent Downloads (Completed)
Input: C:\Users\Dion\Downloads\Torrent Downloads (Completed)\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4
Group: [tvs:hello ladies] => [Hello.Ladies.S01E06.HDTV.x264-2HD.mp4]
Jun 18, 2015 10:20:39 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Rename episodes using [TheTVDB]
Auto-detected query: [Hello Ladies]
Fetching episode data for [Hello Ladies]
[COPY] Rename [C:\Users\Dion\Downloads\Torrent Downloads (Completed)\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4] to [C:\Users\Dion\Videos\TV Shows\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4]
Processed 1 files
Jun 18, 2015 10:20:41 PM net.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\Users\Dion\Videos\TV Shows\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4:net.filebot.metadata
Done ヾ(@⌒ー⌒@)ノ
Where am I going wrong? I want this to MOVE the file to the new directory and rename it, but it's currently COPYING it and not renaming it at all! And should I be worried about those warnings??
Please help!
Thanks,
Dion
So I've been trying to work out this script but just can't quite get it to work and I have no idea what I'm missing! Currently, once my torrent finishes, the script runs (along with a couple of strange errors I don't understand) and then it COPIES the file(s) over to where I have specified, but it doesn't rename them..? So I end up simply duplicating the original file with the same filename in a different directory.
I'm on Windows 8.1 64bit...
uTorrent is set up to save finished torrents to C:\Users\Dion\Downloads\Torrent Downloads (Completed)
And here's my script:
filebot -script fn:amc --output "C:/Users/Dion/Downloads/Torrent Downloads (Completed)" --log-file amc.log --action copy --conflict override -non-strict --def "seriesFormat=C:/Users/Dion/Videos/TV Shows/{fn}" "animeFormat=C:/Users/Dion/Videos/Anime/{fn}" "movieFormat=C:/Users/Dion/Videos/Movies/{fn}" "musicFormat=C:/Users/Dion/Music/{n}/{fn}" music=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D"
Where do I set up each {fn}? If I understand correctly, this pulls in my renaming preference from FileBot, so Episodes are currently set up in FileBot as {n} - Season {s} - Ep{e} - {t}
And here's the log for the last attempt:
Run script [fn:amc] at [Thu Jun 18 22:20:33 NZST 2015]
Parameter: seriesFormat = C:/Users/Dion/Videos/TV Shows/{fn}
Parameter: animeFormat = C:/Users/Dion/Videos/Anime/{fn}
Parameter: movieFormat = C:/Users/Dion/Videos/Movies/{fn}
Parameter: musicFormat = C:/Users/Dion/Music/{n}/{fn}
Parameter: music = y
Parameter: ut_label =
Parameter: ut_state = 20
Parameter: ut_title = Hello.Ladies.S01E06.HDTV.x264-2HD.mp4
Parameter: ut_kind = single
Parameter: ut_file = Hello.Ladies.S01E06.HDTV.x264-2HD.mp4
Parameter: ut_dir = C:\Users\Dion\Downloads\Torrent Downloads (Completed)
Input: C:\Users\Dion\Downloads\Torrent Downloads (Completed)\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4
Group: [tvs:hello ladies] => [Hello.Ladies.S01E06.HDTV.x264-2HD.mp4]
Jun 18, 2015 10:20:39 PM java.util.prefs.WindowsPreferences <init>
WARNING: Could not open/create prefs root node Software\JavaSoft\Prefs at root 0x80000002. Windows RegCreateKeyEx(...) returned error code 5.
Rename episodes using [TheTVDB]
Auto-detected query: [Hello Ladies]
Fetching episode data for [Hello Ladies]
[COPY] Rename [C:\Users\Dion\Downloads\Torrent Downloads (Completed)\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4] to [C:\Users\Dion\Videos\TV Shows\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4]
Processed 1 files
Jun 18, 2015 10:20:41 PM net.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: java.lang.RuntimeException: java.nio.file.AccessDeniedException: C:\Users\Dion\Videos\TV Shows\Hello.Ladies.S01E06.HDTV.x264-2HD.mp4:net.filebot.metadata
Done ヾ(@⌒ー⌒@)ノ
Where am I going wrong? I want this to MOVE the file to the new directory and rename it, but it's currently COPYING it and not renaming it at all! And should I be worried about those warnings??
Please help!
Thanks,
Dion