with the current Horizon.ini the episodes system xmltv_ns no longer works. I've tried several versions, but somehow it doesn't work anymore
Brought to you by Jan van Straaten
Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl
add in site line episodesystem=xmltv_ns
it doesn't work, I've tried that
site {url=horizon.tv|timezone=UTC|maxdays=7|cultureinfo=de-DE|charset=utf-8|titlematchfactor=90}
*site {episodesystem=onscreen} *Enable for Onscreen Episode System
site {episodesystem=xmltv_ns} *Enable for xmltv_ns Episode System
site {retry= 4}
adding episodesystem=xmltv_ns to site line automatically convert to xmltv_ns.
can you send me your horizon.ini? It doesn't work with mine.
i use this https://github.com/SilentButeo2/webgrabplus-siteinipack/blob/master/site...
is there also decrypted? I made an adjustment to the star rating for TVHEADEND, which I would like to add here, and if it was taken over by Horizon.ini, I would have to set the serial number to 9999. Or could you register that for me?
temp_1.scrub {single|"seriesEpisodeNumber":"||"|"}
temp_1.modify {clear(> "9999")} *changed
temp_1.modify {addstart(not "")|E}
temp_2.scrub {single|"seriesNumber":"||"|"}
temp_2.modify {clear(> "10000")}
temp_2.modify {addstart(not "")|S}
temp_1.modify {addstart('temp_2' not "")|'temp_2' }
episode.modify {addstart('temp_1' not "" patten="S'S1'E'E1'""S'S1'""E'E1'")|'temp_1'}
starrating.modify {substring(type=regex)|'description' "IMDb.*"}
description.modify {replace|\|| }
description.modify {remove|'starrating'}
description.modify {cleanup(style=jsondecode)}
starrating.modify {substring(type=regex)|"\d\.\d/10"} *changed
starrating.modify {addend(notnull)|(system=IMDb)}
showicon.scrub {single|"tva-boxcover"|"url":"|"|}}
Did you try that one ?
i have tried, but it doesn't work. WebGrab* says
Job started at 02/07/2020 07:52:46
found: /home/hts/webgrab/siteini.pack/International/horizon.tv.EK.ini -- Revision 12
encrypted with userkey and expiry date
Unable to decrypt!!
See /home/hts/webgrab/.WebGrab++.log.txt for details
i have tried, but it doesn't work. WebGrab* says
Job started at 02/07/2020 07:52:46
found: /home/hts/webgrab/siteini.pack/International/horizon.tv.EK.ini -- Revision 12
encrypted with userkey and expiry date
Unable to decrypt!!
See /home/hts/webgrab/.WebGrab++.log.txt for details
why everything so complicated? everything went well before and now? And why the maximum number of stations now? I have over 500 channels and could scrape everything, now almost nothing works.
Job started at 02/07/2020 13:10:16
Checking License ..
For License request/update data, see WGLicense.log.txt
found: /home/hts/webgrab/siteini.pack/International/horizon.tv.EK.ini -- Revision 12
encrypted with userkey and expiry date in 'legacy (V2)' mode
processing /home/hts/webgrab/mdb/guide.xml ...
Found existing channel (xmltv_id=Das Erste HD) in the config file
Found existing channel (xmltv_id=ZDF HD) in the config file
Found existing channel (xmltv_id=ProSieben HD) in the config file
Found existing channel (xmltv_id=VOX HD) in the config file
Found existing channel (xmltv_id=kabel eins HD) in the config file
Found existing channel (xmltv_id=Lust Pur HD) in the config file
........
showdetails limitations in effect for license 'default' !!
see WGLicense.log.txt
i=index .=same c=change g=gab r=replace n=new
Group (0) :
update requested for - 6 - out of - 6 - channels for 7 day(s)
( 1/6 ) HORIZON.TV.EK -- chan. (xmltv_id=Das Erste HD) -- skipped --> encrypted SiteIni
( 2/6 ) HORIZON.TV.EK -- chan. (xmltv_id=ZDF HD) -- skipped --> encrypted SiteIni
you just need to add a key...sample: https://github.com/SilentButeo2/webgrabplus-siteinipack/blob/master/site...
and here
http://www.webgrabplus.com/documentation/configuration/webgrabconfigxml
thats my Problem
[ Info ] License request/update
[ Info ] Username 'Ulli'
[Error ] Password mismatch !
[Error ] Geheim doesn't match the registered license password for user 'Ulli'
[Warning ] the programm will run with reduced performance !!
[ Info ] License status : 'False'
but my Password is the correct one
License are now corret, and it works. now i need the extra parameters for TVHEADEND.
change the site line of EK siteini to:
url=horizon.tv|timezone=UTC|maxdays=7|cultureinfo=en-GB|charset=utf-8|titlematchfactor=90|episodesystem=xmltv_ns
or just add at the end
episodesystem=xmltv_ns
the xmltv_ns is running, now i need the change for starrating and the episode.
temp_1.scrub {single|"seriesEpisodeNumber":"||"|"}
temp_1.modify {clear(> "9999")} *changed
temp_1.modify {addstart(not "")|E}
temp_2.scrub {single|"seriesNumber":"||"|"}
temp_2.modify {clear(> "10000")}
temp_2.modify {addstart(not "")|S}
temp_1.modify {addstart('temp_2' not "")|'temp_2' }
episode.modify {addstart('temp_1' not "" patten="S'S1'E'E1'""S'S1'""E'E1'")|'temp_1'}
starrating.modify {substring(type=regex)|'description' "IMDb.*"}
description.modify {replace|\|| }
description.modify {remove|'starrating'}
description.modify {cleanup(style=jsondecode)}
starrating.modify {substring(type=regex)|"\d\.\d/10"} *changed
starrating.modify {addend(notnull)|(system=IMDb)}
showicon.scrub {single|"tva-boxcover"|"url":"|"|}}