TVGUIDE help needed!! (1 Viewer)

glenb83

Portal Pro
April 24, 2009
121
7
Home Country
Hi all,

I am having a really hard time getting reliable tv guide data for Australian free to air (freeview) in Sydney/Wollongong. I used to use a pci tv tuner and the ota guide data and it worked flawlessly! I have since switched to a USB tuner and would get a long delay then a no signal message on all channels if I had epg data on. Since turning it off, I have had reliable tv but broken guide data.

I tried webepg but couldn't find reliable data for some of the newer freeview channels.

The best option so far has been using XMLTV and the data from this site - http://www.siliconhill.com.au/shepherd/ Problem is that I have to go to the site, download/extract the gz file and then rename the output.xml file to tvguide.xml and import with xmltv. Is there any way I can automate this process, or does someone have any other suggestions? The OTA was by far the simplest but is just not an option anymore. I also noticed xmltv has a remote option, perhaps there is a tvguide.xml with the data I need somewhere out there that I can link up to?

Any help would be much appreciated. THANKS!!
 

mm1352000

Retired Team Member
  • Premium Supporter
  • September 1, 2008
    21,577
    8,224
    Home Country
    New Zealand New Zealand
    Hello glenb83

    I used to use a pci tv tuner and the ota guide data and it worked flawlessly! I have since switched to a USB tuner and would get a long delay then a no signal message on all channels if I had epg data on. Since turning it off, I have had reliable tv but broken guide data.
    If you ask me, fixing the OTA grabbing issues would be the better way to go about solving this problem... but I accept that you may not want to do that.

    I tried webepg but couldn't find reliable data for some of the newer freeview channels.
    You'll probably need an Aussie to help you with this - too context specific for me.

    The best option so far has been using XMLTV and the data from this site - http://www.siliconhill.com.au/shepherd/ Problem is that I have to go to the site, download/extract the gz file and then rename the output.xml file to tvguide.xml and import with xmltv. Is there any way I can automate this process...
    A developer would be able to create a script to do it. Assuming that you're not a developer, have you tried entering the URL of the gz file on the third tab of the XMLTV plugin? That would download the file automatically - I just wonder whether it would be able to unzip automatically as well.

    ...or does someone have any other suggestions?
    EPG Collector
    http://sourceforge.net/projects/epgcollector/
    Will grab the OTA EPG data and convert it into an XMLTV file.
    You can schedule this relatively easily using the scheduler built into Windows.
    It can share tuners with TV Server, meaning it will detect when the tuner is in use and avoid screwing up timeshifting and recording.

    The OTA was by far the simplest but is just not an option anymore.
    Again, perhaps you could provide some log files to let us attempt to figure out what is going wrong.

    I also noticed xmltv has a remote option, perhaps there is a tvguide.xml with the data I need somewhere out there that I can link up to?
    As mentioned above, I think that remote option is also capable of unzipping. The question is whether it can unzip gz files.

    mm
     

    kmarkot

    MP Donator
  • Premium Supporter
  • September 20, 2007
    38
    4
    23
    Home Country
    Poland Poland
    The best option so far has been using XMLTV and the data from this site - http://www.siliconhill.com.au/shepherd/ Problem is that I have to go to the site, download/extract the gz file and then rename the output.xml file to tvguide.xml and import with xmltv. Is there any way I can automate this process, or does someone have any other suggestions?
    https://forum.team-mediaportal.com/threads/crossepg-rytec-graber-epg-for-mediaportal.113561/

    Code:
    del output.xmltv.gz
    del tvguide.xml
    wget http://www.siliconhill.com.au/shepherd/Perth/fox/output.xmltv.gz
    Gzip.exe -d output.xmltv.gz
    rename output.xmltv tvguide.xml
     

    Attachments

    • Perthfoxoutput.zip
      244 bytes
    Last edited:

    Users who are viewing this thread

    Top Bottom