NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Add-ons (3rd party plugins, utilities and skins) Old Stuff (Legacy) v
« Previous 1 … 9 10 11 12 13 … 125 Next »
TV Listings 2.6 ListingsMinutes

 
  • 0 Vote(s) - 0 Average
TV Listings 2.6 ListingsMinutes
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#1
2008-10-20, 04:25 PM (This post was last modified: 2008-10-20, 05:24 PM by Graham.)
I have set ...

<NamedValue name="ListingsMinutes" value="180"/>

The grid does not change ... still displays two hours. The short skip jumps forward three hours.

Is it me? Have I missed something?

Thanks for all the good work on this plugin.

Graham

Edit: I lied. The grid is displaying three hours of shows ... but the times at the top are still showing two hours.
For example, the grid displays displays shows from 2000 - 2300 but the times shown along the top of the grid are 2000, 2030, 2100 and 2130.

Edit 2: I guess that this is to do with ...
<CompositeImage name="TimeLine" size="100,4">
and
<DrawText text="@time1" loc="15,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
etc
in the skin file.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#2
2008-10-21, 06:10 AM
Hi,

Graham Wrote:I have set ...

<NamedValue name="ListingsMinutes" value="180"/>

The grid does not change ... still displays two hours. The short skip jumps forward three hours.

Is it me? Have I missed something?

Thanks for all the good work on this plugin.

Graham

Edit: I lied. The grid is displaying three hours of shows ... but the times at the top are still showing two hours.
For example, the grid displays displays shows from 2000 - 2300 but the times shown along the top of the grid are 2000, 2030, 2100 and 2130.

Edit 2: I guess that this is to do with ...
<CompositeImage name="TimeLine" size="100,4">
and
<DrawText text="@time1" loc="15,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
etc
in the skin file.

yes, the ListingsMinutes setting doesn't change the timeline image with the times automatically. For 3 hours, the following timeline composite image could be used:
Code:
<CompositeImage name="TimeLine" size="100,4">
  <!-- supported parameters are: @statusHighlighting, @visibleDate1, @visibleDate2, @visibleDate3, @timeN -->
  <DrawRect loc="0,0" size="100,100" fillColor="#CC000000"/>
  <DrawText text="@visibleDate3" loc="0,5" size="14,90" textStyle="ListingStyle" align="Right" valign="Center"/>
  <DrawImage filename="@statusHighlighting" loc="15,65" size="80,35"/>
  <DrawText text="@time1" loc="15,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
  <DrawText text="@time2" loc="28.33,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
  <DrawText text="@time3" loc="41.67,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
  <DrawText text="@time4" loc="55,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
  <DrawText text="@time5" loc="68.33,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
  <DrawText text="@time6" loc="81.67,5" size="20,90" textStyle="ListingStyle" align="Left" valign="center"/>
</CompositeImage>

-alibert
Graham
Offline

Posting Freak

UK
Posts: 4,058
Threads: 102
Joined: Dec 2005
#3
2008-10-21, 12:40 PM
Works fine.

Thanks.

It would be good if skin xml files supported conditional processing ...

IF this EQUALS that
THEN DO

I'd mention it to Sub but I expect that he is busy coding DVB support for Pitcairn Island or somesuch.

Thanks again for your good work.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Another Dutch EPG/TV Listings XML grabber syncpuls 36 14,181 2008-10-26, 10:33 AM
Last Post: -=TJ=-Stefan
  TV Listings Plugin - Unhandled Exception? navyblue 12 5,642 2008-10-20, 04:13 PM
Last Post: Fatman_do
  TV Listings - Support Thread alibert 288 78,401 2008-09-29, 12:23 PM
Last Post: alibert
  Yapixml and/or TV Listings issue gazoo 5 2,388 2008-03-18, 03:19 AM
Last Post: gazoo
  TV Listings and XmlTVExtras Cotys 32 8,602 2008-03-14, 11:19 PM
Last Post: ryanmc
  TV listings not updating new channels gazoo 8 2,786 2008-03-05, 07:42 AM
Last Post: alibert
  Theater listings with trailers bneuman 93 25,387 2007-12-28, 11:42 PM
Last Post: chewy747
  TV Listings plugin for PVRX2? scb147 5 2,147 2007-09-11, 02:11 PM
Last Post: scb147
  IMDB and TV.com listings like in "My Videos"? sgilani 17 5,344 2007-05-21, 07:55 PM
Last Post: sgilani
  TV Listings plugin, one channel not populated in guide Wakalaka 6 2,039 2007-03-30, 09:41 AM
Last Post: alibert

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode