Page 1 of 1
Force TV / Movie mode when running the AMC script
Posted: 27 Feb 2015, 07:57
by secs
Guys I need some very basic help. I have 3 directories. Music, TV and MOVIES. If I run flebot over the lot it does preaty well. I have the ability to run it on each dir seperately.
This is my normal run line filebot -script fn:amc --output "//storage1/localmedia/" --log-file amc.log --action move -non-strict "/storage1/complete/complete/" --def excludeList=amc1.txt --def music=y --def artwork=y --def extras=y
How do I tell it that its running on the MOVIES only, TV only and Music only? I
Yep I have read the scripts and I am missing the obvious. Niteshift tends to kill my brain cells
Regards, P
Re: Yes I know its basic but
Posted: 27 Feb 2015, 08:32
by rednoah
You can force Movie/TV Show/Anime mode or force ignore files via labels, e.g. label as movie to force TheMovieDB, or tv to force TheTVDB, or anime to force AniDB, or other to ignore all files
e.g.
Re: Force TV / Movie mode when running the AMC script
Posted: 18 Mar 2015, 02:57
by secs
I am using
filebot -script fn:amc --output "/media/peter/storage11/localmedia/" --log-file amc.log --def ut_label=other --action move -non-strict "/media/peter/storage11/torrents_from_seedbox/music/" --def music=y --def artwork=y --def extras=y
to try and process music but it finds the directories, shows the music in the log but doesnt process anything. Have I missed an option in the above? The directory contains nothing but music
Re: Force TV / Movie mode when running the AMC script
Posted: 18 Mar 2015, 08:42
by rednoah
... or other to ignore all files
Hence, all files are ignored.
Re: Force TV / Movie mode when running the AMC script
Posted: 18 Mar 2015, 14:07
by secs
Many thanks. I will give it a wirl and see how we go. I gather I simply need to remove that option. As a side note, whats its main purpose?
Re: Force TV / Movie mode when running the AMC script
Posted: 18 Mar 2015, 14:16
by rednoah
A.
Force MOVIE mode if you already know you're processing movies. Hence files will never be mismatched as episodes.
B.
Force SERIES mode if you already know you're processing episodes. Hence files will never be mismatched as movies and always processed with TheTVDB.
C.
Force ANIME mode if you already know you're processing anime episodes. Hence files will never bis mismatched as movies and always processed with AniDB.
D.
Force IGNORE / OTHER mode if you already know that file can't be processed. Hence files will not be processed as movie / series / anime and just be ignored.