From 19c6b241febbfa59d45b5b84782e92932956b712 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Fri, 24 Jul 2015 12:54:05 -0500 Subject: [PATCH] Tweak forum back tagsfromtitle. --- calibre-plugin/plugin-defaults.ini | 4 ++-- fanficfare/defaults.ini | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/calibre-plugin/plugin-defaults.ini b/calibre-plugin/plugin-defaults.ini index 1a16d319..b80a623d 100644 --- a/calibre-plugin/plugin-defaults.ini +++ b/calibre-plugin/plugin-defaults.ini @@ -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 diff --git a/fanficfare/defaults.ini b/fanficfare/defaults.ini index e6043bbd..7906121b 100644 --- a/fanficfare/defaults.ini +++ b/fanficfare/defaults.ini @@ -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