Page 1 of 1

I'm sure I'm making a very simple mistake

Posted: 17 Nov 2014, 18:06
by russco
Hi there! So I'm telling utorrent to run this once it's done downloading:

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
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:

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 ヾ(@⌒ー⌒@)ノ
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. :D

Re: I'm sure I'm making a very simple mistake

Posted: 17 Nov 2014, 22:49
by rednoah
Yes, you are. :D Guess what {fn} means. ;)

Re: I'm sure I'm making a very simple mistake

Posted: 17 Nov 2014, 22:53
by russco
Filename. :D

But what do I put in its place?

Re: I'm sure I'm making a very simple mistake

Posted: 20 Nov 2014, 05:55
by russco
Hello? What should I use instead?

Re: I'm sure I'm making a very simple mistake

Posted: 20 Nov 2014, 09:50
by rednoah
Just look at the examples. It's pretty obvious, but sorta depends what you want :D
viewtopic.php?f=5&t=2