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


- BigBellyBilly - 2006-03-09

ah. no, thats whats technically known as a cockup!

use the datasource_zap2it from previous release until i can get a quick fix onto xbmcscript.com v1.1

changlelog for v1.12:
new: datasource_brazil
new: datasource_skynet (belgium & france) - gui configurable
new: datasource_danish
new: datasource_pc - fetches all required files from remote pc (see module header for more info.).
new: config menu - re-config datasource. setup/save settings to file (not all datasources yet)
fix: datasource_yahoo - now fetches multiple days.
fix: datasource_austv - site change
fix: clock format and position not changing after config menu
fix: bugs in saveprogramme_webschedular.
updated: new/updated logos
changed: setlogo now also matches against chid not just ch name

changed: datasource zap2it menu configurable/saved to file.

heres the latest zap2it datasource (limited downloads available):
http://s59.yousendit.com/d.aspx?id=197teriapk1c23bnjjbtxuwxs7






- jj5768 - 2006-03-20

hey bbb, all looking good, however i've noticed that while the channel logo behaviour when returning from menu is now corrected, it seems to be replaced by another small logo issue... Blush

when scrolling right beyond what is on screen - the tv logo is replaced with (i presume a default) mytv logo ?.
you then have to move up or down (to another channel) to get the correct channel logo back.

also - has some of the alignment on the programe descriptions changed ? - occasionally ive noticed words being cut short on the right of the screen as they run over the border - not sure if this happened before and i didnt notice ?






- Livin - 2006-03-26

(bigbellybilly @ mar. 09 2006,13:21 Wrote:ah. no, thats whats technically known as a cockup!

use the datasource_zap2it from previous release until i can get a quick fix onto xbmcscript.com v1.1

changlelog for v1.12:
new: datasource_brazil
new: datasource_skynet (belgium & france) - gui configurable
new: datasource_danish
new: datasource_pc - fetches all required files from remote pc (see module header for more info.).
new: config menu - re-config datasource. setup/save settings to file (not all datasources yet)
fix: datasource_yahoo - now fetches multiple days.
fix: datasource_austv - site change
fix: clock format and position not changing after config menu
fix: bugs in saveprogramme_webschedular.
updated: new/updated logos
changed: setlogo now also matches against chid not just ch name

changed: datasource zap2it menu configurable/saved to file.

heres the latest zap2it datasource (limited downloads available):
http://s59.yousendit.com/d.aspx?id=197teriapk1c23bnjjbtxuwxs7
can you repost the zap2it datasource... thanks!


- jj5768 - 2006-03-27

hi - its up on xbmcscripts


- BigBellyBilly - 2006-03-27

hi.

it'll be back in v1.13 (just working on a saveprogramme that works with the dreambox pvrs)

but you can get it from this yousendit link


- j_wikked - 2006-04-01

the australian "yourtv.com.au" site set up won't work for me.
it crashes right after i choose austv (or whatever the selection is), and then i choose "no card", then it crashes, xbox doesn't freeze though.
i've ftp'd to my xbox, and can't find a log for you to look at, so i'm sorry about that.
i think it comes up "http error", so i'm not really sure. it was a few days since i've had my xbox on, so i'm a little hazy about the details.


- BigBellyBilly - 2006-04-05

austv is currently broken due to another site change (page redirection) try using 'ausrss' instead for now.


- nioc_bertheloneum - 2006-04-07

hi,

first excuse me for my english, but thank you for this script, it is exactly what i need.

but i have a little problem with this script.

my configuration:
- xbmc : 28/03/2006 - t3ch cvs
- skin : official skin (project mayhem iii).

my problem:
- no background in the main menu. (screenshot)

thx for help

note: i had a problem with an other menu (the one to choose the color of a program), you use an image (dialog-invite.png) absent of the last release of pmiii. i found the image and modify a little the program to find it. it works but it's not this image for the main menu. Sad


- BigBellyBilly - 2006-04-08

yes, the dialogs need dialog panel file called 'dialog-invite.png' - if its been dropped i'll have to change script to use whatever has replaced it or include it in future releases.

a temp fix would be to open mytv.py and change the reference from "dialog-invite.png" to another suitable file.

also change filename in mytv\system\mytvlibrary.py

hope that helps for now.






- MajorTom - 2006-04-08

here's mytv 1.12 modified per bigbellybilly's instructions.... cheers bigbelly :-)

http://www.sendspace.com/file/btu3r7


- nioc_bertheloneum - 2006-04-08

ok, thank you for your help! the modification with "dialog-panel2.png" works well, thank you for you script majortom!

it works now but i don't understand why!!!

as i explained in my first post, i found the image "dialog-invite.png" and modified mytv.py to find it. in fact, i put the image "dialog-invite.png" in the directory "system" and, in mytv.py, i modified:
Quote:panel_filename = "dialog-invite.png" # from xbmc skin 512x300
by
Quote:panel_filename = dir_home + '\\' + dir_system + '\\' +"dialog-invite.png"

for the file "mytvlibrary.py", you use the same image. if this image is in the same path, why the program doesn't find it? if i want to use this image, how can i modify your script?

ps: here the "dialog-invite.png", i used:
Image


- MajorTom - 2006-04-08

as far as i know mytv uses the files from \skin\project mayhem iii\media\...

it used to call up the dialog-invite.png but as this is no longer in current builds the script needed to be altered to call an equivalent png, in this case dialog-panel2.png fits the bill...

so i just went through mytv.py and mytvlibrary.py as bigbellybilly suggested and changed references from dialog-invite to dialog-panel2.

hope that helps...


- nioc_bertheloneum - 2006-04-08

ok, thank you!

i understood this, but if i want a specific file in the directory "system" of "mytv" like "background.png", "clock.png", ... how can i do it? then, if in a future release of xbmc, they change again the default skin, we don't have this problem.

thx


- BigBellyBilly - 2006-04-08

controlimage and other functions check within the stored xbmc media files for the filenames, which is why they dont have any path to them. if its not found it wont find it in current folder either as they have to be full path + filename.

mytv.py and mytylibrary.py each refer to their own filenames, so both files needed to be amended.

i've modified the next release to include a panel graphic so the next time xbmc media files change it wont affect the script. it'll also makes it easier to change the graphic to whatever you like.

cheers
bbb


- nioc_bertheloneum - 2006-04-09

ok thank you very much for your help!!

i'll waiting your next release!

a last thing, it's about the tv program of brazil, could you use the site of tv guia? in this site, we have more information on programs than on tudonoar.

thx!