AMC script with plex naming and genre sorting?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
dv3plex
Posts: 2
Joined: 27 Dec 2017, 02:35

AMC script with plex naming and genre sorting?

Post by dv3plex »

Hi, so I'm trying to get filebot to sort moves ( only movies ) in genre folders but still use the plex naming scheme

currently trying

Code: Select all

filebot -script fn:amc --output "/home/blah/" --action move --format {genre} {Plex}  -non-strict "/home/blah/movies" 
and all the other stuff as well ( extract subs etc ) it works and runs but no genre sorting at all. Any ideas what I'm doing wrong?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC script with plex naming and genre sorting?

Post by rednoah »

The amc script has it's own set of options to pass in custom formats for movie/series/anime files.

Please read the amc script manual for details.
:idea: Please read the FAQ and How to Request Help.
dv3plex
Posts: 2
Joined: 27 Dec 2017, 02:35

Re: AMC script with plex naming and genre sorting?

Post by dv3plex »

thank you, I kinda figured it did as it has most of everything else :)
carloslozada
Posts: 14
Joined: 12 Jun 2016, 11:06

Re: AMC script with plex naming and genre sorting?

Post by carloslozada »

dv3plex wrote: 27 Dec 2017, 17:27 thank you, I kinda figured it did as it has most of everything else :)
HI dv3plex,
Your idea is really nice, would you like to talk more about it and share the HOWTO?. :shock:

Kind regards,
Post Reply