Quote:
Originally Posted by Gary_M_Mugford
I did have to make a scripting change.
My GENRE column now has this script:
{#tagsgm:re( *(.[^\,]?)[^\,]*?(\,|$),\1\2)}
NOTE: #tagsgm replaces tags
My Plugboard for my Kindle2 (actually 3) shows:
[{#readrank:ifempty(0)}{#genre:ifempty(SF)}] {#stripped_series:lookup(.\s,#initials,.,#shortene d,series)}{series_index:|-|-}{title}
|
I can translate the plugboard, but what does the
Code:
{#tagsgm:re( *(.[^\,]?)[^\,]*?(\,|$),\1\2)}
do in the Genre column?
(I'm a bit of a regex beginner, so I know most of individual elements of that script, I just don't know what it's doing as a whole. I'm trying to learn.

)