All your suggestions, requests and ideas for future development
Bazzu85
Posts: 53 Joined: 16 Nov 2016, 19:28
Post
by Bazzu85 » 27 Jan 2023, 23:44
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
this cause filebot to create a folder named
Code: Select all
Mimì e le ragazze della pallavolo - 1x22 - L
with a file name
is this a bug?
ty
rednoah
The Source
Posts: 23924 Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:
Post
by rednoah » 28 Jan 2023, 02:26
Are you using a custom format?
Can you provide a reproducible test case?
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
...