I'm sure I'm making a very simple mistake
Posted: 17 Nov 2014, 18:06
Hi there! So I'm telling utorrent to run this once it's done downloading:
Everything it going great, I don't want subtitles or media info or any stuff like that, I just want it to rename the file correctly, and move it to the corresponding directory.
It's moving the file just fine, perfectly in fact, but it's not renaming the file. Now sure, XBMC will recognise the new file and update itself automatically and everything, but I'd rather the file were formatted correctly too, because I'm fussy like that.
So what have I done wrong?
Here's my amc.log:
Also, once it's working, I'd like the original file to be deleted. Is that possible?
Thanks for everything you do by the way. I've been using filebot for absolutely years and I only recently discovered how awesome it gets.
Code: Select all
filebot -script fn:amc --log-file amc.log --action copy --conflict override -non-strict --def music=y "ut_label=%L" "ut_state=%S" "ut_title=%N" "ut_kind=%K" "ut_file=%F" "ut_dir=%D" --def "seriesFormat=F:/TV/{n}/{'Season '+s}/{fn}" --def xbmc=Russ-PC
It's moving the file just fine, perfectly in fact, but it's not renaming the file. Now sure, XBMC will recognise the new file and update itself automatically and everything, but I'd rather the file were formatted correctly too, because I'm fussy like that.

So what have I done wrong?
Here's my amc.log:
Code: Select all
Parameter: seriesFormat = F:/TV/{n}/{'Season '+s}/{fn}
Parameter: music = y
Parameter: ut_label =
Parameter: ut_state = 20
Parameter: ut_title = The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4
Parameter: ut_kind = single
Parameter: ut_file = The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4
Parameter: ut_dir = E:\Downloads
Parameter: xbmc = Russ-PC
Input: E:\Downloads\The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4
Group: [tvs:the walking dead] => [The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4]
Rename episodes using [TheTVDB]
Auto-detected query: [The Walking Dead]
Fetching episode data for [The Walking Dead]
Fetching episode data for [Talking Dead]
[COPY] Rename [E:\Downloads\The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4] to [F:\TV\The Walking Dead\Season 5\The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4]
Processed 1 files
Nov 17, 2014 6:55:47 PM net.filebot.media.MediaDetection storeMetaInfo
WARNING: Failed to set xattr: java.nio.file.AccessDeniedException: F:\TV\The Walking Dead\Season 5\The.Walking.Dead.S05E06.HDTV.x264-KILLERS.mp4:net.filebot.metadata
Notify XBMC: Russ-PC
Done ヾ(@⌒ー⌒@)ノ
Thanks for everything you do by the way. I've been using filebot for absolutely years and I only recently discovered how awesome it gets.
