Page 1 of 1

Categories Group / Indexers tags commas

Posted: August 26th, 2014, 12:48 am
by blackjazz666
I have a problem with Group / Indexer Tags in categories being arbitrary replaced with commas when I restart my computer.

For example, I have defined the following categories:
series | Default | Default | Plex\Series | TV -> HD
shows | Default | Default | Plex\Shows | TV -> SD

However, upon restarting my computer, these categories are now defined as:
series | Default | Default | Plex\Series | TV,->,HD
shows | Default | Default | Plex\Shows | TV,->,SD

Any idea what's going on ?

Many thanks in advance

Re: Categories Group / Indexers tags commas

Posted: August 26th, 2014, 12:28 pm
by shypike
You're not supposed to use spaces in your patterns just like that.
Normally, using double quotes would solve the problem.
However, double quotes are not handled correctly.

The simplest work-around for now is:
TV?->?HD
So the spaces are replaced by a single-character wildcard.

Re: Categories Group / Indexers tags commas

Posted: August 26th, 2014, 10:26 pm
by blackjazz666
Thanks for that, it works fine with this work around