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 … 75 76 77 78 79 … 125 Next »
looking for skin to display episode info.

 
  • 0 Vote(s) - 0 Average
looking for skin to display episode info.
scott
Offline

Member

Posts: 104
Threads: 29
Joined: May 2005
#1
2006-03-09, 03:49 PM
In addition to just the series name repeated over and over and over and over again in the "blue" default skin, I'm looking for a skin that also includes the episode name. I believe the contour HC skin will do this, and it looks really nice & clean as well.

But before I take the leap and mess with my nice and stable version of GBPVR , I wanted to ask a question: In the Wiki, I flipped through the other skins but most do NOT show me a screen shot that will let me know if they display the episode name or not. So it there are alternaitives to the Contour that you're aware of, please let me know!

Thanks.

ps - I'll be using my system through a MVP if that matters at all.
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#2
2006-03-09, 05:33 PM
If I understand correectly, what you are asking for is not determined by the skin, any skin Blue, Contour,... will do it if you install the appropriate plugin.

So what's the appropriate plugin? I think Videos, which is part of Video Archive, does this. With the Videos button enabled on your main menu, you can disable the Recordings button.

-David
Learning new tricks!
Visit Plain Jane's Collection
scott
Offline

Member

Posts: 104
Threads: 29
Joined: May 2005
#3
2006-03-09, 06:02 PM
Contour HC's build history says: 2006–02–02 : v1.11 - Recordings skin now looks better and includes show subtitle in the detail list.

I was first pointed in this skin direction by another user and this build note seemed to confirm that coutour has what I need... :confused:

Any Contour Users?
Lucas_24
Offline

Member

Posts: 242
Threads: 15
Joined: Jul 2004
#4
2006-03-09, 06:49 PM
yeah I use contour and the change causes the episode name to be displayed in the standard recordings plugin. I believe there is a post on it in the contour thread.
WIN 7
1 X PVR 250
1 X PVR 500
1 X HD-PVR
2 X MVP
2 X PCH A100
roy
Offline

Posting Freak

Posts: 830
Threads: 95
Joined: Sep 2005
#5
2006-03-09, 07:25 PM
I discovered the 'subtitle' variable and added it to the ContourHC recording detail skin, and it was adopted.

I would think the 'subtitle' string could be added to any skin.
What, me worry?

MSI H270 PC Mate | Core i3-7100 | 16GB RAM | 275GB M.2 2280 SSD | 4TB + 2TB HDD | Zalman Z3 Case | Win10
HDHR Prime | HVR2250 | PCH A-110 | PCH A-100 | Harmony 650 & 700 remotes | Comcast | Schedules Direct
Torque
Offline

Senior Member

Posts: 712
Threads: 68
Joined: Jan 2005
#6
2006-03-09, 11:36 PM
Yeah, Roy is correct... it's up to the skin designer or the great people that help further a skins development. Smile

Here's a screenshot Roy uploaded:
http://forums.gbpvr.com/attachment.php?a...1138145765
MY PVR:
OS: Windows 7 Home Premium
Hardware: Silverstone LC13-E, Athlon II 250, Asrock 785GMH, 2GB Corsair RAM, 250GB WD HDD, 1TB WD Black, Hauppauge PVR-150 MCE tuner (s-video to Dish STB), HDHomeRun (ATSC x2), MCE2004 for Rx, USB-UIRT for Tx, Sony VL600 Remote, 36" Sony Wega HD CRT on DVI to embedded ATI HD4200.
TV Service: Dish Network and Antenna Pics 'n Details
scott
Offline

Member

Posts: 104
Threads: 29
Joined: May 2005
#7
2006-03-10, 06:11 PM
Really nice job Torque, adn everyone else. I look forward to giving this a try over the weekend. From the screenshot, it looks like just the ticket.

I've got a library of 40 Magic school bus shows, and 40 this and that. I love it whe the kids are thinking and come up and ask to see the episode about the digestive system, for example, instead of just being content to see whatever comes up. And without this skin I'd have to jump through 10 - 15 shows before stumbling upon the right one. Skin should also make it much, much easier to get rid of dupes and save lots of disk space.

So thanks!

ps: Just an observation re: the screen shot. You have the main title in the prominant position on the left and the episode info off to the right. Everyone who gets to this page will have just intentionally selected the show name, so the show name isn't that important, but the epoisode name is. So maybe the title & show name should be reversed in position, or the show name otherwsie de-emphasised... Once I start enjoying the episode benifit thought, I doubt I'll care very much!
Jeff
Offline

Posting Freak

Posts: 1,933
Threads: 69
Joined: Oct 2004
#8
2006-03-10, 07:22 PM
We have collected all 52 magic school bus episodes. Here is what they look like in the video archive plug-in.

Jeff
Old Dog
Offline

Posting Freak

Posts: 1,083
Threads: 99
Joined: Jul 2005
#9
2006-03-12, 01:05 PM (This post was last modified: 2006-03-12, 01:18 PM by Old Dog.)
roy Wrote:I discovered the 'subtitle' variable and added it to the ContourHC recording detail skin, and it was adopted.

I would think the 'subtitle' string could be added to any skin.
I just modified the Recordings skin.xml in The Collection and Plain Jane. It looks good.

Code:
[size=2]
<!-- details view -->
<!-- variables that can used include: title, subtitle, status, startDate, startDateTime, startTime, period -->
<CompositeImage name="DetailsViewNormalItem" size="510,48">                        
    <DrawRoundedRect loc="0,0" size="510,48" radius="5" borderWidth="2" borderColor="Transparent" fillColor="Transparent"/>                            
    <DrawText text="@title" loc="2,2" size="399,25" textStyle="DetailsViewItemsTitle" align="Left"/>        
    <DrawText text="@[size=3][b]subtitle[/b][/size]" loc="250,2" size="250,25" textStyle="DetailsViewItemsTitle" align="Right"/>
    <DrawText text="@period" loc="2,22" size="350,25" textStyle="DetailsViewFolders" align="Left"/>                                                
</CompositeImage>
                    
<CompositeImage name="DetailsViewSelectedItem" size="510,48">                        
    <DrawRoundedRect loc="2,2" size="504,44" radius="5" borderWidth="2" borderColor="LightGray" fillColor="RoyalBlue"/>                
    <DrawText text="@title" loc="2,2" size="399,25" textStyle="DetailsViewItemsTitle" align="Left"/>
    <DrawText text="@[size=3][b]subtitle[/b][/size]" loc="250,2" size="250,25" textStyle="DetailsViewItemsTitle" align="Right"/>    
    <DrawText text="@period" loc="2,22" size="350,25" textStyle="DetailsViewFolders" align="Left"/>
</CompositeImage>            
[/size]

I replaced status with subtitle.
Learning new tricks!
Visit Plain Jane's Collection
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Search Skin Problem Northpole 12 24,118 2011-07-10, 08:24 PM
Last Post: Northpole
  Newest IMon display-hardware finally gets Plugin-mode back mila06 1 5,136 2011-01-01, 05:37 PM
Last Post: kindt nick
  Vertical Menu skin question Northpole 4 4,036 2010-12-11, 05:12 PM
Last Post: Northpole
  Skin documentation dspdrew 14 7,738 2010-10-25, 07:09 AM
Last Post: Hairy
  What are your skin preferences? Hairy 22 10,382 2010-10-06, 11:36 AM
Last Post: Hairy
  Blue Skin: Recordings - Include Program Description ralphy 4 3,570 2010-05-17, 01:32 AM
Last Post: ralphy
  Displaying .xml info in OSD Mortal 2 2,880 2010-02-24, 06:45 PM
Last Post: FarNorthSAT
  EPG/XML parsing: reading Season and Episode data from title Sykor 7 7,802 2010-02-16, 05:52 AM
Last Post: whurlston
  Slick skin pictures Pob 4 3,155 2009-12-21, 10:41 PM
Last Post: Pob
  Aeon Project skin port for GBPVR mvallevand 18 11,625 2009-10-31, 12:21 PM
Last Post: CornStopper

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

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

Linear Mode
Threaded Mode