|
|
|
Generally known online as OpenMedia, now working for Red Hat APAC as a Technology Evangelist and Portfolio Architect. Still playing with MythTV and digital media on the side.
paulfransen: My EPG on my Mac is up and running again.
I used epg.pvt.geek.nz for my EyeTV guide until Yesterday and I've now switched to nzepg.org.
Below is the link to download my Apple Script that downloads the EPG, and loads into EyeTV. It also sends a growl notification if you have that installed.
http://files.me.com/paul.fransen/hiudhk
netd: Faced with the prospect of no EPG yesterday, I spent the afternoon writing a quick script to convert the freeview xml to xmltv for my Mediaportal installation. So for those of you who want yet another choice, here it is.
http://3hams.net/wp-content/uploads/2010/03/netd_xml_tv_nz.rar
Written in Perl, it requires
XML::TreeBuilder;
XML::Writer;
LWP::Simple;
DateTime::TimeZone;
DateTime::Format::Natural;
DateTime
You can configure which channels to download in the channels.xml file (set download to no for channels you do not want). It is currently configured for dvb-t in Wellington.
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
eXDee:rvangelder: nice bit of code that.
eXDee: I see you've provided a link to the compiled version. I noticed there's a GNU license thingy attached to the source. I'm not really an expert at gnu, but I think that means you have to distribute the source code alongside the binary.
Nothing was changed from the original, so you can grab the source code from the site by grabbing the zip.
But to mate everyone happy, i referenced this next to my download link now.
Can someone test this to let me know if it works?
Staying in Wellington. Check out my AirBnB in the Wellington CBD. https://www.airbnb.co.nz/h/wellycbd PM me and mention GZ to get a 15% discount and no AirBnB charges.
lchiu7:
Sounds cool but there is the actual file on the Freeview site? It wasn't obvious to me when I looked.
Hinko: I look forward to the next time the nice lady phones and offers us that next sky offer.
I'm still thinking about what message I will ask her to pass up to senior management.
RustyGonad: Biggest advantage is that there is nothing Sky, Freeview or anyone else can do about it. You control the results...
RustyGonad:Hinko: I look forward to the next time the nice lady phones and offers us that next sky offer.
I'm still thinking about what message I will ask her to pass up to senior management.
Tell them its really bad for a business to run this way - protecting their IP and all that...
Seriously - people may think of this a "free" information, but where do you draw the line, should Tivo be able to grab/publish it for commerical gain? At what point does the public good get overridden by commercial objectives and protection?
RustyGonad:Hinko: I look forward to the next time the nice lady phones and offers us that next sky offer.
I'm still thinking about what message I will ask her to pass up to senior management.
Tell them its really really wrong for them to want to protect their intellectual property. Tell them its really bad for a business to run this way - protecting their IP and all that...
Maybe you can also convince them to turn off NDS from the streams while your at it...
Seriously - people may think of this a "free" information, but where do you draw the line, should Tivo be able to grab/publish it for commerical gain? At what point does the public good get overridden by commercial objectives and protection?
Everyone who use the download sources should have been well aware that it was treading a fine commercial/legal line.
While its a total PITA to have to go back to the EIT source for your Sky guide, its not entirely unexepected.
netd: ... a quick script to convert the freeview xml to xmltv ... Written in Perl, it requires
XML::TreeBuilder;
XML::Writer;
LWP::Simple;
DateTime::TimeZone;
DateTime::Format::Natural;
DateTime
|
|
|