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.
[AMC] Rename "TV Shows" Folder?
Re: [AMC] Rename "TV Shows" Folder?
You can pass in a custom format:
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:
Please read amc script and {plex} format for details.
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
