Is it possible to get the show images from this website. http://www.nos.pt/particulares/televisao/guia-tv/Pages/default.aspx
Thx
Is it possible to get the show images from this website. http://www.nos.pt/particulares/televisao/guia-tv/Pages/default.aspx
Thx
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
It no longer says forbidden 403 in my browser tho.
Going to test it out. Thx!
This is weird. If I open the image url directly from the website it's all good but as soon as I copy the url it says forbidden...
And if I have the image open in my browser, it no longer says 403...
Hi,
On channels.xml creation I see lines comment....
Can you please see if this is ok?
One more time... thanks
Ah ok... They change it...
I will test and upload new one... OK?
Ah ok... They change it...
I will test and upload new one... OK?
I do some test yesterday and urlchannellogo is working ok.
There is some change on grab info from programs, I will take a closer look on the weekend and report...
Hi,
I try the changes, the xml grab the link for the images but nether on browser nether on kodi the images show.
Another thing, It will be good if the the title doesn't strip after " - " because kodi not show sub-title, so all info like "champions league - TEAM A vs TEAM B" shows only "champions league"
The info from Season and episode are not showing correctly on kodi, the info is prensent in xml but maybe the format is incorrect.
thx
I need a help here, because pictures of shows don't apeer I' would like something like this:
Original:
<icon src="http://webgrabplus.com/%3Ca%20href%3D"http://imaXX.nos.pt/266945_resized_352x198.jpg">http://imaXX.nos.pt/266945_resized_352x198.jpg" />
To:
<icon src="http://webgrabplus.com/storage/.kodi/epg_icons/AMD/266945_resized_352x198.jpg" />
Here AMD is channel name...
I try:
showicon.modify {replace(debug)('index_title' "http://imaXXX.nos.pt/")|/storage/.kodi/epg_icons/|channel}
And log:
[ Debug ] Debugging information SiteIni
[ Debug ] Element: SHOWICON
[ Debug ] Modify
[ Debug ] command & arguments : replace(debug)('index_title' "http://imaXXX.nos.pt/")
[ Debug ] Expression-1 : /storage/.kodi/epg_icons/
[ Debug ] Expression-2 : channel
[ Debug ] Element value before operation:
[ Debug ] http://imaXXX.nos.pt/611236_resized_352x198.jpg
[ Debug ] Element value after operation:
[ Debug ] http://imXXX.nos.pt/611236_resized_352x198.jpg
:( Can't fix this..
Done..
Sorry...
Yeap that's it...
But I need to add at end the channel name (as string)...
Can I use:
I Try and result is:
and not:
I put "string" channel, but I think xmltv id is best, what you think?
Debug:
:(
Edit...
Done :)
Like always a big thank's...
I just edit your's, :) I will use like this:
temp_5.modify {set|'config_xmltv_id'}
showicon.modify {replace(not "")|hxxp://images.nos.pt/|hxxp://IP/epg_icons/'temp_5'/}
Output:
<icon s r c="hxxp://IP/epg_icons/AMCHD/611236_resized_352x198.jpg" />
I love learning with your help....
edit:
Later I will test and report...