Sorting with QBT and dropping the TMDB from folder names

Support for Windows users
Post Reply
Silvercloak
Posts: 15
Joined: 12 May 2018, 01:46

Sorting with QBT and dropping the TMDB from folder names

Post by Silvercloak »

I've been using FileBot for a while and for the most part it's flawless. I just can't figure out how to remove the {tmdb-###} from the end of my folder names. I have this executed on QBT;

Shell: Select all

filebot -script fn:amc --output "e:/media" --action duplicate --conflict skip -non-strict --log-file amc.log --def excludeList=amc.excludes unsorted=y music=y artwork=y "ut_dir=%F" "ut_kind=multi" "ut_title=%N" "ut_label=%L"
I've been reading through the forums and experimenting on my own but I just can't get it to drop the TMDB from the folder naming at all.

Silvercloak
User avatar
rednoah
The Source
Posts: 23922
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Sorting with QBT and dropping the TMDB from folder names

Post by rednoah »

rednoah wrote: 12 Oct 2022, 06:41 [PSA] Important Discussion of Changes effective as of 28 Apr 2023:
viewtopic.php?t=13406
Nowadays, {plex.id} is used as format by default for each content type. You can use different formats if you want different formats. See Change how files will be organized and renamed for details.

e.g.

Shell: Select all

--def movieFormat="{plex}" seriesFormat="{plex}" animeFormat="{plex}"
:idea: Please read the FAQ and How to Request Help.
Post Reply