NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 49 50 51 52 53 … 93 Next »
MusicLibrary2

Thread Closed 
 
  • 0 Vote(s) - 0 Average
MusicLibrary2
mikepl
Offline

Junior Member

Posts: 7
Threads: 1
Joined: May 2006
#111
2006-05-21, 09:03 PM
Thanks. Your instructions worked. I figured I was doing something completely idiotic... and I was right!
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#112
2006-05-21, 09:16 PM
Glad you got it going.....there's another option in the config app, that turns on remote text entry just shows up an "AB" in the top left (bottom of screen if Blue Skin), and you use the remote/keyboard to type with, and the enter key does what it should, save the play list.....try that if you like an see if you prefer it.
mikepl
Offline

Junior Member

Posts: 7
Threads: 1
Joined: May 2006
#113
2006-05-21, 10:01 PM
I'm trying to use the remote as much as possible so I tried the remote text entry that you suggested and it worked very smoothly.

I installed GBPVR yesterday, have tried various recording features including EPG, paused live TV, plus many other basic functions and it has performed marvelously. MusicLibrary2 is the first plugin I've tried and it is definitely a keeper.

As soon as I feel comfortable with GBPVR, I will upgrade to the newest (less stable) version 97.07, including the updated MusicLibrary2.

Thanks for all your patience.
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#114
2006-05-21, 10:25 PM
You're welcome.

With no plugins you should be able to convert fairly easily....I think most of the problems with 97.7 were plugin related.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#115
2006-05-27, 01:40 PM
I don't know how feesible it is for a change and it is no "biggie" if you do not want to do this, but here it is.

What I am thinking is something along the lines of the magic that makes this working in a skin file:
Quote:<SpecialElement name="LeftList" loc="15,50" spacing="25" rows="25"/>

I am using image files for list backgrounds (BaseSkin/ThemePack method). Some of these images use 3d shadow effects so the actual image is offset from 0,0 to allow room for these shadows (about 10pixels avg.). With that in mind, the lists over-run the images since they are limited by the composite image size definition and the images are actually about 20pixels smaller.

I can shift the list text to the left and down to compensate, I just cannot "choke off" the list length.

This would also allow skinners the ability to add other goodies into the list composite images at the bottom.

Just a thought.
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]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#116
2006-05-27, 08:35 PM
Ok, that would be too hard for me to implement - just when i started writing plugins I didn't see the point in hard coding the number of rows, instead i calculated it from the height of the item, and the height of the image.

This has come at a good time, I'm just re-writing most my skin code to remove CommonGBPVRUtilties, and can add something in that says if the list has a rows item then use it, otherwise calculate like normal.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#117
2006-05-27, 08:39 PM
Not meaning the number of rows to be hard coded, but "soft coded" by the skin.
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]
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#118
2006-05-27, 08:42 PM
psycik Wrote:Ok, that would be too hard for me to implement - just when i started writing plugins I didn't see the point in hard coding the number of rows, instead i calculated it from the height of the item, and the height of the image.

This has come at a good time, I'm just re-writing most my skin code to remove CommonGBPVRUtilties, and can add something in that says if the list has a rows item then use it, otherwise calculate like normal.

The first part seems like you are saying no, you can't. The last part seems like you are saying you are doing something like that?
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]
psycik
Offline

Posting Freak

Posts: 5,210
Threads: 424
Joined: Sep 2005
#119
2006-05-27, 08:51 PM
Yeah the first part says that I couldn't figure out why someone would want to do it like that.

The second says, now I understand a reason and will do it for you. It will also be applied to SystemStatus (same code funnily enough Big Grin )
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#120
2006-05-28, 03:35 AM
It just brings more options to be able to limit the list separetly from the composite image.

Thanks again.
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: 2 Guest(s)

Pages (26): « Previous 1 … 10 11 12 13 14 … 26 Next »
Jump to page 


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

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

Linear Mode
Threaded Mode