- Moderator
- #1
Hi there
I wan't to display EpisodesWatched and EpisodesUnWatched in two different strings. Every attempt I make formats one string but then the other looks weird
Ultimately I want this:
Maybe I don't get the logic behind the parser, but shouldn't this simple example work?
I want a result from 9 files as:
007 (formatted 7 watched episodes)
002 (formatted 2 unwatched episodes)

I wan't to display EpisodesWatched and EpisodesUnWatched in two different strings. Every attempt I make formats one string but then the other looks weird
Ultimately I want this:
Code:
<Enabled>1<Format><Series.EpisodesWatched><FormatAs>Eval(PrettyNumber100(<Series.EpisodesWatched>))
<Enabled>1<Format><Series.EpisodesUnWatched><FormatAs>Eval(PrettyNumber100(<Series.EpisodesUnWatched>))
Maybe I don't get the logic behind the parser, but shouldn't this simple example work?
I want a result from 9 files as:
007 (formatted 7 watched episodes)
002 (formatted 2 unwatched episodes)