2009-09-08, 11:07 PM
I have attached the pvrx2.exe.log file zipped up.
2009-09-08, 11:07 PM
I have attached the pvrx2.exe.log file zipped up.
2009-09-10, 08:13 AM
Hi,
wildstars Wrote:I am trying to get the TV Listings plugin to display all the extra data, but I am having no luck. is the last modified date of the tv listings database changed after running the xmltvextras utility (when the output says that entries were added)? -alibert
2009-09-10, 05:52 PM
alibert Wrote:is the last modified date of the tv listings database changed after running the xmltvextras utility (when the output says that entries were added)? Thanks for responding. Yes, the TV Listings.db3 file date changes. Code: E:\PROGRA~1\Devnz\GBPVR Thu 09/10/2009 13:45:09.81>PVRX2.exe -UpdateEPGOnly Thanks for helping out with this!
2009-09-11, 07:53 AM
Hi,
then it seems that actually some extras are put into the tv listings database. As I don't know what data your xmltv file contains and which of them actually is used as "extra" data (see http://gbpvr.com/pmwiki/pmwiki.php/Utility/XmltvExtras for supported xmltv elements), I'd suggest that you look into your xmltv file and search for a programme where you think that it's extra data should be shown by the tv listings plugin, then open the programme in the plugin and compare the results. -alibert
2009-09-11, 03:12 PM
alibert Wrote:Hi, I am seeing some 16:9, HDTV, and Dolby icons now. No "new" icons, but that is probably due to the lack of new programming. I'll dig around to verify. I think I need to use ultraxml to get all the data (episode numbers, original airdates, etc), but need to configure it to not bung up tv listings. I seem to recall seeing post on how to do that somewhere around here. Thanks for the help.
2009-09-11, 11:29 PM
It looks like schedules direct doesn't include a 'new' or 'premier' xml tag.
Sooooo, that answers that. XMLExtra's and TV Listings are working correctly. I gotta get something (ultraxml?) to parse out and add a 'new' or 'premier' xml tag.
2009-09-12, 01:40 PM
wildstars Wrote:It looks like schedules direct doesn't include a 'new' or 'premier' xml tag. MMaybe you tried it but there wasn't the extra EPG data you are looking for, but MC2XML adds the "*" tag for new or live programs.
[SIZE="1"]Gigabyte GA-EP45-UD3R, Win8, Core 2 Duo E8400 3.0GHz, 6 GB (2GBx2, 1GBx2) DDR2 800, GIGABYTE GV-N220OC-1GI Video, CM Real Power Pro 550 Watt PS, HVR-2250 & HVR-1600 analog/Clear QAM, Realtek S/PDIF, Harmony 880 in MCE remote mode w/ Gestion LM Remote Keymap.
NPVR 2.5.9 (SAF6) Cyberlink video & LAV/ffdshow Audio Filters. Skin=Default Horizontal Plugins: Weather External Apps: XBMC, Hulu, Boxee, Winamp Utilities:Comskip[/SIZE]
2009-10-02, 12:20 AM
alibert Wrote:Hi,Could you give a little more details as how to do this? I tried editing the file but the name and number kept appearing on top of the icon. Also how can I change the color of that column? (where the icons and name appear) I want to make it black just like the default blue skin. (the grayish color doesn't look good with my icons)
2009-10-02, 03:17 AM
gonzo90017 Wrote:Could you give a little more details as how to do this? I tried editing the file but the name and number kept appearing on top of the icon.I did this in what is probably the brute force approach. They may be off a bit technically but they gave me th appearance I wanted. I modified the ChannelHeader to separately output the channel number and the icon. Note that the key thing to do is place them side by side with the loc part of the DrawText and DrawImage functions. [COLOR="Blue"][SIZE="2"] <CompositeImage name="ChannelHeader" size="14,8.5"> <DrawCommonImage name="TextBackground"/> <!-- supported parameters are: @icon, @name, @number, @numberName, @noIcon--> <!-- visible="@noIcon" will only be drawn if there is no icon for the channel available --> <DrawText text="@number" loc="2,10" size="96,80" textStyle="GeneralTextStyle" align="left" valign="center"/> <DrawImage filename="@icon" loc="16 ,4" size="92,92" fixedAspectRatio="true"/> <DrawText text="@name" visible="@noIcon" loc="2,10" size="96,80" textStyle="GeneralTextStyle" align="center" valign="center"/> </CompositeImage>[/SIZE][/COLOR] Hope this helps you.
2009-10-02, 09:40 PM
Thanks for the tips. This is as far as i've gotten and i'm all out of ideas:
Code: <CompositeImage name="ChannelHeader" size="10,5"> |
|