/ in file name causes folder creation

All your suggestions, requests and ideas for future development
Post Reply
arx
Posts: 1
Joined: 13 Aug 2020, 19:12

/ in file name causes folder creation

Post by arx »

Didn't see this already posted
As you can see in the link most of these episodes have a / in them. https://thetvdb.com/series/ping-pong-cl ... official/1
In the screen shot you can see that everything before the / was made into a new folder
Image

Code: Select all

FileBot 4.9.1 (r7372)
JNA Native: 6.1.0
MediaInfo: 19.09
7-Zip-JBinding: 9.20
Chromaprint: 1.4.3
Extended Attributes: OK
Unicode Filesystem: OK
Script Bundle: 2020-08-04 (r667)
Groovy: 3.0.3
JRE: OpenJDK Runtime Environment 14
JVM: 64-bit OpenJDK 64-Bit Server VM
CPU/MEM: 12 Core / 4.2 GB Max Memory / 45 MB Used Memory
OS: Windows 10 (amd64)
STORAGE: NTFS [OS] @ 502 GB | NTFS [New Volume] @ 247 GB | NTFS [NAS] @ 6 TB | NTFS [vmstorage] @ 6 TB
DATA: C:\Users\Justi\AppData\Roaming\FileBot
Package: MSI
License: FileBot License P16820798 (Valid-Until: 2021-08-18)
Done ?(?????)?
User avatar
rednoah
The Source
Posts: 22974
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: / in file name causes folder creation

Post by rednoah »

What's your custom format?


:arrow: If you use the {plex} format then it'll automatically take care of these things:

Code: Select all

{plex}

:!: If you're using a custom format, then it's the responsibility of your custom format to ensure that there's no accidental directory separators in the wrong places:

Code: Select all

"The Six School Boys/An Evil Plot".slash(' - ')
// Result: The Six School Boys - An Evil Plot
:idea: Please read the FAQ and How to Request Help.
Post Reply