NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Information Community Announcements v
« Previous 1 … 23 24 25 26 27 … 56 Next »
Theater Listing v6.6

 
  • 0 Vote(s) - 0 Average
Theater Listing v6.6
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#21
2006-09-26, 03:54 PM
the real problem comes with the background resolution being hardcoded, as well as the sizes of the info on the movie screen.
I have been playing around with the skin as it currently is and I can get it to look alright, except when you get the info about a movie, alot of the info disapears behind the poster, because I had to move the text over because the buttons are so wide. also the buttons there are really close together, liek overlaping, because again, the size is different than the default skin
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#22
2006-09-26, 04:05 PM
Well this release of the plugin (which was originally written by Jorm) was my first attempt and I tried to increase the "skinability" as much a possible. Obviously some more tweaking is in order. There were a lot of hard coded values in the code, before I got a hold of it. Could you post a few screen shots so I can see what difficulties you are running into, and then I will make some adjustments. Thanks.

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#23
2006-09-26, 04:23 PM (This post was last modified: 2006-09-26, 05:29 PM by Ted the Penguin.)
ok so here are some screenshots of what I have done, I included the original and one with modifications that I have made. I also included the skin file so you can see what I have done.

keep in mind I am making modifications to the 720x480 skin just so it looks acceptable, I would really like to make the background 1280x720

I really appreciate your help, I have looked at the source and it looks like it is going to be a bit of a pain.
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#24
2006-09-26, 04:25 PM
Well the source you were looking at was for v6.5. I haven't released the 6.6 code yet as I want to clean it up a bit more first. I will take a look at the screen shots and see what I can do. Thanks.

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#25
2006-09-26, 04:51 PM
yeah I know the source was 6.5, I was really just looking for the hardcoded background size, that pops up in a few places. I have made some changes to the skin, and it is looking better, made the buttons the correct size by inserting the baseskin.xml button and text stuff into the skin file with the sizes that work with the plugin.
thanks so much for being so helpful about this
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#26
2006-09-26, 05:06 PM (This post was last modified: 2008-03-16, 08:18 PM by Fatman_do.)
Care to give this a try?

[ATTACHMENT NOT FOUND]

Among a few other things, I added this. PopupSelectedButtonImage and PopupNormalButtonImage are undocumented composite images that the popup uses. The veritcal spacing of the buttons appears hard-coded so I reduced the size just a bit.

Code:
<!-- the popup menu button selected image -->    
<CompositeImage name="PopupSelectedButtonImage" size="175,40">
   <DrawImage filename="..\_res\btn_sel.png" size="165,40" loc="10,0"/>
   <DrawText text="@buttonText" loc="14,0" size="160,30" textStyle="ButtonText" align="Center"/>            
</CompositeImage>
            
<!-- the popup menu button normal image -->
<CompositeImage name="PopupNormalButtonImage" size="175,40">
   <DrawImage filename="..\_res\btn.png" size="165,40" loc="10,0"/>
   <DrawText text="@buttonText" loc="14,0" size="160,30" textStyle="ButtonText" 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]
Ted the Penguin
Offline

Posting Freak

Posts: 1,590
Threads: 64
Joined: Aug 2006
#27
2006-09-26, 05:13 PM (This post was last modified: 2006-09-26, 06:04 PM by Ted the Penguin.)
thanks fatman_do, I guess I figured that out myself, I have it looking somewhat acceptable, that is everything is visible and follows sassari's theme without overlaping. however still low-res. I will post my skin file, tell me what you think (if you are running sassari).
Brian_W
Offline

Senior Member

Posts: 419
Threads: 19
Joined: May 2006
#28
2006-09-26, 05:13 PM
Yes button spacing is hardcoded. I didn't realize it until after I had already released it. It's on my list of todos.

Brian
HTPC Rig: P4 3Ghz 1GB RAM | ATI 9550 | PVR-150 | PVR-500
Software: GB-PVR 99.5
Mr. Camaro
Offline

Member

Posts: 174
Threads: 16
Joined: Jan 2006
#29
2006-09-26, 05:58 PM
Brian_W Wrote:...one thing that will really help is if people could get me links to websites they use from other countries where they can get current local movie listings. Then I can check out the website and write a parser for it.

Not sure if it is the same for everyone or not but the biggest theater in my town is not listed on Fandango for some reason. I always use http://movies.yahoo.com/ to look up what is on at the theaters in town. Not sure if a parser could be written for it or not. Yahoo does have a lot of information on movies. I like the ratings that are given by the Critics and Yahoo Users.

Here is a link to a recent movie so you can see what I mean.
http://movies.yahoo.com/movie/1808723345/info

I know your probably busy with other things but I thought I would pass on the information in case it is useful to you.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#30
2006-09-26, 05:59 PM
Ted the Penguin Wrote:thanks fatman_do, I guess I figured that out myself, I have it looking somewhat acceptable, that is everything is visible and follows sassari's theme without overlaping. however still low-res. I will post my skin file, tell me what you think (if you are running sassari).

skin.zip

I think you have your button image names backwards.
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)

Pages (5): « Previous 1 2 3 4 5 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Alternative New Zealand XMLTV listing source xanth 85 28,041 2009-04-05, 03:21 AM
Last Post: mattyb
  New Theater 550 Pro drivers out today... jamesb 14 5,457 2007-10-26, 08:37 PM
Last Post: creep
  Zap2it listing availability groover km 2 1,619 2007-07-10, 04:21 PM
Last Post: lstepnio
  Theater 550 Pro Drivers - 6.14.10.145 (beta) jamesb 0 1,425 2006-04-10, 02:17 PM
Last Post: jamesb
  New Theater Plugin on wiki jorm 22 6,000 2005-04-19, 11:18 PM
Last Post: jorm
  Theater Plugin jorm 8 3,690 2005-02-21, 08:41 PM
Last Post: jorm

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

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

Linear Mode
Threaded Mode