[AMC] Rename "TV Shows" Folder?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
Lissom
Posts: 1
Joined: 18 Nov 2020, 09:56

[AMC] Rename "TV Shows" Folder?

Post by Lissom »

I am new to AMC and want to use it with my qBitTorrent RSS feeds. I have episodes that download weekly; I want the episode to be renamed and placed in the appropriate place after download. I am currently using the qBitTorrent script in Rednoah's AMC post. I have designated the appropriate output destination but whenever an episode downloads it is placed in "output/TV Shows". Is it possible to not have a "TV Shows" folder or rename it?

As an example:
-I have "D:/Airing TV" as my output destination.
-It then creates "D:/Airing TV/TV Shows".

Ideal solutions:
-Designate "D:/" as output destination but renamed "TV Shows" folder to "Airing TV".
-Have the "TV Shows" folder not be created in the output destination.
User avatar
rednoah
The Source
Posts: 23959
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [AMC] Rename "TV Shows" Folder?

Post by rednoah »

You can pass in a custom format:

Code: Select all

--def seriesFormat="My Series Folder/{plex.tail}" 

If you don't have a TV Shows folders because you will ever process TV Shows, then you'll want to pass --def ut_label=TV as well:

Code: Select all

--def seriesFormat="{plex.tail}" --def ut_label=TV

:arrow: Please read amc script and {plex} format for details.
:idea: Please read the FAQ and How to Request Help.
Post Reply