
Can genaral rename folder name serie ?
-
- Posts: 4
- Joined: 16 Jan 2025, 15:36
Can genaral rename folder name serie ?
Can genaral rename folder name serie ?


Re: Can genaral rename folder name serie ?
I cannot fully understand your question. However, looking at the screenshot, you'll need to select "scholar who walks the night" when FileBot asks you to select the series. If FileBot does not ask you then you can force "scholar who walks the night" instead. There's a variety of ways to do that. Please read Q: How do I fix misidentified files? for details.
-
- Posts: 4
- Joined: 16 Jan 2025, 15:36
Re: Can genaral rename folder name serie ?
filebot can rename folder ?
My folder "Bad and Crazy เลว ชั่ว บ้าระห่ำ 2021" rename "Bad and Crazy" ?
My folder "Bad and Crazy เลว ชั่ว บ้าระห่ำ 2021" rename "Bad and Crazy" ?
Re: Can genaral rename folder name serie ?
You'd rename by the folder by rewriting all the file paths in that folder.
e.g. use Plain File Mode to remove non-ASCII characters from the entire file path:
"Bad and Crazy เลว ชั่ว บ้าระห่ำ 2021" ➔ "Bad and Crazy 2021"
If Bad and Crazy เลว ชั่ว บ้าระห่ำ 2021 is a folder containing episode files, then you just need to match the files and re-organize the files into a new folder structure. The {plex} format will create a Bad and Crazy series folder by default.
e.g. use Plain File Mode to remove non-ASCII characters from the entire file path:
Format: Select all
{ f.path.removeAll(/\P{ASCII}/) }
