NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 2 3 4 5 … 56 Next »
NextBlue skin for npvr

 
  • 0 Vote(s) - 0 Average
NextBlue skin for npvr
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#151
2014-07-20, 07:08 PM
XJW Wrote:Ah. Too late for me but welcome back. I ended up tweaking the Default skin to achieve a similar result. More channels in the TV Guide, more titles under video listings, simpler looking interface.



Thanks... Glad that you got the default skin working!
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#152
2014-08-01, 05:05 AM
Posted a update on the Wiki that includes support for the following plugins:

•MusicBox4
•Programs Plugin
•RSS Reader
•SearchLite
•System
•TV Listings and TV Recordings
•Universe
•Volume
•Weather
•WebRadio
•YouTube

Also made some additional changes, fixes and improvement.
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#153
2014-09-09, 01:05 AM
Posted an update on the Wiki that fixes a few problems and changes some of the layouts. Also tried to improve overall readability of the skin.
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#154
2014-09-09, 02:43 AM
Thanks Nortpole that is much better. One thing I have problems with is channel names bleeding through my transparent png on the guide and most dialogs.

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#155
2014-09-09, 04:14 AM
Let me take a look at it and I'll let you know what could work...
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#156
2014-09-09, 10:37 PM (This post was last modified: 2014-09-10, 12:38 AM by Northpole.)
Uploaded a new version to the wiki that can prevent the bleed thru problem that martin was having. The only caveat is that you need to have channel icons for all your channels!

The skin has two color items defined in the global.xml file. Edit this file with notepad and look for the first 2 line under colors.

Code:
<Color name="GuideIcon" color="Transparent"/>
     <Color name="Icon" color="Transparent"/>

Replace the word "Transparent" with any opaque color that will act as the background for the channel icon. Note, GuideIcon is only for the TV Guide and Icon is for all other screens.

When done, should look similar to this

Code:
<Color name="GuideIcon" color="#131313"/>
     <Color name="Icon" color="#FFFFFF"/>

#FFFFFF = White
#131313 = Near Black, which matches the rest of the guide.

Attached is example, note that blank channel items are missing channel icons that's why you need icons for all channels.

Note that the above modification is only necessary if you are using .png channel icons that can be transparent.

If you have .jpg channel icons or your icons are opaque, then the skin will act as it always has and doesn't need any modification.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,624
Threads: 148
Joined: Mar 2006
#157
2014-09-09, 11:46 PM
I don't know if you realise but for the TVGuide you do have the option for with & without icons (my bit from JustRetro below)

Code:
    <Element name="Channels" location="0.7,13.2" size="11.5,9.19" alpha="255" clearBeforeRender="true">
        <Rect location="0.2,0" size="99.6,100" fillColor="ChannelBackground"/>
        <Text visible="!@hasChannelIcon" text="@number" location="0,-3.5" size="100,34" font="ChannelNumber" align="Center"/>
        <Text visible="!@hasChannelIcon" text="@name" location="0,35" size="100,65" font="ChannelName" align="Center" valign="Center" wrap="true"/>
        <Image visible="@hasChannelIcon" source="@icon" location="3,2" size="94,96" fixedAspectRatio="true"/>
    </Element>
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,805
Threads: 954
Joined: May 2006
#158
2014-09-10, 12:01 AM
Thanks both of you. Northpole I couldn't get my icons to look like your channels 720 and 724 like I wanted they all had a white background or text. Using Jaggy's visible="!@hasChannelIcon" on the @name default fixed it perfectly and I get text on the channels with no icons.

Martin
Northpole
Offline

Senior Member

Posts: 333
Threads: 34
Joined: Aug 2007
#159
2014-09-10, 12:48 AM (This post was last modified: 2014-09-10, 12:58 AM by Northpole.)
Jaggy Wrote:I don't know if you realise but for the TVGuide you do have the option for with & without icons (my bit from JustRetro below)

Thanks Jaggy.

Yep I'm aware, but it's not available in all .xml files. I was trying to use something that would work everywhere.
Jaggy
Offline

Posting Freak

Carterton, NZ
Posts: 3,624
Threads: 148
Joined: Mar 2006
#160
2014-09-10, 12:59 AM
It also works in EventDetails.....

Where else are there Icons that need it?? (my brains on quite a bit of a go slow currently)

We could put in a "Pretty Please" to sub & have a good chance of getting it implemented at the moment as he's working on the next version Wink
« Next Oldest | Next Newest »

Users browsing this thread: 7 Guest(s)

Pages (17): « Previous 1 … 13 14 15 16 17 Next »
Jump to page 


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 2,022 2023-07-16, 05:26 PM
Last Post: sub
  BlueRetroVE+ skin for NPVR Jaggy 101 39,559 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 25,412 2018-01-09, 12:52 AM
Last Post: Jaggy
  Modern Skin cweseloh 0 2,498 2016-06-02, 03:07 PM
Last Post: cweseloh
  JustRetro skin update Jaggy 0 1,910 2015-09-14, 12:37 AM
Last Post: Jaggy
  GuidePlus for NPVR carpeVideo 143 53,720 2015-07-12, 06:06 PM
Last Post: madas
  JustRetro skin update Jaggy 0 2,128 2014-04-12, 01:11 AM
Last Post: Jaggy
  DefaultAlt skin Jaggy 4 3,183 2014-02-25, 06:23 AM
Last Post: Lao Pan
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,302 2014-02-09, 01:32 PM
Last Post: Lao Pan
  xnpvrcli - linux/unix client for NPVR tmrt 43 21,000 2013-06-08, 01:18 PM
Last Post: Reddwarf

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

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

Linear Mode
Threaded Mode