Kodi Community Forum
[RELEASE] myTV - TV Guide Script (with pluginsnew script) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Program Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=151)
+---- Thread: [RELEASE] myTV - TV Guide Script (with pluginsnew script) (/showthread.php?tid=12895)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48


- s2h - 2006-10-01

Hi, just installed for the first time through XBMCScripts and I get an "Exception importdatasource()" when I run the script. I then get the list of sources and when I select zap2it, the app crashes after another exception dialog. I am running T3CH 2.0.

Thanks


- kpatm - 2006-10-01

Ok Billy I have the script running but I would really like this to work with my WinFast TV2000 Expert card.Can you tell me how I can find the information you need to add support for my card.Sorry for being a muppit but I dont know nout about this stuff.


- BigBellyBilly - 2006-10-01

some carda have a http service for remote programming (ie Nebula) Hauppauge is done by setting up SchTasks on remote PC.

So you need find your cards method of remote programming before anything can be done for it (what is it?)


- nullpointer - 2006-10-02

I get the same problem as s2h.


- nullpointer - 2006-10-02

Couldn't figure out how to edit my above post. I figured out the fix, comment out (add a #) line 35 of mytv\system\datasource\Zap2it.py and uncomment (remove the #) out line 36 giving it your proper GMT offset.


- BigBellyBilly - 2006-10-02

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


- kpatm - 2006-10-02

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

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


- prulleman - 2006-10-03

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.


- BigBellyBilly - 2006-10-04

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.


- prulleman - 2006-10-04

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!!!


- jonkersm - 2006-10-04

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 !


- jonkersm - 2006-10-04

Sorry,
I found out it's already included !!
Don't know how to remove my previous post.


- BigBellyBilly - 2006-10-05

v1.14b now on XBMCScripts.

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


- Scrapp - 2006-10-07

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.


- BigBellyBilly - 2006-10-07

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//GetChannels?provider=free&region=Sydney

http://d1.com.au/d1xmltv.asmx//GetChannels?provider=free&region=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?