I encounter maybe some weird behaviour. When new filename is for example "Dorohedoro - 1x02 - In the Bag | Eat Quietly During Meals | My Neighbor the Sorcerer.mkv" (without quotes) , then it create multiple subfolders "In the Bag/Eat Quietly During Meals/My Neighbour the Sorcerer.mkv"
Can be this avoided without manual correction ?
Thank you for suggestion.
New filename adds file to subfolders
Re: New filename adds file to subfolders
Are you using a custom format?
I recommend using {plex} instead, that'll implicitly take care of everything:
viewtopic.php?t=4116

viewtopic.php?t=4116
Re: New filename adds file to subfolders
i am using format {n} - {s00e00} - {t} , but if it scrap name with "/" for example from tvdb or anidb it create subfolder. If i manually delete all "/" it rename correctly. Is there some thing to ignore "/" in name ?
Re: New filename adds file to subfolders
Your format is responsible for generating the appropriate destination path, that includes dealing (or not dealing) with "/" in some form or shape depending on your preferences:
https://www.filebot.net/naming.html
I recommend using {plex.name} as format instead, since the {plex} binding will implicitly take care of all the corner cases including this one:
viewtopic.php?t=4116
https://www.filebot.net/naming.html

viewtopic.php?t=4116
Re: New filename adds file to subfolders
Ok , i willl try it.