Categories Group / Indexers tags commas

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
blackjazz666
Newbie
Newbie
Posts: 2
Joined: August 26th, 2014, 12:40 am

Categories Group / Indexers tags commas

Post 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
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: Categories Group / Indexers tags commas

Post 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.
blackjazz666
Newbie
Newbie
Posts: 2
Joined: August 26th, 2014, 12:40 am

Re: Categories Group / Indexers tags commas

Post by blackjazz666 »

Thanks for that, it works fine with this work around
Post Reply