From 51f66a5d12781eb70fdcd4d885558b29215358a9 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 18 Sep 2024 09:46:06 +0200 Subject: [PATCH] remove some conversions because they seldomly work --- conf/settings.xml.template | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/conf/settings.xml.template b/conf/settings.xml.template index 3718a2d7b..16a425beb 100644 --- a/conf/settings.xml.template +++ b/conf/settings.xml.template @@ -308,21 +308,15 @@ enableNotificationWorkflow = "false" /> - pdftotext -nopgbrk %s - | sed -e 's/ [a-zA-Z0-9.]\{1\} / /g' -e 's/[0-9.]//g' + pdftotext -nopgbrk %s - catdoc %s - ssconvert -T Gnumeric_stf:stf_csv -S %s fd://1 - id3 -l -R %s | egrep '(Title|Artist|Album)' | sed 's/^[^:]*: //g' - id3 -l -R %s | egrep '(Title|Artist|Album)' | sed 's/^[^:]*: //g' cat %s - html2text %s docx2txt %s - - unoconv -d document -e PageRange=1 -f pdf --stdout -v '%f'|gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -dPDFFitPage -r72x72 -sOutputFile=- -dFirstPage=1 -dLastPage=1 -q - | convert -resize %wx png:- '%o' convert -resize %wx '%f' '%o' convert -resize %wx '%f' '%o' convert -resize %wx '%f' '%o' - a2ps -1 -a1 -R -B -o - '%f' | gs -dBATCH -dNOPAUSE -sDEVICE=pngalpha -dFirstPage=1 -dLastPage=1 -dPDFFitPage -r72x72 -sOutputFile=- -q - | convert -resize %wx png:- '%o'