Page 1 of 1

Sorting with QBT and dropping the TMDB from folder names

Posted: 14 Oct 2024, 16:09
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

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

Posted: 14 Oct 2024, 17:17
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}"