Hi,
is it possible to limit the shows descriptions to text-only versions, i.e. without the embedded video or picon tags per show?
I often get the codes after the text, like "}},"has_video":0},"trailer":". How to get rid of this?
Hi,
is it possible to limit the shows descriptions to text-only versions, i.e. without the embedded video or picon tags per show?
I often get the codes after the text, like "}},"has_video":0},"trailer":". How to get rid of this?
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
the ini is broken and needs to be fixed.
which one is it and a channel to test.
this is in siteini.pack\Russia\tv.mail.ru.ini
# channel update="i" site="tv.mail.ru" site_id="743" xmltv_id="Discovery Channel">Discovery Channel
I can't figure it out myself what needs to be fixed there
change this line
description.scrub {single|"descr":|"|","|,"}
to
description.scrub {single|"descr":|"|","|","}
its a small change,its missing a " a few characters from the end.
Thank a lot! The problem is fixed now.
Dear Blackbear199, maybe you can give an advise on how to inject the tag
"episode-num system="" "/episode-num"
into the site.ini for every item? I'm trying to make it more compatible with Plex PVR.
on the site {xx} line change episodesystem=xmltv_ns to epsiodesystem=onscreen
Inject the tag for plex....have to remember this.
You mean modify like this:
site {ratingsystem=RU|episodesystem=onscreen}
Hmmm, I can't find the tags after this modification...
it is set like that https://github.com/SilentButeo2/webgrabplus-siteinipack/blob/master/site...
site {ratingsystem=RU|episodesystem=xmltv_ns} so just remove site episodesystem=xmltv_ns as by default is on_screen
sorry, I tried this, but still only
programme
title
desc
tags per airing. Is it being added during MDB postprocess? I've MDB disabled due to registered_user license.
have you check the guide.xml data?
i looked at the ini and from what i see(i didnt test it) it should be there.
i also use plex but i use the rex post processor to add everything to the description.
plex is still able to extract the episode info from it...
Sure, I've double checked the guide.xml. The problem is not with filling in the description, it is with Plex identifying one airing from another, see https://forums.plex.tv/t/same-name-daily-shows-recordings-fail-to-record...
in the xmltv format there is no tag for Live,on air,ect.
webgrab conforms to xltv dtd.
what other do is more /less their setup,like
SH01281153.0000
2008-03-01
these system-"xxx" do not fit the pattern of xml dtd,they are used by their own software like windows media center,ect
Now I see :(
Thanks for clarifying this anyway!