[RELEASE] myTV - TV Guide Script (with pluginsnew script)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #441
hi.

thanks for spotting that.

A better fix that allows it to still use the DST as set in the config is:

on line 32:

useDST = (config.getSystem(Config.KEY_SYSTEM_DST) == 'YES')

I'll include it in next bug fix.
Thanks
BBB

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
kpatm Offline
Junior Member
Posts: 48
Joined: Sep 2006
Reputation: 0
Post: #442
Hello the card is a Leadtek WinFast TV 2000 Expert.I will try and get you a photo of how i set the recording scedule.[Image: default.asp?command=select&item=3]

I have tried to put a photo in but it doesnt seem to have worked.To set the recording of programms all i do is goto my scheduler and set the Start Date+Start Time then Ending Date+Ending Time.I can Also set it as a single recording or weekly
(This post was last modified: 2006-10-02 20:19 by kpatm.)
find quote
prulleman Offline
Junior Member
Posts: 7
Joined: Sep 2006
Reputation: 0
Post: #443
Hi, I have a question before I go purchase a TV-card...

I'm looking at a hauppauge PVR150. Does anyone has any experience with this model? If I have read this thread Ok, it should work, depending on the way the scheduler works (if it's the same as nova model)

Also when I look in the hauppauge script, there are all kinds of channel codes listed for the UK and partly for Sweden, is this easy to complete for dutch channels?

I have tried some stuff running the script without an actual card and I get the error "unable to translate programme title to channel code"
Is this because of the dutch TVGids or because this is missing in the script?

Thanks in advance for any answers Smile and if I het this to work... this will be a great script, this was the only thing I was missing from my XBMC when you compare it with winXP MCE.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #444
Personnaly, if you can stump up the extra, I'd recommend the Nebula tv cards...
but, if that card operates like other hauppauge cards then its ok with myTV for setting recordings. You can check by setting a recording (using the Hauppp. s/w) and checking the SchTasks to see if it created one.

The script will need modifying to use your channels, for the translation from ch id to tv card ch id to work. but, I can help with this.
Drop me a PM when your in a position to help test the changes.

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
prulleman Offline
Junior Member
Posts: 7
Joined: Sep 2006
Reputation: 0
Post: #445
Hi, thanks for the answer. I don't think the nebula cards are very common in the netherlands, But I will check that. Also I'm not looking for a digital or satalite card. just a cable tuner (which is most common in the netherlands).

But I'm not sure when I have the money for this because I just bought a 20" TFT Smile

Anyway, I will contact you when I need some help. Thanks in advance for the help and respect for what you are doing with this script. I have tried to read all the pages of this thread but it's too much, the thing that I noticed specially is the enormous amount of support from your side!!!
Keep up the good work!!!
find quote
jonkersm Offline
Junior Member
Posts: 20
Joined: Oct 2006
Reputation: 0
Post: #446
I was wondering if belgian TV chanels can be added ?
They can be found at :

http://www.interactieve-digitale-tv.be/tv-gids.php
and also
http://actuality.skynet.be/index.htm...l2=tv&l3=home&

I'm new here.
Don't know if I have to post it here !
Thanks anyway for your help !
find quote
jonkersm Offline
Junior Member
Posts: 20
Joined: Oct 2006
Reputation: 0
Post: #447
Sorry,
I found out it's already included !!
Don't know how to remove my previous post.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #448
v1.14b now on XBMCScripts.

Fix: Zap2it datasource crash, caused by incorrect DST config usage.

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
Scrapp Offline
Junior Member
Posts: 1
Joined: Mar 2004
Reputation: 0
Post: #449
Hope someone can help me...

I'm using AusRSS as the datasource and have edited it to select Sydney as the region, but it still downloads the guide with Brisbane as the region.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #450
When the provider is left as 'free' they do appear to be very simlair, but the XML *is* different. You can see that a couple of the channels are named different.
Examine these XML to see:

http://d1.com.au/d1xmltv.asmx//GetChanne...ion=Sydney

http://d1.com.au/d1xmltv.asmx//GetChanne...n=Brisbane

Its the same if you change the provider from 'free' to say 'foxteld'

The datasource is working properly, it just seems that the data (XML) supplied is almost identical?

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
Post Reply