[French] Problem with title episode

Support for Windows users
Post Reply
pikolo
Posts: 3
Joined: 06 Oct 2016, 16:13

[French] Problem with title episode

Post 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 :)
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [French] Problem with title episode

Post by rednoah »

{t} gives you the clean title: remove slashes, remove parenthesis, limits length, ...

You may access the raw title data via {episode.title}.
:idea: Please read the FAQ and How to Request Help.
pikolo
Posts: 3
Joined: 06 Oct 2016, 16:13

Re: [French] Problem with title episode

Post by pikolo »

Thanks you, it's works ! :D

Your software are the best :)

But how know all the properties ? like {episode.title}
User avatar
rednoah
The Source
Posts: 23003
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: [French] Problem with title episode

Post by rednoah »

Code: Select all

{episode.properties}
:idea: Please read the FAQ and How to Request Help.
pikolo
Posts: 3
Joined: 06 Oct 2016, 16:13

Re: [French] Problem with title episode

Post by pikolo »

Very good !

Thanks again ! :D
Post Reply