Process Anime episodes with AMC script

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
DasBeast
Posts: 10
Joined: 28 Mar 2015, 09:33

Process Anime episodes with AMC script

Post by DasBeast »

i want to set up Amc with qbittorent but i cant figure out the proper way to type it in.

i want it to only run for Anime titles and leave my movies and tv shows as is.

my anime downloads automatically go into

Code: Select all

Z:/Unsorted
i want them to automatically be sorted into

Code: Select all

Z:/Anime/{t}
using this naming format

Code: Select all

Z:/Anime/{primarytitle}/{episode.special ? 'Specials' : 'Season '+s}/{S00E00} - {t} [{vf}] [{ac}]
how would i type that out so that it only runs for my anime titles ?
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC?

Post by rednoah »

1.
Before using formats on the command-line in anyway, make sure you have tested and understood how it works with the FileBot GUI / Format Editor.

* {t} means episode title
* {s00e00} won't work for AniDB episodes because Anime don't have season numbers

You'll want to read this as well: viewtopic.php?f=4&t=1508

2.
You can't "only process Anime" but you can label things you don't what with "ignore". What you're doing is probably a bad idea though. I highly recommend that you process everything with the default settings.

3.
If something is not working, check the logs. What do the logs say?
:idea: Please read the FAQ and How to Request Help.
User avatar
rednoah
The Source
Posts: 22986
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Process Anime episodes with AMC script

Post by rednoah »

[Anime] Convert Absolute to SxE numbers
viewtopic.php?f=3&t=2769
:idea: Please read the FAQ and How to Request Help.
Post Reply