Filebot extracts episode title with a '\' character

All your suggestions, requests and ideas for future development
Post Reply
Bazzu85
Posts: 51
Joined: 16 Nov 2016, 19:28

Filebot extracts episode title with a '\' character

Post by Bazzu85 »

Hi,

I'm facing a issue with this show with italian language:
https://thetvdb.com/series/attack-on-tomorrow

for example the episode 22 is extracted by filebot like this:

Code: Select all

Mimì e le ragazze della pallavolo - 1x22 - L\'ultima partita
but on TVDB the title is like this

Code: Select all

L'ultima partita
this cause filebot to create a folder named

Code: Select all

Mimì e le ragazze della pallavolo - 1x22 - L
with a file name

Code: Select all

'ultima partita
is this a bug?
ty
User avatar
rednoah
The Source
Posts: 22899
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Filebot extracts episode title with a '\' character

Post by rednoah »

:?: Are you using a custom format?

:?: Can you provide a reproducible test case?



:idea: Here's what I get:

Code: Select all

$ filebot -list --q 350715 --db TheTVDB --lang Italian --format "{plex.name}"
...
Mimì e Le Ragazze della Pallavolo - S01E12 - L'ora della verità
...
Mimì e Le Ragazze della Pallavolo - S01E22 - L'ultima partita
...
Image
:idea: Please read the FAQ and How to Request Help.
Post Reply