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) TV Listings v
« Previous 1 … 3 4 5 6 7 … 13 Next »
Listing minutes: 180 to 120 not working

 
  • 0 Vote(s) - 0 Average
Listing minutes: 180 to 120 not working
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#1
2013-11-26, 07:42 AM
I'm trying to get TV Listings to show 120 minutes in the EPG instead of the default of 180.
Also hoping this would show the :30 minute markers between hours.

I edit TV Listing.xml:
Code:
<!-- the timepsan in minutes that is shown on one page -->
    <NamedValue name="ListingsMinutes" value="120"/>

But it still shows 180: It seems all it does is replace the 1:00 am with @time5

Before:
[Image: 359x1ud.jpg]

After
[Image: 2m51isp.jpg]
Jaggy
Online

Posting Freak

Carterton, NZ
Posts: 3,625
Threads: 148
Joined: Mar 2006
#2
2013-11-26, 10:56 AM
you also need to un-rem the 120 (from whichever timeline_x you have selected) & rem out the 180 further down the skin xml

Code:
<Element name="TimeLine_1" location="0,8" size="100,4" alpha="255">
    <RoundedRect location="2,1" size="96,130" fillColor="Guide_Timeline" borderColor="Transparent" radius="1.55" borderWidth="0"/>
    <Rect location="2,92" size="48.1,6.95" fillColor="Accent2_Horizontal_FadeIn"/>
    <Rect location="50,92" size="48,6.95" fillColor="Accent2_Horizontal_FadeOut"/>
    <Text text="@visibleDate3" location="1,5" size="12,90" font="DefaultMinimum" align="Center" valign="Center"/>
    <Image source="@statusHighlighting" location="12,50" size="86,42" />
    <!-- 120 min -->
    <!--<Text text="@time1" location="12,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time2" location="33.5,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="55,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time4" location="76.5,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>-->
    <!-- 180 min -->
    <Text text="@time1" location="12,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="40.67,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time5" location="69.33,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
  </Element>
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#3
2013-11-27, 06:16 AM
This is what I have so far:

Code:
<Element name="TimeLine_1" location="0,8" size="100,4" alpha="255">
    <RoundedRect location="2,1" size="96,130" fillColor="Guide_Timeline" borderColor="Transparent" radius="1.55" borderWidth="0"/>
    <Rect location="2,92" size="48.1,6.95" fillColor="Accent2_Horizontal_FadeIn"/>
    <Rect location="50,92" size="48,6.95" fillColor="Accent2_Horizontal_FadeOut"/>
    <Text text="@visibleDate3" location="1,5" size="12,90" font="DefaultMinimum" align="Center" valign="Center"/>
    <Image source="@statusHighlighting" location="12,50" size="86,42" />
    <!-- 120 min -->
    <Text text="@time1" location="12,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time2" location="33.5,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="55,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time4" location="76.5,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>-->
    <!-- 180 min -->
    <!--<Text text="@time1" location="12,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="40.67,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time5" location="69.33,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>-->
  </Element>
  <Element name="TimeLine_2" location="0,8" size="100,4" alpha="255">
    <RoundedRect location="2,1" size="96,130" fillColor="Guide_Timeline" borderColor="Transparent" radius="1.55" borderWidth="0"/>
    <Rect location="2,92" size="48.1,6.95" fillColor="Accent2_Horizontal_FadeIn"/>
    <Rect location="50,92" size="48,6.95" fillColor="Accent2_Horizontal_FadeOut"/>
    <Text text="@visibleDate3" location="1,5" size="14,90" font="DefaultMinimum" align="Center" valign="Center"/>
    <Image source="@statusHighlighting" location="14,50" size="84,42" />
    <!-- 180 min -->
    <Text text="@time1" location="14,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="42,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time5" location="70,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
  </Element>
  <Element name="TimeLine_3" location="0,8" size="100,4" alpha="255">
    <RoundedRect location="2,1" size="96,130" fillColor="Guide_Timeline" borderColor="Transparent" radius="1.55" borderWidth="0"/>
    <Rect location="2,92" size="48.1,6.95" fillColor="Accent2_Horizontal_FadeIn"/>
    <Rect location="50,92" size="48,6.95" fillColor="Accent2_Horizontal_FadeOut"/>
    <Text text="@visibleDate4" location="1,5" size="18,90" font="DefaultMinimum" align="Center" valign="Center"/>
    <Image source="@statusHighlighting" location="18,50" size="80,42" />
    <!-- 120 min -->
    <Text text="@time1" location="12,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time2" location="33.5,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="55,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time4" location="76.5,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>-->
    <!-- 180 min -->
    <!--<Text text="@time1" location="18,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time3" location="44.67,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>
    <Text text="@time5" location="71.33,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>-->
  </Element>

The one problem i'm having is that there is some overlap where the date is. I don't know if it has something to do with Timeline 2. I couldn't rem the 180 since there is no 120 to take it's place.
[Image: 28tyzo3.jpg]
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#4
2013-11-27, 06:23 AM
Turns out there is an error under TimeLine_3
<!-- 120 min -->
<Text text="@time1" location="12,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>

It should be:
<!-- 120 min -->
<Text text="@time1" location="18,5" size="21.5,90" font="DefaultMinimum" align="Left" valign="center"/>

[Image: 9qv4me.jpg]
gonzo90017
Offline

Member

Posts: 183
Threads: 52
Joined: Sep 2009
#5
2013-11-27, 08:03 AM
One last thing I would like to change. When you go into TV Guide, the EPG goes to the current time. In this example 11:30pm
[Image: kdoql0.jpg]

But with TV Listings the EPG shows the 11:00pm slot instead of moving over to the 11:30 slot like the default TV Guide.
[Image: 2ns524h.jpg]

Is there a way to make TV Listings behave like the Default TV Guide?
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#6
2013-12-01, 07:31 AM
Hi,

gonzo90017 Wrote:One last thing I would like to change. When you go into TV Guide, the EPG goes to the current time. In this example 11:30pm
[Image: kdoql0.jpg]

But with TV Listings the EPG shows the 11:00pm slot instead of moving over to the 11:30 slot like the default TV Guide.
[Image: 2ns524h.jpg]

Is there a way to make TV Listings behave like the Default TV Guide?

No, the plugin always uses the full hour here.

-alibert
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Channel Listing for Brazil andrenix 3 3,710 2022-01-24, 03:24 AM
Last Post: Guilherme M
  zap2xml not working gearsofwoe 8 3,912 2021-01-27, 03:00 PM
Last Post: phil0909
  TV Listing crashing jamissr 24 14,843 2017-03-15, 06:38 PM
Last Post: mvallevand
  TV Listing Pluging Failing under 3,9.2(16119) tomhilton1 36 18,630 2016-11-24, 03:27 AM
Last Post: tomhilton1
  working with 3.2.9? ccihon 2 2,587 2014-04-08, 07:49 PM
Last Post: Handy.Man
  recording panel not working... blegdon 1 2,247 2013-09-08, 09:05 AM
Last Post: alibert
  Negative minutes padding gone? Handy.Man 2 2,032 2012-12-14, 08:06 PM
Last Post: Handy.Man
  Next Blue Skin not working with TV Listings Blue Racer 4 3,008 2012-09-18, 08:02 PM
Last Post: Jaggy
  Genre Coloring Stopped Working Pat Clark 4 3,089 2012-05-14, 01:03 PM
Last Post: Pat Clark
  How to do get Genre Colors working? gonzo90017 2 1,955 2012-04-17, 04:14 AM
Last Post: gonzo90017

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

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

Linear Mode
Threaded Mode