PDA

View Full Version : myTV v1.15 released


BigBellyBilly
2006-11-16, 11:02
Available in the usual place, XBMCScripts.com (http://www.xbmcscripts.com/index.php?option=com_docman&task=doc_download&Itemid=29&gid=138)

Changes:

Fix: DataSource pl_Wirtualna_Polska (formally wppl) regex (caused by site changes).
Fix: Datasource au_YourTV. Also now setup via myTV config only.
Fix: Datasource ie_entertainment.
Fix: Datasource nl_TVGids.
Fix: Datasource nl_TVnu.
Fix: Crash caused in some cases when switching between epg/lists.
Fix: Eliminated duplicated StartTimes from datasources that duplicate progs across dates (eg. Nettavisen)
Change: Code split out into seperate libraries, system gfx moved to system\gfx folder (big change).
Change: Improved SMB error checking.
Change: Improved finding pre-defined xbmc SMB paths
Change: Added in French Datasource channel->CHID translations for myTheater (see myTheater.py)
Change: AusRSS now setup only via myTV.
Change: Improved IMDb module (also fixing gallery browsing).
Change: Converted to use setResolution(), removing scaleW/scaleH throughout.
Change: Adjust Overscan uses new own window method, that moves arrows, instead of values.
Change: Channel logos respect aspect ratio.
Change: Channel logos filename stored once matched to channel (gives speed increase in epg).
Change: Stop downloading channels if too many errors (ie when net connection lost).
Change: Other minor tweaks - too many to name.
New: DataSource be_Telenet
New: DataSource br_tudonoar
New: Country flags shown on Datasource selection menu on startup.
New: Datasource filenames renamed to a standard format <countrycode>_<site>.py
New: More/Updated logos


Thanks to those who reported broken datasources. Any errors/suggestions, just let me know.

Cheers
BBB

sollie
2006-11-16, 11:51
Thanks, you are my friend. Even if you wont be. :nod:

Sollie.

nnunodark
2006-11-16, 12:12
Quick question:
Does mytv stream video from the web like similar scripts? i use a tvcard but it will be nice if i could just stream the videos.

sollie
2006-11-16, 12:24
Try the script. It wont fail you.

Sollie.

BigBellyBilly
2006-11-16, 12:36
edit the file myTV\system\config.dat - you can add in new urls to the STREAM section. The url can be on web or pointing to a lan address, anything that xbm can see really.
Then pick it from MainMenu option/list.
I should make that url list managable from the menu really. maybe next time.

lol. cheers Sollie. were friends here mate!

ardjan
2006-11-16, 19:38
Wow, good job BigBellyBilly.
myTV is absolutely the best python script available.
Keep up the good job!

BigBellyBilly
2006-11-16, 19:46
:blush: learning all the time and I think the quality of some of the recent scripts (ie Snake & Quick Time Movies etc) is superb too.

cheers

nnunodark
2006-11-16, 20:24
yeah awesome added some new urls. amazing script. by the way i am a programmer and id like to learn how to use the python language so i can make scripts on my own. is there any documentation for that?

SleepyP
2006-11-16, 21:41
BBB, the QuickTime trailer script has been around for years...

BigBellyBilly
2006-11-16, 23:54
yes, sorry, i was really referring to the updated AMT.

nnunodark: The sticky threads in this forum are the best place to start. Then get the python emu and set yourself up with a python IDE (eg ActiveState).
Then I'd suggest getting a script idea, download a bunch of scripts and using them as reference for how to achieve things.

Other threads have covered this in greater detail and shouldnt be too hard to dig up.

nnunodark
2006-11-17, 09:15
thanks BigBellyBilly. i have made a simple script on my own. i think i going to start to programmimg more complex scripts. i have to upload them in xbmc scripts, right?