Page 1 of 1
how can i literally rename series folders ?
Posted: 30 Dec 2024, 14:57
by leeeunchang
movie folders renaming is quite simple
but..in case of tv or episode series is very tough..
i am trying to renaming only series folders..
3.Body.Problem.S01.1080p.10bit.WEBRip.6CH.x265.HEVC ---------> 3 Body Problem (2024) {tvdb-411959} or 3 Body Problem (2024) {tmdb-xxxx}
(i am not sure tmdb(the movie databse) also has numbers for episodes)
how can i do this ?
Re: how can i literally rename series folders ?
Posted: 30 Dec 2024, 16:10
by rednoah
You'll want to reorganize episode files
(as opposed to series folders) into a new file structure as usual, automatically creating / deleting folders as necessary to achieve the desired result. Please read
Rename Folders for details.
e.g.
Console Output: Select all
$ filebot -find .
./3.Body.Problem.S01.1080p.10bit.WEBRip.6CH.x265.HEVC/1x01.mkv
$ filebot -rename -r . --db TheMovieDB::TV --output . --format "{~plex.id}" --apply import prune --log INFO
[MOVE] from [3.Body.Problem.S01.1080p.10bit.WEBRip.6CH.x265.HEVC/1x01.mkv] to [3 Body Problem {tmdb-108545}/Season 01/3 Body Problem - S01E01 - Countdown.mkv]
$ filebot -find .
./3 Body Problem {tmdb-108545}/Season 01/3 Body Problem - S01E01 - Countdown.mkv
Re: how can i literally rename series folders ?
Posted: 31 Dec 2024, 10:30
by leeeunchang
i am not using filebot CLI.
i am using filebot windows GUI.
how can i do this in "Edit format" ?
Re: how can i literally rename series folders ?
Posted: 31 Dec 2024, 12:37
by rednoah
leeeunchang wrote: ↑31 Dec 2024, 10:30
i am not using filebot CLI.
i am using filebot windows GUI.
The same concept applies in both GUI and CLI. A copy & paste example in the CLI for illustration purposes is quick and easy. A video tutorial in the GUI is a lot of work.
leeeunchang wrote: ↑31 Dec 2024, 10:30
how can i do this in "Edit format" ?
You'd just set the format to how you want to organise your files. The target file path - including folders - is entirely defined by your custom format:

Note that the format has nothing to do with with left-behind empty folders being deleted. That is default behaviour in the GUI. If you keep additional files alongside your video files then you may need to check the
Import companion files option as well to ensure that left-behind folders are indeed empty.
Re: how can i literally rename series folders ?
Posted: 31 Dec 2024, 16:58
by leeeunchang
i am trying bulk renaming series(episode) folder.
but it keeps doesn't match in filename and title name like file name is The.Tyrant.S01.1080p.... but the title says Blood.
it is not one or two.. more than 10 items doesn't match like this..
how can i solve this ?
Re: how can i literally rename series folders ?
Posted: 01 Jan 2025, 09:13
by rednoah
Please post the complete file path of one of the files you’re having issues with so we can run tests.
Re: how can i literally rename series folders ?
Posted: 01 Jan 2025, 13:00
by leeeunchang
Re: how can i literally rename series folders ?
Posted: 01 Jan 2025, 13:04
by rednoah
Unfortunately, the screenshot does not show the complete file path, nor does a screenshot allow for copy & paste.

Please provide
sample file paths as text so that I can copy & paste the file paths and auto-generate test files for testing. You can do so by pressing the
F7 key after loading files into FileBot and then pressing
CTRL+V when typing a new reply here in the forums.

Note that the screenshot above does not show complete episode file paths. I see a list of series folder names. Are you trying to process series folder items in
Episode Mode by any chance?
Episode Mode will only work for file paths that are conceptually episodes, and cannot work for file paths that are conceptually series folders, as each input file path is assumed to be an episode:
rednoah wrote: ↑18 Nov 2020, 05:12

You can only rename Movie / Episode folders, just like you can only rename Movie / Episode files.
You cannot use Episode Mode to rename Series folders or Season folders. You can rename folders such as
Avatar.2009 (Movie) or
Alias.1x01 (Episode) but you
cannot rename folders such as
Alias (Series) or
Season 1 (Season). You can however use
Plain File Mode to rewrite any file name or file path. See
Rename Series Folders for details.

This is the reason why you cannot
"rename series folders" with the same
trick that allows you to
"rename movie folders" hence why I recommend reorganising episode files as opposed to renaming series folders:
rednoah wrote: ↑30 Dec 2024, 16:10
You'll want to reorganize episode files
(as opposed to series folders) into a new file structure as usual, automatically creating / deleting folders as necessary to achieve the desired result. Please read
Rename Folders for details.
Re: how can i literally rename series folders ?
Posted: 11 Jan 2025, 06:23
by leeeunchang
i kept doing it in movie format not in the episode format. i was wrong.
thank you so much.