Release TV Guide - with XMLTV and streaming support - 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 TV Guide - with XMLTV and streaming support (/showthread.php?tid=120377) |
- Lunatixz - 2012-02-16 Silverlock Wrote:If you change line 451 in source.py as follows: What source are you using? as far as i'm aware logos display correctly... just make sure whatever folder the logos are in that they are labeled with the correct channel name. BTW if your using my skin I have two versions posted one displays logos one doesn't... - jurm - 2012-02-16 Hi, just wanna say this is an excellent plugin Do have a query though, can I get one TV listing with a mix of UK & US listings instead of having to switch XML files? Also, is there any way to make the background transparent so i can carry on watching whatever's playing while looking at the guide? Thanks again, brilliant addon - Lunatixz - 2012-02-16 jurm Wrote:Hi, just wanna say this is an excellent plugin I could work on a transparent background... Yes you can mix xmltv.xml files, I recommend you google xmltv wiki... download their project. There you can merge xml files and then validate them to make sure they are correctly joined... - Silverlock - 2012-02-17 Lunatixz Wrote:What source are you using?The part of the code that looks for a png in the logo folder is okay but I'm not using that. It's the next if that was failing for me. I'm using an xmltv.xml file from my MythTV setup. It has an <icon src="path_to_a_channel_logo_jpg" /> for each channel and points to the icon file that was set up in MythTV. It's "if channel.find('icon'):" that was failing for me, where it looks for the icon node in the xmltv.xml file. You can see the difference in this example: Original if: Code: >>> from xml.etree import ElementTree With "!= None" Code: >>> from xml.etree import ElementTree RE: [RELEASE] TV Guide - thatguy7669 - 2012-02-17 @ Lunatixz i'm using the version from the repos with aeon nox. @ Silverlock tried your tip...no dice. i'll see what else i can do. @ jurm i have my xmltv.xml setup with uk/us listings. what i did was: 1. download mc2xml:get it here 2. follow the instructions for obtaining the xmltv files (for the uk i used option 18 for general sky satellite and for the us the option for directv us-general-listings). 3. be sure to make a channels list (mc2xml.chl) so it doesn't download channels you don't want. 4. run it once for each epg service. 5. after the first run, rename the generated mc2xml.dat file to uk/us.dat 6. after the second run, copy the contents of the first .dat file into the second mc2xml.dat file and run mc2xml again 7. check the xmltv.xml for any duplicate channels and copy the id of the channels you don't want into mc2xml.chl with a "-" in front of them 8. if you have channels in mc2xml.chl with a "-", run mc2xml for the fourth (and i promise, the last) time 9. point tvguide to the xmltv.xml file and enjoy us/uk tv with epg if mc2xml tells you there is no new data, use the -f option and if you don't want numbers in front of the channel names, use the -F option. - jurm - 2012-02-18 Thanks a lot lunatix and thatguy - ed2k - 2012-02-23 Has anyone tried this on ATV2. I am not able to see the characters, only the channel logo. And the up/down arrow buttons are translated to page up/down (instead of up/down). On normal laptop, it works fine for me though. - Lunatixz - 2012-02-23 ed2k Wrote:Has anyone tried this on ATV2. I am not able to see the characters, only the channel logo. Sorry I don't use apple tv so I have no way to test it... - twinther - 2012-02-23 ed2k Wrote:Has anyone tried this on ATV2. I am not able to see the characters, only the channel logo. What skin are you using? Is it working with the default confluence skin? I'll see what I can do about the up/down arrows, but I don't have an ATV2 either.. Br. Tommy - jcaa6479 - 2012-02-23 Ive been running tvguide on atv2 with all the recent versions of Eden and its working just fine, with the mapping to strm files combined with xmltv its a very nice webtv solution Keep up the good work - Balthazar - 2012-02-24 Question for Lunatixz: Any chance of a Neon skin in the future? By the way, thank you guys for this addon, it is perfect for simply watching live TV without the hassle of TVheadend and PVR builds! - Lunatixz - 2012-02-24 Balthazar Wrote:Any chance of a Neon skin in the future? Once I get the other two skins finished I'll work on a Neon skin - grope - 2012-02-24 Lunatixz Wrote:Once I get the other two skins finished I'll work on a Neon skin Thank you for this addon You think you could get a background with the video playing/a small screen in the corner to continue watching or something? The audio/video stutter for me while I'm looking at the guide - Balthazar - 2012-02-24 Lunatixz Wrote:Once I get the other two skins finished I'll work on a Neon skin Thanks Man! - Lunatixz - 2012-02-24 grope Wrote:The audio/video stutter for me while I'm looking at the guideThis is a system resource issue... Not a script issue. How are you switching back and fourth between channels? Are you stopping your feed or changing focus to tvguide while a channel is playing? |