NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 18 19 20 21 22 … 56 Next »
alternative oz xmltv epg source

 
  • 0 Vote(s) - 0 Average
alternative oz xmltv epg source
chalkster99
Offline

Member

Posts: 82
Threads: 11
Joined: May 2007
#1
2007-11-06, 11:52 AM (This post was last modified: 2007-11-07, 05:43 AM by chalkster99.)
with jrobbos xmltv epg source going down the gurgler, who are you turning to in Aust as a replacement ? (and man he's done a fantastic job)
Is anyone else taking up the cudgell?
This was hands down the easiest and most reliable I had found and its sorry to see it go..

Update : just noticed the new hosts for jrobbos config ...
http://xmltv.locost7.info/
http://guides.byremote.com.au/
see http://forums.dvbowners.com/index.php?sh...=0&start=0
HW: HP Dc7600, 1 x 1000 gb/4gb RAM, Nvidia 9400/512, TinyTwin Tuner, Win7 Ultimate. NPVR latest, Cyberlink [SIZE=1]- subject to change[/SIZE]
duncan
Offline

Junior Member

Posts: 19
Threads: 1
Joined: Nov 2006
#2
2007-11-07, 12:28 AM
What about the oztivo grabber? I use the linux version for Mythtv - but the Windows one seemed to work fine when I was testing GBPVR.
We`re the Eagles - West Coast Eagles. 2006 Premiers Smile
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#3
2007-11-07, 08:44 AM
I asked this question when I was panning to come to Australia.

http://forums.gbpvr.com/showpost.php?p=2...stcount=19

And it seems to work well. No UI, just edit the config file.... I noticed that the listings have little program descriptions, but not bad...

I'm looking at making a GUI for this too, but I'm still looking around for the very best free EPG source and then stick with it.

I've checked out http://www.xpmediacentre.com.au/ and learned that Microsoft probably will never offer an EPG in Oz. And so there are several EPG grabbers available, that will get the data into MCE. A couple bribng the data into xmltv format, that is then imported into MCE. Of course, I'm looking into those, as I would not import into MCE, but rather GB-PVR...

I'd love to see how the OZ thing goes, so I can update the wiki regarding EPG...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
chalkster99
Offline

Member

Posts: 82
Threads: 11
Joined: May 2007
#4
2007-11-07, 10:22 AM
heres the batch I was using .... simple but worked a treat.. retuning stations as different with new source now jrobbo has 'retired'
in my getupdates.cmd is
Code:
if exist OztivoAdelaide.zip del OztivoAdelaide.zip
if exist xmltv.xml del xmltv.xml
if exist xmltvAdel.zip del xmltvAdel.zip
wget -a epgupdates.log http://guides.byremote.com.au/Adelaide/OztivoAdelaide.zip
7za e OztivoAdelaide.zip -y -aoa >> epgupdates.log
ren ADELAIDE.XML xmltv.xml
del OztivoAdelaide.zip
@echo ------------------------------------------------------------ >> epgupdates.log
@rem gbprv commands
uses wget, 7zip (command line ver),
so damn simple.. all this lives in gbpvr directory and recopy in when upgrading.
HW: HP Dc7600, 1 x 1000 gb/4gb RAM, Nvidia 9400/512, TinyTwin Tuner, Win7 Ultimate. NPVR latest, Cyberlink [SIZE=1]- subject to change[/SIZE]
Hayden
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2005
#5
2007-11-07, 10:10 PM (This post was last modified: 2007-11-08, 08:24 AM by Hayden.)
No offense to the great people providing ready made xmltv files for people to download, but it's pretty easy to pull the data direct from OZTivo yourself.

Once you register (I'll find the link for instructions) you can just run something like the get_epg.cmd file included here.

I've also included a program to change time offsets and channel names in case that's an issue for you.

Hope it helps

Hayden

<edit>
INSTRUCTIONS FOR REGISTERING WITH OZTivo
---------------------------------------------
Firstly, you have to register with Oztivo at http://minnie.tuhs.org/twiki/bin/view/TW...gistration by supplying a username and password so that you can access their data (for username it's best to use your first and last name - no space as they also request your email address), then you must configure your guide requirements via their site Preferences setup at http://minnie.tuhs.org/tivo-bin/tvguide....&type=view so that it can create a special XMLTV file using the channels you select in their value list. Make sure you select the output to XML in the drop-down value list on the same web page.
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#6
2007-11-10, 06:19 AM
Hayden Wrote:No offense to the great people providing ready made xmltv files for people to download, but it's pretty easy to pull the data direct from OZTivo yourself.

Once you register (I'll find the link for instructions) you can just run something like the get_epg.cmd file included here.

I've also included a program to change time offsets and channel names in case that's an issue for you.

Hope it helps

Hayden

<edit>
INSTRUCTIONS FOR REGISTERING WITH OZTivo
---------------------------------------------
Firstly, you have to register with Oztivo at http://minnie.tuhs.org/twiki/bin/view/TW...gistration by supplying a username and password so that you can access their data (for username it's best to use your first and last name - no space as they also request your email address), then you must configure your guide requirements via their site Preferences setup at http://minnie.tuhs.org/tivo-bin/tvguide....&type=view so that it can create a special XMLTV file using the channels you select in their value list. Make sure you select the output to XML in the drop-down value list on the same web page.

Thanks for the edit Hayden. I was able to reg and login. Not that difficult at all.

Being user driven, I see that some contributors are far more verbose than others. The description text seems to be far too much for viewing in the TV Guide description window. It also seems that there is little if not nil content past 7 days.

Several of the older series shows use generic descriptions, like Simpsons and Futerama.

I wonder if paying for IceTV would be any better for getting more information like this.
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
Hayden
Offline

Member

Posts: 61
Threads: 15
Joined: Nov 2005
#7
2007-11-13, 10:09 AM
I think your comments are valid - my point was simply that rather than getting the OzTivo files 'second hand' and then having that source disappear and having to hunt for another source, it's pretty easy to get the files directly from OzTivo yourself.

The OzTivo guys do a pretty good job, but it's not always 100% accurate. The descriptions for shows are sometimes pretty cool though, my wife loves one of the descriptions for a show on Briz31
Quote:River To Reef
Glenn Knight hosts the show that tells you all you need to know about fish killing.

IceTV do a free trial, it's certainly worth trying out
http://www.icetv.com.au/cgi-bin/webfreetrial.cgi
zehd
Offline

Posting Freak

Posts: 5,119
Threads: 249
Joined: Feb 2006
#8
2007-11-13, 10:42 PM
Hayden Wrote:I think your comments are valid - my point was simply that rather than getting the OzTivo files 'second hand' and then having that source disappear and having to hunt for another source, it's pretty easy to get the files directly from OzTivo yourself.

The OzTivo guys do a pretty good job, but it's not always 100% accurate. The descriptions for shows are sometimes pretty cool though, my wife loves one of the descriptions for a show on Briz31


IceTV do a free trial, it's certainly worth trying out
http://www.icetv.com.au/cgi-bin/webfreetrial.cgi

Yep... I looked into it, and I too would rather get the info direct from oztivo than a pre-created file...

I found this thread at dvbowners http://forums.dvbowners.com/index.php?showtopic=8553

It's not quite that complete but I'm sorting through the options, for our wiki...
Frank Z
[COLOR="Gray"]
I used to ask 'why?' Now I just reinstall...
[SIZE="1"]______________________________________________
Author: ZTools: ZProcess, MVPServerChecker; UltraXMLTV Enhancer, Renamer, Manager; [/SIZE]
[/COLOR]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  xmltv EPG Collector Error Waynesm 0 2,214 2014-09-25, 02:49 AM
Last Post: Waynesm
  MultiSite Incremental XMLTV Epg Grabber WG++Maker 62 35,605 2013-03-26, 10:28 PM
Last Post: jksmurf
  RT_FilmFix - temporary fix up for Radio Times XMLTV users bgowland 12 5,740 2011-12-19, 08:53 PM
Last Post: bgowland
  XmlTV channel and show images downloader (beta) whurlston 0 1,414 2010-06-20, 05:56 PM
Last Post: whurlston
  Alternative New Zealand XMLTV listing source xanth 85 28,701 2009-04-05, 03:21 AM
Last Post: mattyb
  UK Listings - XMLTV Access to DIGIGUIDE systemshark 6 7,723 2008-06-14, 02:42 PM
Last Post: garymeds
  I-xmltv: TV Guide customization & Zap2It EPG utility. Jim_ 304 95,996 2007-09-18, 02:20 PM
Last Post: lrf2005
  XMLTV Alternative dfdario 30 13,240 2006-11-09, 11:33 AM
Last Post: dfdario
  CleanEPG (XMLTV) testers wanted bgowland 4 2,351 2005-11-05, 08:28 AM
Last Post: simon
  Free alternative for Videoredo or Womble erik 38 15,124 2005-10-29, 03:59 PM
Last Post: David

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode