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 … 9 10 11 12 13 Next »
Minor default skin issues & a question about TheTVDb

 
  • 0 Vote(s) - 0 Average
Minor default skin issues & a question about TheTVDb
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#1
2010-12-29, 03:31 PM
Hi, I just installed TV Listings... pretty impressive! Nice work!

I noticed two minor skin issues, first:

[Image: TVList1.jpg]

Notice the start/end time (yellow text). The "M" is cut off. I noticed this only happens when the hour is double-digits for both start and end e.g. 11:00 - 12:00. 12:00 - 1:00 would not have this issue.

Next, this is probably a sub issue... but on the main menu TV Recordings the "s" flows into the selected menu item next to it:

[Image: TVList2.jpg]

Finally, my TVDb question: is there a way (or could a preference be added) that if you've linked a show to TheTVDb, that it's description overrides/replaces your guide's description. I find them better and more accurate. Obviously, this would have to have some logic that IF TheTVDb doesn't have a description, it would fall back to the guide's.
imilne
Offline

Posting Freak

Posts: 2,423
Threads: 135
Joined: Feb 2008
#2
2010-12-29, 03:45 PM
You could get around the second issue by using the SubMenu plugin and renaming the entry to something shorter.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#3
2010-12-30, 05:14 AM (This post was last modified: 2010-12-30, 06:04 AM by pBS.)
this fixes the menu item in menu.xml: [just barely]
Code:
<Skin>
    <Element name="ButtonBackground" location="0,67.98" size="100,15.45" alpha="255">    
        <Rect location="0,0" size="100,70" fillColor="Base1_Vertical_FadeOut"/>    
        <Rect location="0,-1.55" size="100,3.09" fillColor="Border2"/>    
        <Rect location="0,0" size="50.02,70" fillColor="Base1_Menu_Horizontal_FadeIn"/>        
        <Rect location="50,0" size="50,70" fillColor="Base1_Menu_Horizontal_FadeOut"/>
    [b]        <RoundedRect location="38.08,13.13" size="23.84,104" fillColor="BaseColor2" borderColor="Accent1_Vertical_FadeOut" radius="2.32" borderWidth="0.15"/> [/b]
                <Rect location="0,65" size="50.02,2.32" fillColor="Accent2_Horizontal_FadeIn"/>
                <Rect location="49.99,65" size="50,2.32" fillColor="Accent2_Horizontal_FadeOut"/>
                    <Rect location="0,67" size="100,33" fillColor="BaseColor2"/>

    </Element>

[b]    <Element name="MenuButton" location="0,0" size="21.18,12.36" >
        <Text text="@buttonText" location="2,24.72" size="100,92" font="MenuItems" borderColor="Border2" outlineWidth="1" align="Center"/>
    [/b]</Element>
</Skin>

my tv guide looks good as well as tvlistings guide...i'm not seeing the am/pm cutoff on mine, maybe a font issue?
maybe move the @shortPeriod a few left to like 76 or so for SelectedShowDetails in tvlistings.xml
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#4
2010-12-30, 02:08 PM
I can only think of two things (I'll investigate #2)

1) OS difference? I have Win 7.

2) The original Slate skin came with a couple of Droid Fonts (appeared to be open source). I have those installed, maybe those are still being referenced in the skin from copy/pasting some of the elements?
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#5
2010-12-30, 03:17 PM
Hi,
smajor Wrote:Hi, I just installed TV Listings... pretty impressive! Nice work!

I noticed two minor skin issues, first:

[Image: TVList1.jpg]

Notice the start/end time (yellow text). The "M" is cut off. I noticed this only happens when the hour is double-digits for both start and end e.g. 11:00 - 12:00. 12:00 - 1:00 would not have this issue.

Next, this is probably a sub issue... but on the main menu TV Recordings the "s" flows into the selected menu item next to it:

[Image: TVList2.jpg]
I'll add some space for the timespan in the next release, thanks for the report. For the main menu you were right, there's nothing I can do.

smajor Wrote:Finally, my TVDb question: is there a way (or could a preference be added) that if you've linked a show to TheTVDb, that it's description overrides/replaces your guide's description. I find them better and more accurate. Obviously, this would have to have some logic that IF TheTVDb doesn't have a description, it would fall back to the guide's.

information for linked series from TheTVDB should already be appended to the description automatically. Is that not working?

-alibert
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#6
2010-12-30, 03:22 PM
alibert Wrote:Hi,

information for linked series from TheTVDB should already be appended to the description automatically. Is that not working?

-alibert

Yes, it works great, however as you said, it's appended. It would be nice, as an option or by default, that if TheTVDB has a description, it could replace the description from the guide's xml file. I find that TheTVDBs is more accurate and in most cases better worded and more detailed.
alibert
Offline

Posting Freak

Posts: 974
Threads: 83
Joined: Apr 2005
#7
2010-12-30, 03:31 PM
Hi,

okay, understood. But I'm not going to actively change data in your npvr database, that's why the information is always loaded dynamically from a local tvdb cache and then appended to your default guide data.

All I could do would be to display only the information from tvdb (and leave out the data from your guide), so when viewing the shows from within the tv listings or tv recordings plugin, this would result in the description being replaced. Maybe I'll make an option in a future release for that (something like "If available, show description from TheTVDB only"). Would that fit your needs?

-alibert
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#8
2010-12-30, 04:24 PM
alibert Wrote:Hi,

okay, understood. But I'm not going to actively change data in your npvr database, that's why the information is always loaded dynamically from a local tvdb cache and then appended to your default guide data.

All I could do would be to display only the information from tvdb (and leave out the data from your guide), so when viewing the shows from within the tv listings or tv recordings plugin, this would result in the description being replaced. Maybe I'll make an option in a future release for that (something like "If available, show description from TheTVDB only"). Would that fit your needs?

-alibert

PERFECT, that's exactly what I was asking for!
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  How can I modify TV Listings Skin Bobbybear 0 2,692 2019-07-18, 10:06 AM
Last Post: Bobbybear
  TheTVDB missing from "Find More" LeGrandZombie 1 2,452 2016-11-27, 04:01 AM
Last Post: LeGrandZombie
  Season/Episode from theTVDB miken 5 4,622 2013-03-13, 03:54 PM
Last Post: miken
  Next Blue Skin not working with TV Listings Blue Racer 4 3,050 2012-09-18, 08:02 PM
Last Post: Jaggy
  Request: Sort by TheTVDB Season/Episode smajor 2 2,313 2012-08-15, 10:11 PM
Last Post: smajor
  minor bug with "Next Recording" in Recordings Panel johnsonx42 2 1,948 2012-07-22, 11:37 AM
Last Post: johnsonx42
  Reverting to 'Default' Guide kylebrophy 14 6,417 2012-03-28, 11:33 AM
Last Post: Reddwarf
  Using default schedule popup Northpole 1 1,844 2011-10-14, 06:58 AM
Last Post: alibert
  Two issues LegioX 1 1,389 2011-09-26, 09:14 AM
Last Post: alibert
  problem with TheTVDB and Grey's Anatomy Werdna 1 2,015 2011-03-14, 09:14 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