I have been playing around with TVIXIE version 1.3.1 build 15479 to get HTML working on the Popcorn C-200.
First of all I have set a share on my Popcorn C-200. I added an NFS share from my NAS to my Popcorn C-200 and named it media2
Every movie link which is on media2 needs to build up like this:
file:///opt/sybhttpd/localhost.drives/NETWORK_SHARE/media2
Next to my Popcorn C-200 I also own a Dvico M6500A, so Firstly I gathered al the info from my movies in Dvico M6500A format(template). Next I tried to edit the basic HTML template to use the dvico folder images for my navigation on the Popcorn C-200.
After generating the HTML files I found an error, all the image directories are being build up with the slash (\) set the wrong way. It needs to be a forward slash (/). I edited some .html files manual and I got picture on the Popcorn C-200 and the movie links work
Does anyone have an idea how to get the slash the right way (/) instead of (\) through the xslt file?
<img src="HD%20Film\folder.png"> should be <img src="HD%20Film/folder.png">

