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 … 29 30 31 32 33 … 125 Next »
Xrecord poster dimensions are skewed

 
  • 0 Vote(s) - 0 Average
Xrecord poster dimensions are skewed
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#1
2007-02-24, 10:22 PM
noposter.gif is 100x150, which looks right in gb-pvr. But my show icons are 320x240, and they get skewed to 100x150 which makes them look weird. Is there a way to force noposter.gif to 320x240 so the dimensions are all the same? Or some ratio of 320x240, e.g. 160x120, if it's an issue of fitting so many icons in a fixed amount of space?
fla
Offline

Posting Freak

Posts: 881
Threads: 46
Joined: Mar 2006
#2
2007-02-25, 06:05 AM
These things are skinnable in gbpvr\skin\Blue\xrecord\skin.xml.

Play with things like
<Image height="110" width="84" textbox="60"/>
<Advanced active="true" rows="2" columns="4" box="true" startGap="80" rowGap="110"/>

Xrecord is supposed to be able to download posters from imdb.com and tv.com. Since a lot of the posters on these web sites have aspect ratios like a dvd box (tall and narrow) the default skin uses that shape.
Wakalaka
Offline

Posting Freak

Posts: 926
Threads: 161
Joined: Jan 2007
#3
2007-02-25, 10:19 AM (This post was last modified: 2007-02-25, 11:41 AM by Wakalaka.)
I have a bunch of ideas to make Xrecord a more error proof and cleaner plugin. Do you mind adding another developer to the effort? I don't know of alternatives, and I've never used GB-PVR's built-in support for tv listings, recording, scheduling, etc. I'm sure Xrecord is the best, so I'd like to make it better.

I'm modifying skin\Basic\xrecord\skin.xml and almost have it looking the way I want it. I keep changing the file, reloading GB-PVR, and checking the icon placement. I can't determine which parameter controls the x position of the first column. I want to move it to the left, closer to the buttons so there isn't as big of a gap between the buttons and the first column of show icons.
fla
Offline

Posting Freak

Posts: 881
Threads: 46
Joined: Mar 2006
#4
2007-02-25, 02:02 PM
This thread talks about getting the source code from sourceforge. I suggest you get the code and do your stuff. If the owners Jorm and Kingargyle think along the same lines, they will add you as a sourceforge developer. They are happy to have their work continued by others, that's why the project was put on sourceforge.

A quick look at the code and I see some hardcoded values horizontally but skinnable vertically.
Code:
int verticalOffset = startGap + ( rowGap * column+1);
...
int horizontalOffset = selectNewsStartX + 110 + ( 130 * row+1);
If you add skinnable items, make sure to add them to both the Blue and Red Sky skins.
Fatman_do
Offline

Posting Freak

Posts: 3,482
Threads: 95
Joined: Nov 2005
#5
2007-02-25, 02:33 PM
There are also some posts where there are users requesting more flexibility in skinning the amount of rows and columns. Also breaking the 720x480 hardcoding so this plugin can be added to higher definition skins. I would by happy to help out with any skinning issues or questions.

I'll take a look at the source code just to see what it looks like. I can't code really in any programing language, but I can "see" things. I just don't know how to fix them.
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]
fhmanas
Offline

Senior Member

Posts: 430
Threads: 108
Joined: Jul 2005
#6
2007-02-25, 03:50 PM
Easy enough to have more than the default 8 icons by manipulating the skin but I saw in the code that it is hardcoded to only allow 8 items at a time, so even if you have 12 or 15 items on screen, when you reach beyond the 8th item, it will execute a next page. If you are willing to fix it, please correct this as well.
Win XP Pro SP 2
ASUS P5k-PRO Dual Core 3.0 GHZ with 4GB RAM
1 Seagate 150 GB SATA HD
1 Seagate 1TB SATA HD
1 Seagate 750 GB SATA HD
1 Hauppauge PVR500MCE
2 MVP (2 Wired / 1 Wireless via 2 Linksys WRT54G routers)
1 dead MVP (searching for replacement)
jksmurf
Offline

Posting Freak

HK (DMBTH)
Posts: 3,590
Threads: 410
Joined: Jul 2005
#7
2007-02-26, 12:48 AM
Wakalaka Wrote:I have a bunch of ideas to make Xrecord a more error proof and cleaner plugin.

I'm not a developer but I really really like XRecord (esp. its simplicity) and use it almost exclusively on the MVP. Glad to see others think the same.

k.
ASUS STRIX X470-F AMD 2700x 4GHz | Win10Prox64 | 32GB | NVIDIA GEforce GT1030 Fanless | WinTV DMB-TH | WinTV HVR-1280 | Hauppauge Colossus | AC86U/AC68U | USB-UIRT | RPi4 Libreelec | Sony Bravia LCD X9000F Android TV |
KingArgyle
Offline

Posting Freak

Posts: 1,271
Threads: 95
Joined: Nov 2004
#8
2007-02-27, 01:43 AM
As Fla has said, download the source, make your changes, and for now, I would say post them back to here, or provide a patch for the changes on the CDK and Xrecord suite bug tracking site.

Bugs, Feature requests, and patches can be added at the following site:

https://sourceforge.net/tracker/?group_i...tid=772447

The best way to make sure that an enhancement or bug is fixed is to also add it to the bug tracker. If you do make a patch, please post that as well, so that Ton, Fla, or myself can review it. Ton and Fla are more active in development, but if they are happy with it, we can get the patch added fairly quickly.

I'm always willing to give some access, but like to see some code contributions back before doing so.
fla
Offline

Posting Freak

Posts: 881
Threads: 46
Joined: Mar 2006
#9
2007-03-05, 02:10 AM
fhmanas Wrote:Easy enough to have more than the default 8 icons by manipulating the skin but I saw in the code that it is hardcoded to only allow 8 items at a time, so even if you have 12 or 15 items on screen, when you reach beyond the 8th item, it will execute a next page. If you are willing to fix it, please correct this as well.

This thread discusses that bug which was closed almost a year ago and I just tried it now with the current xrecord release and can't reproduce the problem. If it still happens in the current xrecord release please add a comment to the above thread or to the bug below on sourceforge.

[ 1303881 ] Bug: Navigation problems if you columns =3
fla
Offline

Posting Freak

Posts: 881
Threads: 46
Joined: Mar 2006
#10
2007-03-09, 08:10 PM
Wakalaka Wrote:I have a bunch of ideas to make Xrecord a more error proof and cleaner plugin. Do you mind adding another developer to the effort?
I just submitted a pretty significant number of skinning related fixes to XRecord (only xrecord not xsearch and xguide) on sourceforge. If you plan to make any changes to xrecord, you should do a CVS update first if you've already checked out the code.

[ 1677526 ] XRecord basic skinning doesn't work
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Xport Xrecord schedules? capone 3 1,733 2007-08-21, 01:41 PM
Last Post: fla
  XRecord won't show a poster Wakalaka 5 2,386 2007-06-04, 03:20 AM
Last Post: fla
  Xrecord error indatastring had wrong format jasjol 10 3,392 2007-05-26, 10:36 PM
Last Post: fla
  XRecord/CDKScheduler not checking whether channels are enabled skreien 3 1,764 2007-05-19, 01:46 AM
Last Post: skreien
  xRecord Error Synaptyc 7 2,589 2007-05-15, 01:29 AM
Last Post: fla
  Request for Xrecord Icons to be moved to default jksmurf 5 2,221 2007-05-02, 10:16 PM
Last Post: jksmurf
  XRecord on PC Client fhmanas 2 1,484 2007-04-16, 08:05 PM
Last Post: KingArgyle
  XRecord - request for default sort order Wakalaka 6 2,298 2007-04-06, 03:17 AM
Last Post: fla
  XRecord suggestions for displaying recording info Wakalaka 9 2,897 2007-04-05, 03:53 AM
Last Post: fla
  XRecord - Converter3 error in jksmurf 5 2,762 2007-04-02, 10:36 PM
Last Post: jksmurf

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

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

Linear Mode
Threaded Mode