There's only the debug file for the index parser, which shows no problems.
# Mp3tag parsing for Hoerspiele.de
#
# Web source created and maintained by oelwurst
#
#
#
[Name]=hoerspiele.de
[BasedOn]=http://www.hoerspiele.de
[IndexUrl]=http://www.hoerspiele.de/hoerspiele/list/search.asp?key=%s&Abschicken=go!
[AlbumUrl]=
[WordSeperator]=%20
[IndexFormat]=%_url%|%titel%|%serie%|%folge%
[SearchBy]=%title%
[ParserScriptIndex]=...
#################################################################
debug "on" "c:\Hoerspiele1.html"
findline "<!-- Kommerzielle Hörspiele -->"
findline "hsp_template.asp"
findinline "code"
do
# URL
movechar 1
say "http://www.hoerspiele.de/hoerspiele/list/hsp_template.asp?code="
saynextnumber
say "|"
# Titel
findinline ">"
sayuntil "</a>"
say "|"
# Serie
Moveline -7
findinline "<td>"
findinline ">"
sayuntil "</a>"
say "|"
# Folge
moveline 2
saynextnumber
saynewline
moveline 7
findline "hsp_template.asp" 1 1
#if "<a href="
findinline "code" 1 1
#endif
while "="
[ParserScriptAlbum]=...
#################################################################
debug "on" "c:\Hoerspiele2.html"
findline "<!-- CONTENT -->" 1 1
# Inhalt
outputto "UNSYNCEDLYRICS"
findline "<b>Beschreibung</b>: " 1 1
findinline "<b>Beschreibung</b>: " 1 1
SayUntilML "
"
Saynewline
Findline "Sprecher
"
findline "<tr>"
findline "<tr>"
do
saynewline
moveline 2
sayuntil "
"
say ": "
moveline 3
findinline ">"
sayuntil "</a>"
moveline 5
while "<tr>"
# Year
outputto "YEAR"
gotoline 1
findline "<!-- CONTENT -->"
findline "<b>VÖ</b>"
findinline "."
SayUntil "
"
I hope you can help me out with this.
Thanks,
oelwurst