Hi,
nuja, alternativ direkt den rss-feed zykl. holen + laden;
für Umlaute und Description als Title keines Script:
Code
#/bin/bash
OUTPUT=/tmp/cc2-TV.rss.iso
TARGET=cc2-TV.rss
# get list, iconv to UTF-8 for german umlauts, cut xml-definiton (why?)
wget -O "$OUTPUT" http://www.cczwei.de/rss_tvissues_all.php
iconv -s -c -f ISO8859-1 -t UTF-8 "$OUTPUT" -o "$TARGET"
sed -i s/\<?xml.*?\>// "$OUTPUT"
# redefine description as title
sed -i -e s/\<title\>/\<episode\>/g -e s/\<\\/title\>/\<\\/episode\>/g "$TARGET"
sed -i -e s/\<description\>Heute:" "CC2:" "/\<title\>/g -e s/" "\<\\/description\>/\<\\/title\>/g "$TARGET"
Display More
sieht dann in etwa so aus: