tv.sms.cz.m
some programs are missing.
some programs have start and stop time of 000000
m.tv.sms.cz
missing "http" for icon src
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
updated in git.
will be a bit before siteini pack updates.
downloaded and still missing http
icon src="//www.sms.cz/kategorie/televize/bmp/loga/velka/premiersport.png"
is it revision 9?
Yes
[ Info ] found: C:\WebGrab+Plus\siteini.pack\Czech Republic\m.tv.sms.cz.ini -- Revision 09
here: https://github.com/SilentButeo2/webgrabplus-siteinipack/blob/master/site...
Revision 10 is ok :)
... you could also check tv.sms.cz.m
thanks
tv.sms.cz.m is the same site,it should be removed.
tv.sms.cz.m also has pictures of shows and movies
m.tv.sms.cz does not have it
tv.sms.cz.m is better, just for the last few months it has the problems described above
i dont know what u mean,showicons are there?
I'm sorry, I got it mixed up with the logo. I wasn't using it for that reason and I thought it didn't even show posters.
logo r there also.
now the logos are there, but https was missing, so the logos were not displayed
how to add to m.tv.sms.cz ?
description.modify {addstart('director' not="")|, Režie: 'director'\n}
description.modify {addstart('productiondate' not="")|('productiondate') }
description.modify {addstart('country' not="")|'country' }
on the downloads page get the documented configuration files.
reax about the rex post processor.
with it you can do exactly what u want,you can also remove these elements that you add to the description making you xml file smaller which will make it load faster in your epg viewer.
what i use,i would rename the existing rex.config.xml,the clutter makes it confusing.
rex.config.xml not start text
I need to do it like this:
something like this,u can replace the accented z in rezie with your keyboard as my is configured for en-US.
<desc>{'country'}{('productiondate')}{, Rezie: 'director'(,)}\n'description'</desc>
this is highly configurable,again read the documentation.
to enable the rex post processor in your webgrab config..
<postprocess grab="y" run="y">rex</postprocess>
your original guide.xml that webgrab creates remains unchanged.
the modified xml is written to the rex folder(or whatever you set the path to in the rex.config.xml) which is in your webgrab config directory.
in the file i posted above i use rex_guide.xml,when just a filename its in the rex folder.
i would wrap the description in curly braces also.
{\n'description'}
they tell webgrab if the element(in this case description) is empty to add nothing.
without this if there was no description it would still add a new line(\n).
super, works great :) Thanks for the advice
EDIT:
one more error in ,,m.tv.sms.cz,,: some stations are shifted by one day ...In tv.sms.cz.m they are correct.
example:
channel update="i" site="m.tv.sms.cz" site_id="Filmbox" xmltv_id="Filmbox">Filmbox
rev 10 in git.
it's already working :)
edit:
I'm testing and there are still errors in these channels:
Fightbox and HGTV is time 000000
CS Film - Generic syntax exception, Current culture: en-GB , time parsing error , stoptime time scrubbed : 81%
I don't see any other errors. In old revision 06 it's ok
channel update="i" site="m.tv.sms.cz" site_id="FightBox"
channel update="i" site="m.tv.sms.cz" site_id="HGTV"
channel update="i" site="m.tv.sms.cz" site_id="CS+Film"
fixed,sent it to mat8861 to upload.
i didnt change the revision number as it was a small fix so just check the last modified time on git to know when its been uploaded.
Ok, super. Thanks
One more question, can the starrating be displayed as a percentage? Or at least delete /10 ? I can't find it anywhere
the xmltv.dtd startes thats how it should be..
'Star rating' - many listings guides award a programme a score as
a quick guide to how good it is. The value of this element should be
'N / M', for example one star out of a possible five stars would be
'1 / 5'. Zero stars is also a possible score (and not the same as
'unrated'). You should try to map whatever wacky system your listings
source uses to a number of stars: so for example if they have thumbs
up, thumbs sideways and thumbs down, you could map that to two, one or
zero stars out of two. If a programme is marked as recommended in a
listings guide you could map this to '1 / 1'. Because there could be many
ways to provide star-ratings or recommendations for a programme, you can
specify multiple star-ratings. You can specify the star-rating system
used, or the provider of the recommendation, with the system attribute.
Whitespace between the numbers and slash is ignored.
so its doesnt have to be a rating out of /10,it could be /5 or whatever.
only thing u can do is ask for it to be disabled,its just one line that adds this.
I added the rating to the beginning of the description. So, can't change the rating in postproces rex? Or at least deleting ,,/10,,
I added the rating to the beginning of the description. So, can't change the rating in postproces rex? Or at least deleting ,,/10,,
no,u cant edit elements with rex.
only move them or remove completely.
even mdb adds /10 to all starratings.
only thing u can do is leave a message and ask mat8861 to provide a custom ini with the /10 part disabled.
i dont have the decrypt/encrypt tool so i cant do it.
Edit: i sent mat8861 a message.
mat8861 disabled it and uploaded it to git.
That's speed :) Thanks to both of you