From e1078cdd28c07329000cd6b5c3eb4d949b91ea43 Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Thu, 26 Nov 2020 15:32:10 +0100 Subject: [PATCH 1/3] Update tvsp.xsl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace – ’ with - and ' to ensure series go to the same folder --- configs/tvsp.xsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configs/tvsp.xsl b/configs/tvsp.xsl index ec9c66b..63ad3e4 100644 --- a/configs/tvsp.xsl +++ b/configs/tvsp.xsl @@ -23,7 +23,8 @@ - <xsl:value-of select="title"/> + + <xsl:value-of select='translate(title, "–’", "-'")'/> From 5ab70b91775f20702ac2a35e9a57e195ed00a6df Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Thu, 26 Nov 2020 15:35:31 +0100 Subject: [PATCH 2/3] Update tvsp.xsl Replace \n with ' ' end remove empty (). Remove possible double spaces --- configs/tvsp.xsl | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/configs/tvsp.xsl b/configs/tvsp.xsl index 63ad3e4..7bf31dd 100644 --- a/configs/tvsp.xsl +++ b/configs/tvsp.xsl @@ -91,7 +91,10 @@ - + + + + From f362115d3191796276bb868548748366dae974eb Mon Sep 17 00:00:00 2001 From: MegaV0lt Date: Mon, 7 Dec 2020 14:26:24 +0100 Subject: [PATCH 3/3] Update tvsp.xsl Use 'normalize-space()' to remove linebreaks and double space --- configs/tvsp.xsl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/tvsp.xsl b/configs/tvsp.xsl index 7bf31dd..563b5da 100644 --- a/configs/tvsp.xsl +++ b/configs/tvsp.xsl @@ -92,8 +92,8 @@ - - + +