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) v
« Previous 1 … 28 29 30 31 32 … 125 Next »
XRecord - skinning question

 
  • 0 Vote(s) - 0 Average
XRecord - skinning question
tieke
Offline

Senior Member

Posts: 450
Threads: 72
Joined: Jul 2004
#1
2007-03-14, 01:06 AM (This post was last modified: 2007-03-14, 01:16 AM by tieke.)
I suspect it is quite simple, but I was just updating the FBHV skin to XRecord v0.47, and couldn't figure out where to edit to make the size of the Item# text box bigger (see below), and if there was some way to skin the recent/pending list that would be great too Smile

cheers,

tieke
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#2
2007-03-14, 05:49 AM (This post was last modified: 2007-03-15, 09:18 PM by fla.)
I looked at the code and the box size was hardcoded. Attached is a version of the plugin that makes the box size skinnable. The only changes in this skin file are the "Stats" line now has width and height attributes and there is a new element "ContinuationText". Continuation used to be hardcoded 100 pixels to the right of the "Stats". Let me know if it works so I'll submit the changes into the next official version.

<Stats xpos="300" ypos="400" width="130" height="25"/>
<ContinuationText text="Continued" xpos="400" ypos="400" width="130" height="25"/>

As for skinning the recent/pending list that will take a little more time but it's now on my todo list.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#3
2007-03-15, 11:00 AM
I modified the skin for Basic and can't make the Reoccuring or selected recording position correctly in my list box. Using XRecord 0.47

<DrawRoundedRect loc="180,50" size="520,400" radius="7" borderWidth="4" borderColor="White" fillColor="Black"/>
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#4
2007-03-15, 02:34 PM
I can see in the code a hard coded xoffset of 115 for video, group and hetero lists. I'll make that offset skinnable and post a 0.47b shortly including the fix for tieke's problem too.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#5
2007-03-15, 08:31 PM
fla Wrote:I can see in the code a hard coded xoffset of 115 for video, group and hetero lists. I'll make that offset skinnable and post a 0.47b shortly including the fix for tieke's problem too.

What item is Video, which is Group, and which is Hetero? I was messing with them last night but can't remember.
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#6
2007-03-15, 09:27 PM
The groups list is the list where each show group appears as a single item. One for Simpsons, one for CSI Miami... The video list is the list where all the episodes of a given show appear. Five simpsons episodes, 4 CSI Miami episodes. The group list is viewable both as a list or as a grid of posters (advanced view) and can be toggled by hitting Pause/Ctrl-Q. I'm also unclear about the hetero list. It appears for me in the movies section and shows a list of large posters (only 2 or 3 can fit in a screen). Don't know where else other than the movies screen that uses the hetero list.

BTW 0.47b is now available on the wiki including the requests in this thread plus a bonus...
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#7
2007-03-15, 11:05 PM
Thought it odd for there to be an item called Hetero List. Does that mean there's a Homo List? Smile
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
fla
Offline

Posting Freak

Posts: 876
Threads: 45
Joined: Mar 2006
#8
2007-03-16, 12:50 AM
Smile I didn't write the code but I can see that the hetero[geneous] list can contain a mix of both scheduled recordings and show import data. The group and video lists contain only one thing so I guess you can call them homo[geneous] lists.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#9
2007-03-16, 05:21 AM
how about the buttons? they don't follow the theme i have loaded, amd should look like this
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#10
2007-03-16, 06:09 AM
I'm being greedy, I appreciate your fast and good work. I grabbed the latest CVS of XRecord from sourceforge, still learning the basics of skinning before I dive in to fix bugs.

1 skinning bug and 1 time display bug: All Reoccuring recordings say Monday 1/1/0001 12:00 AM. 2nd image is when I selected a Pending recording, any chance of allowing the x offset of the text? How about channel icons?
NPVR 4.1.0.180302 o Kodi 17.6 o EventGhost 0.5.0.rc4 o SAF 6.3.2 o SchedulesDirect
[SIZE="1"]
Case: Apevia X-Qpack HTPC o Motherboard: Asus P8H67-MLE o CPU: Intel Core i3-2100 o RAM: 8 GB o OS: Win7 64-bit
Tuner: HDHomeRun dual tuner o Leaf SkyHDTV antenna o Remote: Microsoft MCE
Hard drives: Samsung 500 GB SSD, Seagate 2 TB SATA2, Samsung 540 GB SATA2 o Input: Logitech USB keyboard & mouse
Video: ATI Radeon 7750 o Monitor: Viewsonic 27" VX2703MH-LED, LG 55" LCD TV
[/SIZE]
« 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
  Vertical Menu skin question Northpole 4 3,877 2010-12-11, 05:12 PM
Last Post: Northpole
  quick question about irremote.ini teookie 2 2,759 2010-06-27, 06:25 PM
Last Post: teookie
  Skinning help - FanArt tm12 2 2,629 2009-10-08, 11:21 AM
Last Post: McBainUK
  Comskip.exe Question spector9 17 9,195 2008-10-28, 03:02 AM
Last Post: reboot
  Skinning the miniguide Maoserr 3 2,514 2008-10-27, 08:01 AM
Last Post: Hairy
  Shutdown plugin question frankmcg 8 2,937 2008-09-04, 06:41 PM
Last Post: YoMoose
  Graphrecorder 1.7 question blisbell 7 3,100 2008-07-20, 12:17 AM
Last Post: carpeVideo
  weather and screensaver question ryanmc 0 1,209 2008-02-10, 05:06 PM
Last Post: ryanmc
  Postprocessing calling question dmporch 10 4,090 2007-12-02, 12:06 AM
Last Post: sgilani
  Little help needed re skinning for 99.12 Kevl 2 1,412 2007-11-10, 11:33 PM
Last Post: Kevl

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

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

Linear Mode
Threaded Mode