tikuf wrote:dolfren
can you tell which images are broken folder images or ep images
can you tell me if the images are in the website directory
or is it just the generated html that is incorrect
can you show me the html that is generated (ie have you uploaded it anywhere)
removing the characters from tv series is a pita due to the fact the data is read from many different xml files unlike movies where it is only read from one
you will need to escape the characters from the following variables
seriesjustname
httitle
and that should do it
to do so you will need to find the lines
set seriesjustname add your escaped char to the end of the line
and set httitle add your escaped char to the end of the line
i think that will fix you problems
and you are correct about the localtitle and the sorttitle for movies sorry forgot to mention the other
Hi
All images are broken when there is a foldername that contains æ, ø å. I suspect the reason that also the episode name link is broken is because it also contains æ, ø or å. But by adding:
& set seriesjustname=!seriesjustname:›=o!& set
seriesjustname=!seriesjustname:‘=ae!& set seriesjustname=!seriesjustname:†=aa!
seems to fix it. But the epsiode name is not fixed (the name is like: "Dr›mmefangeren episode 1", should have been "Drømmefangeren episode 1")
(if you like the html code I can paste it in here (you would have to have a usr/pwd to log in to my site)
Thanks,
Dolren