Hi,
I try to fix the season / episode number for en.timefor.tv but without success. (newbie here). I think it's a encoding problem, but not sure. (i use it on ubuntu via mono)
My example:
On website:
Episode: 6 sæson 1
With debug tags, i see:
Element: TEMP_1
scrub strings:
type & arguments : single(debug)
blockstart (bs): Episode:</strong></p>
elementstart (es): sæson
elementend (ee): </p></td></tr>
blockend (be): </tr>Separated html block(s), number of blocks = 1
----------begin--block----------
</td><td><p style="font-weight:normal;">6 sæson 1</p></td></tr>
----------end----block----------Separated Element(s) (es) applied
----------begin--element----------
1</p></td></tr>
----------end----element----------Separated Element(s) (es) and (ee) applied of block 0
----------begin--element----------
1
----------end----element----------Elements , type single applied
----------begin--element----------
1
----------end----element----------
Debugging information SiteIni
Element: TEMP_2
scrub strings:
type & arguments : single(debug)
blockstart (bs): Episode:
elementstart (es): ">
elementend (ee): </p>
blockend (be): </td></tr>Separated html block(s), number of blocks = 1
----------begin--block----------
</strong></p></td><td><p style="font-weight:normal;">6 sæson 1</p></td></tr>
----------end----block----------Separated Element(s) (es) applied
----------begin--element----------
6 sæson 1</p></td></tr>
----------end----element----------Separated Element(s) (es) and (ee) applied of block 0
----------begin--element----------
6 sæson 1
----------end----element----------Elements , type single applied
----------begin--element----------
6 sæson 1
----------end----element----------
in XML, result are:
<episode-num system="xmltv_ns">0.5.</episode-num>
I think the replace command "temp_2.modify {remove|sæson 'temp_1'}" won't works, what do you think ?
Thanks.