NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 49 50 51 52 53 … 56 Next »
New Skin

 
  • 0 Vote(s) - 0 Average
New Skin
Dubya
Offline

Member

Posts: 149
Threads: 37
Joined: Dec 2004
#1
2005-04-10, 05:38 PM
Hey Guys,

I was bored this morning so I threw this together... let me know what you think... I tried to upload the zip file. But it said document contains no data... But if anyone is interested in getting a copy just let me know and I can email it to you. Or if someone can tell me how to get the skin on here that would be even better.

Enjoy,

Dubya
Tulex
Offline

Member

Posts: 124
Threads: 30
Joined: Feb 2005
#2
2005-04-10, 06:45 PM
Looks nice!
Intel D915PBL with P4 550 3.4 W/1GB PC4200
Seagate 160GB and Plextor PX-716SA DVD SATA drives
DVI via Gigabyte GeForce 6600GT
Hauppauge WinTV-PVR150
Networker
Offline

Member

Posts: 188
Threads: 20
Joined: Feb 2005
#3
2005-04-11, 05:34 PM
Yeah I like that, what Plug-ins are you supporting with it?

John
//// GBPVR \\\\
Abit
2.8GHz Proc
1 GB RAM
80 GB SATA sys volume
200 GB SATA Video Storage
3x PVR150s
2x MVPs - 100Mbps LAN attached

/// Music Server \\\
CentOS Samba Server
(moving to Video Server to be MediaServer Smile )

/// Video Server \\\
FreeNAS
1TB total storage
<to be renamed MediaServer>


Plugins: Xrecord, Video Archiver, DVD2MPG, My M.V.P., Weather, Theater, Rectracker
reboot
Offline

Posting Freak

Posts: 1,426
Threads: 89
Joined: Mar 2005
#4
2005-04-11, 06:53 PM
Put it up on the Wiki Smile
You can never have enough tuners!
Pentium Quad / 4Gb Dual Channel RAM / XPSP3 / 2 x PVR-500, PVR-250 / GB-PVR
Dubya
Offline

Member

Posts: 149
Threads: 37
Joined: Dec 2004
#5
2005-04-12, 02:13 AM
I'm working on gettin it up on the wiki... Also here is a list of what it supports so far... If you want something supported just let me know and I can whip it off...

Dubya's Skin Supports:
All standard GBPVR functions
Xrecord - Latest Ver
RSS Reader - Latest Ver
Theater Plugin - Latest Ver
Weather Plugin - Latest Ver
Networker
Offline

Member

Posts: 188
Threads: 20
Joined: Feb 2005
#6
2005-04-12, 02:39 AM
here here... Smile

I'd like to see the My Suite (mostly Video, Music) and Video Archiver supported, other than that I think you got everything else i use.

John
//// GBPVR \\\\
Abit
2.8GHz Proc
1 GB RAM
80 GB SATA sys volume
200 GB SATA Video Storage
3x PVR150s
2x MVPs - 100Mbps LAN attached

/// Music Server \\\
CentOS Samba Server
(moving to Video Server to be MediaServer Smile )

/// Video Server \\\
FreeNAS
1TB total storage
<to be renamed MediaServer>


Plugins: Xrecord, Video Archiver, DVD2MPG, My M.V.P., Weather, Theater, Rectracker
steeley7
Offline

Junior Member

Posts: 32
Threads: 11
Joined: Mar 2005
#7
2005-04-12, 09:39 AM
excellent skin..I have a small problem in your screenshot it shows the day with date and time... when I runskin it doesn't show day..could this be I'm in UK...e.g date format in the code or something similar...could someone tell me how to do this please....
sammy_smith
Offline

Junior Member

Posts: 16
Threads: 1
Joined: Feb 2005
#8
2005-04-12, 12:14 PM
steeley7 Wrote:excellent skin..I have a small problem in your screenshot it shows the day with date and time... when I runskin it doesn't show day..could this be I'm in UK...e.g date format in the code or something similar...could someone tell me how to do this please....

Hey steeley7, I can help you with that.

In the skins directory you are using, there is a folder called mainmenu. In that folder is a file called skin.xml. The contents looks as such:
---------------------------------------------------------------
<settings>
<!-- text style -->
<TextStyles>
<TextStyle name="ButtonText" color="Yellow" typeFace="Verdana" size="14" style="bold"/>
<TextStyle name="TaskDescription" color="Yellow" typeFace="Tahoma" size="12" style="bold"/>
</TextStyles>

<!-- Composite Images -->
<CompositeImages>
<CompositeImage name="Background" size="720,480">
<DrawImage filename="..\background.jpg" loc="0,0" size="720,480"/>
</CompositeImage>

<CompositeImage name="SelectedButtonImage" size="186,45">
<DrawRoundedRect loc="4,5" size="175,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,7" size="175,34" textStyle="ButtonText" align="Left"/>
</CompositeImage>

<CompositeImage name="NormalButtonImage" size="186,45">
<DrawRoundedRect loc="4,5" size="175,30" radius="10" borderWidth="4" borderColor="Black" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,7" size="175,34" textStyle="ButtonText" align="Left"/>
</CompositeImage>

<CompositeImage name="CenteredSelectedButtonImage" size="186,45">
<DrawRoundedRect loc="4,5" size="175,30" radius="10" borderWidth="4" borderColor="White" fillColor="DarkBlue"/>
<DrawText text="@buttonText" loc="15,8" size="175,34" textStyle="ButtonText" align="Center"/>
</CompositeImage>

<CompositeImage name="MoreUp" size="50,20">
<DrawImage filename="moreup.png" loc="0,0" size="50,20"/>
</CompositeImage>

<CompositeImage name="MoreDown" size="50,20">
<DrawImage filename="moredown.png" loc="0,0" size="50,20"/>
</CompositeImage>

</CompositeImages>

<!-- special elements -->
<SpecialElements>
<SpecialElement name="Buttons" loc="50,30" spacing="38" alwayCentered="false" maxVisibleButtons="10" allowTopBottomWrap="false" showNumbers="false"/>
<SpecialElement name="TaskDescription" visible="true" loc="125,433" size="475,50"/>
<SpecialElement name="TaskImage" visible="true" loc="260,100" size="300,300"/>
<SpecialElement name="MoreUp" loc="105,10"/>
<SpecialElement name="MoreDown" loc="105,415"/>
<!-- plugin panels -->
<!--
<SpecialElement name="Panel" panelName="Clock" visible="true" transparency="0.9" loc="400,1" size="220,70"/>
<SpecialElement name="Panel" panelName="NextRecording" visible="true" transparency="0.7" loc="225,1" size="490,70"/>
-->

</SpecialElements>

</settings>
--------------------------------------------------------------
If you remove the bolded comments from the SpecialElement name="Panel" section at the bottom, you will see the clock and next recordings.

Be warned though, for whatever reason, when the next recordings panel is enabled, the entire system slows down, and occasionally the remote stops functioning.

-Sammy
Dubya
Offline

Member

Posts: 149
Threads: 37
Joined: Dec 2004
#9
2005-04-12, 01:31 PM
Steely7 can you post a screen shot for me.

Thanks,

Dubya
steeley7
Offline

Junior Member

Posts: 32
Threads: 11
Joined: Mar 2005
#10
2005-04-14, 07:06 PM
here is the screen shot... as you can see at top left I don't get a day just the date and time.... not sure why...
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (2): 1 2 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  OlSkool skin for NextPVR v6 Jaggy 3 2,271 2023-07-16, 05:26 PM
Last Post: sub
  BlueRetroVE+ skin for NPVR Jaggy 101 41,097 2018-01-10, 04:48 AM
Last Post: pitbull1969
  Blue-Retro-SHV Skin updated Jaggy 55 26,553 2018-01-09, 12:52 AM
Last Post: Jaggy
  Modern Skin cweseloh 0 2,569 2016-06-02, 03:07 PM
Last Post: cweseloh
  NextBlue skin for npvr Northpole 162 63,180 2015-12-16, 07:39 PM
Last Post: Northpole
  JustRetro skin update Jaggy 0 1,992 2015-09-14, 12:37 AM
Last Post: Jaggy
  JustRetro skin update Jaggy 0 2,206 2014-04-12, 01:11 AM
Last Post: Jaggy
  DefaultAlt skin Jaggy 4 3,329 2014-02-25, 06:23 AM
Last Post: Lao Pan
  New skin flo87 8 4,340 2012-11-06, 10:38 PM
Last Post: gEd
  Just:Retro (2n1) skin Jaggy 12 6,732 2012-08-15, 04:16 AM
Last Post: Jaggy

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

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

Linear Mode
Threaded Mode