Page 1 of 1

Process Anime episodes with AMC script

Posted: 17 Mar 2016, 11:53
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 ?

Re: AMC?

Posted: 17 Mar 2016, 14:50
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?

Re: Process Anime episodes with AMC script

Posted: 05 Apr 2018, 07:52
by rednoah
[Anime] Convert Absolute to SxE numbers
viewtopic.php?f=3&t=2769