
The
amc script uses the
{plex.id} format by default. Separating movies and TV shows is extremely important. Separating each movie and TV series into its own movie / series folder is equally important.

That said, your format, your rules. You can use
{plex.name} as your format for each content type. If your format only generates a file name, then that file will go directly into your
--output folder. Please read the
Change how files will be organized and renamed section for details.
e.g. if you want to put all your files into the
--output folder:
Shell: Select all
--def movieFormat="{ plex.name }" seriesFormat="{ plex.name }" animeFormat="{ plex.name }"
e.g. if you just mean to remove the top-level
Movies /
TV Shows folder but otherwise want to keep the
{plex.id} format folder structure:
Shell: Select all
--def movieFormat="{ ~plex.id }" seriesFormat="{ ~plex.id }" animeFormat="{ ~plex.id }"

If you are using the FileBot Node WebUI, please read the
FileBot Node Reference Manual › Format Options section as well.

Also, if you want to automate the transcoding of videos, presumably by calling
ffmpeg on each media file after processing, then you may prefer to use the
--def exec parameter.