NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Wishlist v
« Previous 1 … 98 99 100 101 102 … 193 Next »
3-line view in Recordings

 
  • 0 Vote(s) - 0 Average
3-line view in Recordings
daneo
Offline

Member

Germany
Posts: 194
Threads: 56
Joined: Sep 2006
#1
2006-10-29, 01:06 PM
I have a number of shows that I want to have manually imported into the Recordings rather than Video Library. The MpegImport tool is great here, but often the sub-title of the show (really, the important bit) is only visible when you drop into a line.

[Image: example2.jpg]

I'd like to see either a three-line view of recordings
- Name
- Subtitle
- Details

Or the option that if you have a "Category" of recordings with the same name, then when you drop into it (see screen show below) that the Title is dropped and the subtitle only is shown.

[Image: example.jpg]

Thanks,
Dane
- Dane

Cheap Medion Minitower, but it's quiet enough
- Windows 11x64
- Digital Devices DVB-C PCIe (1x Cine quad and 1x Cine dual)
- LG C2 with Jellyfin front end, NPVR back end
- 30TB storage, ~7,500 films
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#2
2006-10-29, 02:39 PM (This post was last modified: 2006-10-29, 02:51 PM by Fatman_do.)
Maybe a quick fix for you is to have the secondary view show only subtitles instead of the title.

In the recordings skin.xml file , find these lines:

Code:
<CompositeImage name="DetailsViewNormalItem" size="500,50">
   <DrawImage filename="..\_CoreImages\ListDetail_Normal.png" loc="0,1" size="500,47"/>
   <!-- DrawRoundedRect loc="3,3" size="494,43" radius="5" borderWidth="2" borderColor="LightGray" fillColor="Transparent"/ -->
   <DrawText text="[color=Red][B]@title[/B][/color]" loc="10,6" size="390,25" textStyle="DetailsViewItemsTitle" align="Left"/>
   <DrawText text="@status" loc="385,6" size="105,25" textStyle="@status" align="Right"/>
   <DrawText text="@period" loc="10,25" size="350,25" textStyle="DetailsViewFolders" align="Left"/>
   <DrawText text="@channel" loc="0,25" size="490,25" textStyle="DetailsViewFolders" align="Right"/>
</CompositeImage>            
        
<CompositeImage name="DetailsViewSelectedItem" size="500,50">
   <DrawImage filename="..\_CoreImages\ListDetail_Selected.png" loc="0,1" size="500,47"/>
   <!-- DrawRoundedRect loc="3,3" size="494,43" radius="5" borderWidth="6" borderColor="LightGray" fillColor="DarkGreen"/ -->
   <DrawText text="[color=Red][B]@title[/B][/color]" loc="10,6" size="390,25" textStyle="DetailsViewItemsTitle" align="Left"/>
   <DrawText text="@status" loc="385,6" size="105,25" textStyle="@status" align="Right"/>
   <DrawText text="@period" loc="10,25" size="350,25" textStyle="DetailsViewFolders" align="Left"/>
   <DrawText text="@channel" loc="0,25" size="490,25" textStyle="DetailsViewFolders" align="Right"/>
</CompositeImage>

And change the highlighted words above with the ones below:


Code:
<CompositeImage name="DetailsViewNormalItem" size="500,50">
   <DrawImage filename="..\_CoreImages\ListDetail_Normal.png" loc="0,1" size="500,47"/>
   <!-- DrawRoundedRect loc="3,3" size="494,43" radius="5" borderWidth="2" borderColor="LightGray" fillColor="Transparent"/ -->
   <DrawText text="[color=Red][B]@subtitle[/B][/color]" loc="10,6" size="390,25" textStyle="DetailsViewItemsTitle" align="Left"/>
   <DrawText text="@status" loc="385,6" size="105,25" textStyle="@status" align="Right"/>
   <DrawText text="@period" loc="10,25" size="350,25" textStyle="DetailsViewFolders" align="Left"/>
   <DrawText text="@channel" loc="0,25" size="490,25" textStyle="DetailsViewFolders" align="Right"/>
</CompositeImage>            
        
<CompositeImage name="DetailsViewSelectedItem" size="500,50">
   <DrawImage filename="..\_CoreImages\ListDetail_Selected.png" loc="0,1" size="500,47"/>
   <!-- DrawRoundedRect loc="3,3" size="494,43" radius="5" borderWidth="6" borderColor="LightGray" fillColor="DarkGreen"/ -->
   <DrawText text="[color=Red][B]@subtitle[/B][/color]" loc="10,6" size="390,25" textStyle="DetailsViewItemsTitle" align="Left"/>
   <DrawText text="@status" loc="385,6" size="105,25" textStyle="@status" align="Right"/>
   <DrawText text="@period" loc="10,25" size="350,25" textStyle="DetailsViewFolders" align="Left"/>
   <DrawText text="@channel" loc="0,25" size="490,25" textStyle="DetailsViewFolders" align="Right"/>
</CompositeImage>
Fatman_do
[SIZE="1"]
HTPC: AMD XP+2500, 512MB DDR (400) ~ Capture Device: Hauppage PVR-150
Storage: 30GB OS & Recording, 160GB Post Processing & Archive
Video Output: HD 32" TV via eVGA Geforce 6200le 256MB AGP DVI-HDMI cable out
Audio Output: Turtle Beach Riviera S/PDIF Optic Output (Digital pass thru only) to Home Theater Receiver[/SIZE]

[SIZE="2"]
Moderator | Tutorials | Community Skin | CommunitySkin-SVN[/SIZE]
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,727
Threads: 767
Joined: Nov 2003
#3
2006-10-29, 04:49 PM
Instead of @title, use @titleSubtitle.

Or if you want, change the skin to show three lines of details about the recording. The default skin uses two lines so we could show a decent number of recordings on the screen at one time, but it's not limited to two lines.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Add the date/timestamp to the EPG Update Complete line.. BigBillSD 3 610 2024-10-10, 09:32 PM
Last Post: mvallevand
  Web display of Recordings w/o Pending Recordings turndave 5 1,063 2023-09-13, 10:08 PM
Last Post: turndave
  subtract time from recordings for web client jobby99 0 585 2023-05-28, 09:09 PM
Last Post: jobby99
  Divide Recordings by Channel (and other properties) ChaosMageX 1 745 2023-03-20, 07:35 PM
Last Post: mvallevand
  [Kodi] Directory Folders for Recordings Panic 14 3,191 2022-07-28, 03:59 PM
Last Post: mvallevand
  Resume on recordings mvallevand 13 2,991 2022-05-02, 08:04 PM
Last Post: artmetz
  movie poster genre view a1blues 0 767 2022-01-10, 11:39 AM
Last Post: a1blues
  direct bookmarkable URL for Recent Recordings f0945a5662 2 1,015 2021-11-18, 07:50 PM
Last Post: f0945a5662
  Cancellation of individual pending recordings Petrovski 25 8,695 2021-11-07, 06:49 PM
Last Post: sub
  Feature request (recordings calendar view) ThymeJ 1 2,352 2021-09-19, 04:44 AM
Last Post: sub

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

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

Linear Mode
Threaded Mode