View Single Post
Old 08-12-2011, 11:21 AM   #1
drMerry
Addict
drMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmosdrMerry has become one with the cosmos
 
drMerry's Avatar
 
Posts: 293
Karma: 21022
Join Date: Mar 2011
Location: NL
Device: Sony PRS-650
Remove tags from collections @ Sony PRS-650

Hi,

I have some tags I don't want to appear on my reader.

2 types of tags are:

TODO.xxx.yyy

and

TODONT.xxxx.zzzz


How do I remove them?

I've tried this:

Code:
sony_collection_name_template = '{value}{category:| (|)}'

sony_collection_renaming_rules = {'tags:re((^| |;)(TODO(NT)?\\..*)( |;|$),)': ''}
No change

Plugboard with dest tags:

Code:
 {tags:re((^| |;|; )(TODO|TODONT)\..*( | ;|;|$),)||}
No change

custom collumn (#essential_tags):

Code:
{tags:re((^| |;)(TODO(NT)?\..*)( |;|$),)||}
The exact tags I need.

I have tried the plugboard and the rename rules in various ways/combinations but I did not succeed.

Anyone an Idea that could help me?
drMerry is offline   Reply With Quote