You are here

Ziggogo site ini

17 posts / 0 new
Last post
pilot_bas
Offline
Donator
Joined: 11 years
Last seen: 3 years
Ziggogo site ini

Hi,

First of all thanks for this great application!

my NL horizon.tv is not grabbing SBS6 anymore.

it looks like Horizon tv is now Ziggogo. The old ziggo seems to be dead by the way.

would it be an idea to make an ini for this new ziggogo? The website looks very detailed to me.

thanks in advance!

Bas

doglover
Offline
Joined: 11 years
Last seen: 2 years

The site is essentially the same as horizon.tv

https://web-api-pepper.horizon.tv/oesp/v2/NL/nld/web/programschedules/20...

And the horizon grabber still grabs SBS6 with:

  <channel update="i" site="horizon.tv" site_id="NL/nld_796441638969" xmltv_id="SBS6 HD">SBS6 HD</channel>

But you need to generate a new channels list.  After Ziggo reorganised a bunch of channels.  It looks like they reorderd also their website.

 

Willy

doglover
Offline
Joined: 11 years
Last seen: 2 years

Had 15 minutes. 

Took the horizon.tv Siteini and made this dedicated grabber out of it.

It runs on Windows. Do not know yet if it runs on linux (the horizon.tv Siteini needs a PHP script under linux)

 

Willy

doglover
Offline
Joined: 11 years
Last seen: 2 years

As expected - problems with the linux version.

[Error   ] Unable to update channel NPO 1 HD
[Critical] See log file for details
[Critical] Exception.Message: Could not load file or assembly 'xmltv, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null' or one of its dependencies.
[Critical] Exception.StackTrace:   at WGconsole.Scrub.ScrubShowDetails (System.String show, WGconsole.SiteIni scrubstrings) [0x00000] in <filename unknown>:0
  at WGconsole.Program.UpdateChannel (System.String strIndex, WGconsole.ChannelToUpdate Chan, WGconsole.XmlTarget xTarget) [0x00000] in <filename unknown>:0
  at WGconsole.Program.ConsoleApplication (System.String[] args) [0x00000] in <filename unknown>:0
[  Info  ] Existing guide data restored!

 

 

Do not understand  this error.

 

Willy

doglover
Offline
Joined: 11 years
Last seen: 2 years

Will take a look, but it very unlikely since this linux machine is used daily in grabbing (and uses PHP scripts.

Willy

 

Edit: I have put a horizon.tv channel in the config file.  And this grabs normally on linux

BTW:  Under windows grabbing via the PHP script works.  I suppose the script is not at fault

 

doglover
Offline
Joined: 11 years
Last seen: 2 years

Strange.  Indeed I could not find the xmltv.dll file in the correct folder.

Copied it to it, and bingo.

 

But, why has the horizon.tv SiteIni been run without the xmltv.dll file without a problem?

 

Willy

doglover
Offline
Joined: 11 years
Last seen: 2 years

 

Indeed, that is very possible. (episode numbering)

I will have to look at upgrading mono then.  (is that not normally automatically done?)

 

Ihave: Mono JIT compiler version 3.2.8 (Debian 3.2.8)

 

Willy

 

doglover
Offline
Joined: 11 years
Last seen: 2 years

Updated mono on my linux machine and indeed everything runs without the use of PHP scripts.

 

Willy

pilot_bas
Offline
Donator
Joined: 11 years
Last seen: 3 years

Thank you guys, I will have a look today and see if I can get this working!

let you know the results!

pilot_bas
Offline
Donator
Joined: 11 years
Last seen: 3 years

Hi, 

is there something wrong with the ini file?

It contains a local ip address. 

This is a part of the log:

[  Info  ] (   1/114 ) ZIGGOGO.TV -- chan. (xmltv_id=NPO 1 HD) -- mode Incremental
[Warning ] no robots data found
[Warning ] skipped robots check
[Warning ] error downloading page: Kan geen verbinding met de externe server maken
[Warning ] pausing 1 of 4 times for 30 seconds before re-try.
[Warning ] error downloading page: Kan geen verbinding met de externe server maken
[Warning ] pausing 2 of 4 times for 60 seconds before re-try.
[Warning ] error downloading page: Kan geen verbinding met de externe server maken
[Warning ] pausing 3 of 4 times for 90 seconds before re-try.
[Warning ] error downloading page: Kan geen verbinding met de externe server maken
[Warning ] pausing 4 of 4 times for 120 seconds before re-try.
[        ] Job finished at 01/07/2017 21:24:23 done in 7m 23s
[Critical] Unhandled Exception
[Critical] 
De index ligt buiten de matrixgrenzen.
[Critical] 
   bij WGconsole.Program.ConsoleApplication(String[] args)
   bij WGconsole.Program.Main(String[] args)

what do I do with the php file?

hope you can help!

thanks!

doglover
Offline
Joined: 11 years
Last seen: 2 years

Try the first version I posted.  This works on Windows. 

It works also on Linux if you have mono installed with a version of at last 4.8.2 (I have now 5.0.0)

 

Willy

pilot_bas
Offline
Donator
Joined: 11 years
Last seen: 3 years

Hey,

Sorry, but still the same error with the first ini file.

I changed the ip to 127.0.0.1, but that didn't help either.

I don't have a curl module installed, do I need this? I tried to google it, but it doesn't make much sense for me. What will be the benifit over the normal way of grabbing on a windows server? Or is there no extra benifit?

I attached is my config file, did I miss anything?

Thanks!!!

Bas

 

Attachments: 
doglover
Offline
Joined: 11 years
Last seen: 2 years

I can see you are using Windows.

Can you read?

If yes open the SiteIni and take look and find these lines:

 

url_index{url ()|http://192.168.178.30/ziggogo_tv.php?date=|urldate|&subpage=|subpage|&reqtype=1&country=NL/nld} *linux
*url_index{url|https://web-api-pepper.horizon.tv/oesp/v2/NL/nld/web/programschedules/|urldate|/|subpage|} *windows

 

and

 

*index_urlshow {url ()|https://web-api-pepper.horizon.tv/oesp/v2/NL/nld/web/listings/|"i":"||"|"} *windows
index_urlshow {url()|http://192.168.178.30/ziggogo_tv.php?country=NL/nld&reqtype=2&eventid=|"i":"||"|"} *linux

 

 

See behind the lines Windows or Linux?

 

Disable the Linux lines, and enable the windows lines.  That should do the trick.

And I left out intentionally how yolu enable or disable lines.  If you do not know this, fat chance.

 

Willy

 

pilot_bas
Offline
Donator
Joined: 11 years
Last seen: 3 years

Thank you both,

It is working now!

Regards,

Bas

filoor
Offline
Joined: 6 years
Last seen: 6 years

Hey,

 

Guys i'am using you files but i miss the season umber i'm on windows

 

This is a example

 

<programme start="20171019011500 +0000" stop="20171019013500 +0000" channel="Comedy Central HD">
    <title lang="nl">South Park</title>
    <sub-title lang="nl">Lice Capades</sub-title>
    <desc lang="nl">Amerikaanse animatieserie. De basisschool van South Park wordt geteisterd door hoofdluis. Als Garrison weigert om namen te noemen, vindt Cartman een manier om uit te vinden wie er hoofdluis heeft, zodat ze dat kind kunnen pesten. Kijkwijzer: Let op met kinderen tot 9 jaar, programma bevat geweld, angst en grof taalgebruik.(n)</desc>
    <credits>
      <director>Trey Parker</director>
      <director>Matt Stone</director>
      <director>Brian Graden</director>
      <actor>April Stewart</actor>
      <actor>Isaac Hayes</actor>
      <actor>Eliza Schneider</actor>
    </credits>
    <date>2007</date>
    <category lang="nl">Tv Drama</category>
    <category lang="nl">Komedie</category>
    <episode-num system="onscreen">E3</episode-num>
    <rating>
      <value>9</value>
    </rating>
  </programme>

 

 

masterke
Offline
Donator
Joined: 6 years
Last seen: 3 days

is somthing changed on this file, i tried the ziggo file that is current in de siti.ini pack and that don't work not,
i try this ini file and it reads a channel info but it is empty NPO1 HD and RTL4 HD.
is there a working file for Ziggo?????? horizon is also not working annymore :-(

mat8861
Offline
WG++ Team memberDonator
Joined: 8 years
Last seen: 15 hours

ziggo use horizon, it has been updated.

Log in or register to post comments

Brought to you by Jan van Straaten

Program Development - Jan van Straaten ------- Web design - Francis De Paemeleere
Supported by: servercare.nl