Media center master intergration or utorrent NOOB

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
srgsng25
Posts: 6
Joined: 25 Mar 2013, 07:34

Media center master intergration or utorrent NOOB

Post by srgsng25 »

Ok i am a noob and clueless for scripting unless its cuts and paste sorry for being so clueless fist and for most also sory if this is a really stupid question

I have a huge media center server in the house i use media center master to collect the metadata and download pictures as well as it down download new tv shows and moves this to their appropriate series folders i would like to either post process the moves via MCM or Utorrent i am using the GUI of filebot with this {genres[0]}/{n} ({y})/{n} ({y}){" CD$pi"} in the movies how do i do this

what would be the less confusing way
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Media center master intergration or utorrent NOOB

Post by rednoah »

If you're lucky this will work out of the box:
http://www.filebot.net/forums/viewtopic ... =215#p1561

Once that works you can continue looking onto the docs on amc on how to to customize the formats.
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Media center master intergration or utorrent NOOB

Post by rednoah »

Works exactly as in the docs. Here's an example of how it'll execute:

Command:

Code: Select all

filebot -script fn:amc --action test --conflict override -non-strict --output "D:\output" --def ut_kind=multi --def "ut_dir=D:\testdata\AMC-TEST" --def "ut_title=AMC-TEST" --def "movieFormat={genres[0]}/{n} ({y})/{n} ({y}){' CD'+pi}"
Output:

Code: Select all

Parameter: ut_kind = multi
Parameter: ut_dir = D:\testdata\AMC-TEST
Parameter: ut_title = AMC-TEST
Parameter: movieFormat = {genres[0]}/{n} ({y})/{n} ({y}){' CD'+pi}
Input: D:\testdata\AMC-TEST\Avatar 2009.iso
Avatar 2009.iso [series: null, movie: Avatar (2009)]
Group: [tvs:null, mov:Avatar (2009), anime:null] => [Avatar 2009.iso]
Rename movies using [TheMovieDB]
Looking up movie by filehash via [TheMovieDB]
TheMovieDB: Hash lookup not supported
Auto-detect movie from context: [D:\testdata\AMC-TEST\Avatar 2009.iso]
[TEST] Rename [D:\testdata\AMC-TEST\Avatar 2009.iso] to [D:\output\Action\Avatar (2009)\Avatar (2009).iso]
Processed 1 files
Done ヾ(@⌒ー⌒@)ノ
:idea: Please read the FAQ and How to Request Help.
Post Reply