Page 1 of 1

[French] Problem with title episode

Posted: 06 Oct 2016, 16:27
by pikolo
First of all, sorry for my bad english :)

My problem is that an episode contain parenthesis in title so the contain of parenthesis is delete.

example :
for Batman, la série animée
I search with TheTVDB

Code: Select all

{n} - {s00e00} - {t}
Batman, la série animée - E16 - Le chat et la souris

Code: Select all

{episode}
Batman, la série animée - 16 - Le chat et la souris (2e partie)

I would like the information of part in title or how is possible ?

Thanks you :)

Re: [French] Problem with title episode

Posted: 06 Oct 2016, 18:39
by rednoah
{t} gives you the clean title: remove slashes, remove parenthesis, limits length, ...

You may access the raw title data via {episode.title}.

Re: [French] Problem with title episode

Posted: 06 Oct 2016, 19:02
by pikolo
Thanks you, it's works ! :D

Your software are the best :)

But how know all the properties ? like {episode.title}

Re: [French] Problem with title episode

Posted: 06 Oct 2016, 19:17
by rednoah

Code: Select all

{episode.properties}

Re: [French] Problem with title episode

Posted: 06 Oct 2016, 20:00
by pikolo
Very good !

Thanks again ! :D