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 … 46 47 48 49 50 … 125 Next »
Video Library Images

 
  • 0 Vote(s) - 0 Average
Video Library Images
antialias
Offline

Junior Member

Posts: 24
Threads: 15
Joined: Oct 2005
#1
2006-09-26, 03:19 AM
I've check the wiki, and searched the forums a bit, and can't seem to find the answer to this..

I'de like to put images for all the movies/shows I have in my video library plug in. I figured out that a .jpg with the same file name as the video/directory will show the image in the plugin, but it's a small horizontal format image(not good for dvd covers and such). Also in the "icon" view it's showing 4x3 which would make browsing by images not very useful anyway. So my questions are as follows:

First, is there a way to make it use a dvd/vertical shaped image and display the full image.

Second, is there a way to set the number of icons in the icon view(smaller number to show larger images)

Third, for shows where I have a season in a single directory, can I have them each use the same image file, or better yet, have icon view for the first browsing level(differect show directories) but then have the show directories set to list view rather than icon view.

Thanks.
bjones
Offline

Junior Member

Posts: 7
Threads: 1
Joined: Nov 2005
#2
2006-10-15, 06:49 PM
I would also like to know how to edit the image size so it shows the whole picture.

Thanks
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#3
2006-10-15, 08:44 PM
In the skin file, this line determines rows and columns

Code:
<SpecialElement name="IconView" loc="15,15" rows="3" columns="4" horizontalSpacing="5" verticalSpacing="5"/>

This determines sizes
Code:
<!-- icon view -->
        <CompositeImage name="IconViewNormalItem" size="120,120">
      <DrawImage filename="large-file.png" loc="10,5" size="100,92"/>
      <DrawImage filename="@thumbnail" loc="5,5" size="110,90"/>
      <DrawText text="@fileName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
    </CompositeImage>

    <CompositeImage name="IconViewSelectedItem" size="120,120">
      <DrawRect loc="0,0" size="120,120" fillColor="StandardSelectionBackground" borderWidth="0"/>
      <DrawImage filename="large-file.png" loc="10,5" size="100,92"/>
      <DrawImage filename="@thumbnail" loc="5,5" size="110,90"/>
      <DrawText text="@fileName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
        </CompositeImage>            

        <CompositeImage name="IconViewNormalFolder" size="120,120">      
      <DrawImage filename="large-folder.png" loc="10,5" size="100,92"/>
      <DrawImage filename="@folderPreviewImage" loc="20,19" size="80,62"/>
      <DrawText text="@folderName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
        </CompositeImage>            
        
        <CompositeImage name="IconViewSelectedFolder" size="120,120">
      <DrawRect loc="0,0" size="120,120" fillColor="StandardSelectionBackground" borderWidth="0"/>
      <DrawImage filename="large-folder.png" loc="10,5" size="100,92"/>
      <DrawImage filename="@folderPreviewImage" loc="20,19" size="80,62"/>
      <DrawText text="@folderName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
        </CompositeImage>

Adjust sizes accordingly. If you make one less row, add 60 to the sizes of the images in the y direction (the second number).

for example:
Code:
<!-- icon view -->
        <CompositeImage name="IconViewNormalItem" size="120,180">
      <DrawImage filename="large-file.png" loc="10,5" size="100,172"/>
      <DrawImage filename="@thumbnail" loc="5,5" size="110,170"/>
      <DrawText text="@fileName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
    </CompositeImage>

    <CompositeImage name="IconViewSelectedItem" size="120,180">
      <DrawRect loc="0,0" size="120,180" fillColor="StandardSelectionBackground" borderWidth="0"/>
      <DrawImage filename="large-file.png" loc="10,5" size="100,172"/>
      <DrawImage filename="@thumbnail" loc="5,5" size="110,170"/>
      <DrawText text="@fileName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
        </CompositeImage>            

        <CompositeImage name="IconViewNormalFolder" size="120,180">      
      <DrawImage filename="large-folder.png" loc="10,5" size="100,172"/>
      <DrawImage filename="@folderPreviewImage" loc="20,19" size="80,142"/>
      <DrawText text="@folderName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
        </CompositeImage>            
        
        <CompositeImage name="IconViewSelectedFolder" size="120,180">
      <DrawRect loc="0,0" size="120,180" fillColor="StandardSelectionBackground" borderWidth="0"/>
      <DrawImage filename="large-folder.png" loc="10,5" size="100,172"/>
      <DrawImage filename="@folderPreviewImage" loc="20,19" size="80,142"/>
      <DrawText text="@folderName" loc="0,102" size="120,20" textStyle="IconViewItemsTitle" align="Center"/>
        </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]
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Anime Library - Support Thread Ommina 167 94,803 2011-05-07, 06:41 AM
Last Post: mvallevand
  Video Library Plugins? reven 1 14,377 2011-03-17, 08:02 PM
Last Post: gEd
  NPVR Video, Photo, Music icons SFX Group 5 9,785 2011-01-24, 11:18 AM
Last Post: martint123
  New Videos Library Plugin jasonbs10 202 68,037 2010-08-22, 01:38 PM
Last Post: 7ore
  videos library plugin crashes pvrx2 on fanart... cs4 no crash and no fan art why??. tvshowman 2 4,150 2010-04-01, 09:59 PM
Last Post: tvshowman
  'Videos' Plugin for GB-PVR (Preview 1) - amazing youtube video must see! tvshowman 21 11,955 2010-02-13, 11:55 PM
Last Post: reven
  Music Library Error chewy747 7 4,845 2010-01-29, 09:44 PM
Last Post: chewy747
  Music Library 3 Install Errors dennit 3 3,073 2009-12-05, 08:33 PM
Last Post: psycik
  Photo library Pictus displayed sideways Flyndr 0 1,814 2009-07-23, 05:36 AM
Last Post: Flyndr
  Video organization, plugin choice help huck 4 3,522 2009-07-02, 11:44 AM
Last Post: ACTCMS

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

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

Linear Mode
Threaded Mode