Page 1 of 1

[AMC] Rename "TV Shows" Folder?

Posted: 18 Nov 2020, 10:09
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.

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

Posted: 18 Nov 2020, 14:52
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.