Tweak forum back tagsfromtitle.

This commit is contained in:
Jim Miller 2015-07-24 12:54:05 -05:00
parent 2b0d2fc5c1
commit 19c6b241fe
2 changed files with 4 additions and 4 deletions

View file

@ -392,8 +392,8 @@ add_to_replace_metadata:
tagsfromtitle=>^.*?([\(\[]([^\]\)]+)[\)\]]).*?$=>\1
# remove () []
tagsfromtitle=>[\(\)\[\]]=>
# change (spaces)slash(spaces) to comma
tagsfromtitle=> */ *=>,
# change (spaces)slash(or semicolon)(spaces) to comma
tagsfromtitle=> *[/;] *=>,
tagsfromtitle=> x =>,
# remove [] or () blocks and leading/trailing spaces/dashes/colons

View file

@ -389,8 +389,8 @@ add_to_replace_metadata:
tagsfromtitle=>^.*?([\(\[]([^\]\)]+)[\)\]]).*?$=>\1
# remove () []
tagsfromtitle=>[\(\)\[\]]=>
# change (spaces)slash(spaces) to comma
tagsfromtitle=> */ *=>,
# change (spaces)slash(or semicolon)(spaces) to comma
tagsfromtitle=> *[/;] *=>,
tagsfromtitle=> x =>,
# remove [] or () blocks and leading/trailing spaces/dashes/colons