NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 7 8 9 10 11 … 56 Next »
Wave - New skin for NPVR

 
  • 0 Vote(s) - 0 Average
Wave - New skin for NPVR
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#131
2010-09-19, 02:24 PM
nia Wrote:Is the following possible:

a) View the folders vertically - more or less like the Recordings screen. Could even be optimised for more at at time on the screen, as a folder has no description or relevant date, and could use just one line.

b) The ability to go to a specific starting letter just by pressing it on the remote, like "M" to skip directly to the folders (or files) starting with "M".

a) sounds pretty much like the list view Smile. You could create a similar layout to the recordings plugin by modifying the "List View" element in the video.xml:
Code:
    <Element name="ListView" location="0,13" size="100,74" alpha="255" alphaFade="true" visibleRows="13">
        <RoundedRect location="-2,0.5" size="102,99" fillColor="Base1_Horizontal_FadeOut" borderColor="Acsent2_Horizontal_FadeOut" radius="0.01" borderWidth="0.15"/>
    </Element>

    <Element name="ListSelectionMetaData" location="38,15" size="62,70.3" alpha="255" alphaFade="true">
        <RoundedRect location="0,0" size="103,99.6" fillColor="MetaData_BaseColor" borderColor="Acsent1_Horizontal_FadeIn" radius="1.68" borderWidth="0.3"/>
        <Text visible="@hasMetaData" text="@name" location="32,9" size="64,12" font="Title" valign="Bottom" wrap="true"/>    
            <Rect visible="@hasMetaData" location="32,22" size="30.04,0.2" fillColor="Acsent2_Horizontal_FadeIn"/>
            <Rect visible="@hasMetaData" location="62,22" size="30,0.2" fillColor="Acsent2_Horizontal_FadeOut"/>    
        <Text visible="@hasMetaData" text="@description" location="32,23" size="64,68" font="DefaultSmall" wrap="true"/>
        <Image visible="@hasMetaData" source="@previewImage" location="2,22" size="29,56" fixedAspectRatio="true" />
        <Image visible="!@hasMetaData" source="@previewImage" location="7,15" size="80,70" fixedAspectRatio="true" />
    </Element>

    <Element name="ListItemNormal" location="2,16" size="35,4.95" alpha="255" alphaFade="true">
        <RoundedRect location="0,0.5" size="100,99" fillColor="Normal_List" borderColor="Transparent" radius="0.40" borderWidth="0"/>
        <Image source="..\_Common\folder_vid.png" visible="@isFolder" location="4,12" size="8,94" fixedAspectRatio="true" align="Left" valign="Center"/>
        <Text text="@name" visible="@isFolder" location="12,0" size="86,100" font="Default" align="Left" valign="Center"/>
        <Text text="@name" visible="@isItem" location="4,0" size="92,100" font="Default" align="Left" valign="Center"/>
    </Element>

    <Element name="ListItemSelected" location="2,16" size="35,4.95" alpha="255" alphaFade="true">
        <RoundedRect location="0,0" size="100,100" fillColor="Selected_List" borderColor="Transparent" radius="0.40" borderWidth="0"/>
        <RoundedRect location="-0.8,8" size="1.6,84" fillColor="Acsent3_Horizontal_FadeIn" borderColor="Border2" radius="0.40" borderWidth="0.1"/>
        <Image source="..\_Common\folder_vid.png" visible="@isFolder" location="4,12" size="8,94" fixedAspectRatio="true" align="Left" valign="Center"/>
        <Text text="@name" visible="@isFolder" location="12,0" size="86,100" font="DefaultReverse" align="Left" valign="Center"/>
        <Text text="@name" visible="@isItem" location="4,0" size="92,100" font="DefaultReverse" align="Left" valign="Center"/>
    </Element>

b) that would be one for sub Smile
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
nia
Offline

Senior Member

Posts: 385
Threads: 40
Joined: Mar 2005
#132
2010-09-19, 02:38 PM
Hairy Wrote:a) sounds pretty much like the list view Smile
Doh! Rolleyes Well there it is... :o

Anyway - I'll try to do the suggested skin-update later today.

Hairy Wrote:b) that would be one for sub Smile
Yeah - I suspected that.
Happy user since October 2004
VM Ware ESXi 6 on SuperMicro X9SCM-F | Xeon E3-1230 | Windows 7 (on ESXi) | nPVR 3.7.7
2*HDHomeRun | Kodi on PC and RaspPI | Remote: Logitech Harmony 900 | Storage: unRAID file server 23TB (on ESXi)
|
BrettB
Offline

Posting Freak

Saint Paul, MN, USA
Posts: 2,668
Threads: 170
Joined: Jun 2007
#133
2010-09-20, 02:44 PM
Hairy,

Thanks for your work on this skin.

One feature that I really miss on the Recordings screens is an indication of whether a recording has been (at least patially) watched before. Is there any way with NPVR that you could add such an indication to Recordings lists/details?
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#134
2010-09-23, 09:43 PM
smajor Wrote:Really awesome! The cover art for me isn't working.

Default skin:
[Image: default.jpg]

Wave skin:
[Image: wave.jpg]

My directories are arranged with xml and jpg data with movie names e.g.

Blade Runner The Final Cut.mkv
Blade Runner The Final Cut.jpg
Blade Runner The Final Cut.xml

Is this useful in finding the problem, if you need anything, just ask!

I finally got around to updating to the latest nPVR and Wave. I'm back to missing cover art again. You had done a "patch" a few posts back and it was working well. Any chance of an update?
Lao Pan
Offline

Posting Freak

UK (Mendip TX)
Posts: 1,301
Threads: 114
Joined: Oct 2008
#135
2010-09-25, 04:46 PM
"Me Too"

Had this problem in an earlier version. - You have to cycle through all the covers in folder view for the covers to become visible in Metadata view.
Next time NPVR restarts they are gone again - loss of long term memory - know how it feels :eek:
No sure if it was a NPVR or skin thing last time.
smajor
Offline

Posting Freak

Posts: 840
Threads: 115
Joined: Feb 2006
#136
2010-09-26, 01:50 PM
Lao Pan Wrote:"Me Too"

Had this problem in an earlier version. - You have to cycle through all the covers in folder view for the covers to become visible in Metadata view.
Next time NPVR restarts they are gone again - loss of long term memory - know how it feels :eek:
No sure if it was a NPVR or skin thing last time.

Last time, I think it was the skin because Hairy was kind enough to do a workaround for me to test. If you switch to the default skin it works as expected.
pBS
Offline

Posting Freak

Posts: 4,829
Threads: 182
Joined: Aug 2005
#137
2010-09-26, 06:32 PM (This post was last modified: 2010-09-26, 07:03 PM by pBS.)
where are the subtitles in guide? not seeing any....
[they are there in blue now..]

N/M...i found the earlier post and modified it for my liking...Big Grin

with so many lcd's out there, overscan is a thing of the past for most...
pixel perfect screens[at least percentage-wise] means we can now use ALL available screen space...Smile
now margins are just to please the eye, nothing off limits...
Hardware: HDHR Prime, HDPVR 1212, Raspberry pi2, VFD display w/LCDSmartie
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#138
2010-09-27, 01:00 PM
BrettB Wrote:Hairy,

Thanks for your work on this skin.

One feature that I really miss on the Recordings screens is an indication of whether a recording has been (at least patially) watched before. Is there any way with NPVR that you could add such an indication to Recordings lists/details?

I'm not sure if this feature has been implemented in NPVR yet. I see that there is a watched graphic in the default skin, but I don't see the formatting in the skin xml. If this feature is available in the default skin - someone please let me know and I'll look into adding it for my skin.
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#139
2010-09-27, 01:03 PM
smajor Wrote:I finally got around to updating to the latest nPVR and Wave. I'm back to missing cover art again. You had done a "patch" a few posts back and it was working well. Any chance of an update?

Lao Pan Wrote:"Me Too"

Had this problem in an earlier version. - You have to cycle through all the covers in folder view for the covers to become visible in Metadata view.
Next time NPVR restarts they are gone again - loss of long term memory - know how it feels :eek:
No sure if it was a NPVR or skin thing last time.

smajor Wrote:Last time, I think it was the skin because Hairy was kind enough to do a workaround for me to test. If you switch to the default skin it works as expected.

This is a known bug in NPVR. It appears to effect third party skin more than sub's default skin (but it does effect that as well, just less frequently). There are two artwork previews available to skinners and Jaggy discovered that if both were set to identical formatting, it gets around this bug. This is not suitable for the official release of the skin.

But users can add this workaround themselves if it suits them personally. It's best to set the "visible="!@hasMetaData" preview to match the "visible="@hasMetaData" within the "ListSelectionMetaData" element of the videos.xml.

Code:
<Image visible="@hasMetaData" source="@previewImage" location="2,22" size="29,56" fixedAspectRatio="true" />
<Image visible="!@hasMetaData" source="@previewImage" location="2,22" size="29,56" fixedAspectRatio="true" />
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
Hairy
Offline

Senior Member

Posts: 703
Threads: 39
Joined: Nov 2007
#140
2010-09-27, 01:05 PM
pBS Wrote:with so many lcd's out there, overscan is a thing of the past for most...
pixel perfect screens[at least percentage-wise] means we can now use ALL available screen space...Smile
now margins are just to please the eye, nothing off limits...

Personally, it would be much easier for me if I didn't have to deal with over-scan at all. But I've found that if I don't include an over-scan area, I tend to get people asking why elements on screen are getting cut off. So I've went with - better to have a border than cropped text.

I find I start with a simple idea and it them proceeds to get logarithmically more difficult as you progress through the skin. Until you end up just shoe horning everything in, trying your best to have the least amount of compromises.

If the majority of users have no over-scan issues, I would be willing to edit this skin to make full use of all the screen real estate.
The Hairy Man

HTPC: Core Duo E4300 - 2GB DDR2 - HD 3650 - 500GB storage
Capture: 1 Nova-T 500 - 1 PVR 500
TV: S-Video to 32" Philips CRT

Support the Community Skin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 2,275 2023-07-16, 05:26 PM
Last Post: sub
  BlueRetroVE+ skin for NPVR Jaggy 101 41,227 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 26,575 2018-01-09, 12:52 AM
Last Post: Jaggy
  Modern Skin cweseloh 0 2,572 2016-06-02, 03:07 PM
Last Post: cweseloh
  NextBlue skin for npvr Northpole 162 63,319 2015-12-16, 07:39 PM
Last Post: Northpole
  JustRetro skin update Jaggy 0 1,994 2015-09-14, 12:37 AM
Last Post: Jaggy
  GuidePlus for NPVR carpeVideo 143 55,023 2015-07-12, 06:06 PM
Last Post: madas
  JustRetro skin update Jaggy 0 2,211 2014-04-12, 01:11 AM
Last Post: Jaggy
  DefaultAlt skin Jaggy 4 3,342 2014-02-25, 06:23 AM
Last Post: Lao Pan
  HD Logos for the NPVR WebRadio Plugin Lao Pan 3 3,429 2014-02-09, 01:32 PM
Last Post: Lao Pan

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

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

Linear Mode
Threaded Mode