NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 88 89 90 91 92 93 Next »
Picture viewer plugin

 
  • 0 Vote(s) - 0 Average
Picture viewer plugin
MaBo
Offline

Senior Member

Posts: 346
Threads: 58
Joined: Dec 2003
#11
2004-05-12, 07:16 AM
Nice work. Yesterday I installed the plugin and it worked directly and nicely. It is great to be able to view pictures via the PVR350 tv-out now as well. Switching to the videocard tv-out is needed less often.

However, I noticed that (both via the pvr tv-out and the video card tv-out) the pictures are stretched vertically. All the faces get longer and it seems everybody nees a few good meals. The effect is not large, but it is noticeable. Maybe you could zoom in or out until either the height or the width fill the screen...

A slideshow function would be very nice.

THanks for the great work,
MaBo
ASUS pundit, pvr 350, celeron 2600, 512 MB, 160GB HD, winXP Pro, 12" touchscreen
ecruos
Offline

Junior Member

Posts: 21
Threads: 8
Joined: Apr 2004
#12
2004-05-12, 12:08 PM
pbj: I'm working on caching already for the next release, and yes it does make a nice difference.

MaBo: I hadn't noticed stretching, I'll take a look.  
I should be able to implement a slide show after the next GBPVR release, sub is adding a feature I need.
colin
Offline

Senior Member

Posts: 683
Threads: 39
Joined: Nov 2003
#13
2004-05-12, 02:12 PM
I think resize with keeping aspect ratio should sort out the stretching? You just have to figure out if x or y should be the control for resizing.

Plugin looks goodSmile

Colin.
mjpalm21
Offline

Junior Member

Posts: 3
Threads: 1
Joined: May 2004
#14
2004-05-19, 03:33 AM
Nice Plugin:

A slide show feature would be great.  It would also be great if you could pick a default mp3 from the Music Library to play as background music for the slide show (if there wasn't music playing already...).

A list view would be a great option to allow a picture to found quickly.
MaBo
Offline

Senior Member

Posts: 346
Threads: 58
Joined: Dec 2003
#15
2004-05-24, 08:03 AM
About the stretching. I remember having read somewhere that TV-pixels are NOT square, whereas monitor pixels are. Maybe that's the cause of the stretching.

Greetz,
MaBo
ASUS pundit, pvr 350, celeron 2600, 512 MB, 160GB HD, winXP Pro, 12" touchscreen
jeffcora
Offline

Member

Posts: 97
Threads: 9
Joined: May 2004
#16
2004-06-02, 05:36 PM
Hi ecruos,

Love the plugin too, been using it since you first released it. One question though about the colours. I've found that the colours on pictures displayed through your plugin on an MVP are a bit wrong. For example, skin comes out a kind of purple, blueberry colour. When I'm using the hauppauge software (not very often now luckily) the colours are fine. Also when displayed on the PC end through GBPVR they are fine as well. It's just on the MVP end, and is very noticable. It happens on different MVPs connected to different TVs. Have you come across this before?

Cheers, Rob
janviet
Offline

Member

Posts: 50
Threads: 9
Joined: Apr 2004
#17
2004-06-02, 09:56 PM
Rob,

I have not actually used the plugin, but I had the same problem when I was coding a simple server for the MVP. It turned out to be an issue with the RGB to YUV conversion that I used, and I ended up replacing it with an integer approximation I found on MSDN:

Y = ( (  66 * R + 129 * G +  25 * B + 128) >> 8) +  16
U = ( ( -38 * R -  74 * G + 112 * B + 128) >> 8) + 128
V = ( ( 112 * R -  94 * G -  18 * B + 128) >> 8) + 128

Uisng this really improved the colors.

I don't know what GB-PVR uses to do the conversion, but maybe sub can comment on this...

Regards,

Jan
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,708
Threads: 767
Joined: Nov 2003
#18
2004-06-02, 10:39 PM
Yes, this probably the problem. I cant remember the exact algorithm and numbers I used - I'll take a look after work.
ecruos
Offline

Junior Member

Posts: 21
Threads: 8
Joined: Apr 2004
#19
2004-06-05, 01:09 PM
http://www.tidegreen.com/downloads/GBPVR...Plugin.zip

Version 1.3 of the Pictures plugin is now available to download.  PC users now have slideshows although this doesn't quite work on the MVP yet.

Took me a while to release this version... sorry!

- Changed name of Plugin to Picture Library
- Added Configurable Width Stretch Factor setting for displays which would otherwise warp pictures
- Implemented slide show (Space to start) - Doesn't currently work with MVP though
- Added option to sort lists alphabetically in config
- Added support for PageUp/Previous Track, PageDown/Next Track to page through the folder view.
- Added NumCachedThumbnails to Config.  At 300, the first 300 thumbnails will be loaded
 at a normal speed as they are displayed.  The next time they are displayed they will
 appear faster.  If you pass over more than 300 thumbnails, the last viewed thumbnails
 will be appear more slowly, when you return over them.  If you run out of memory, either
 reduce the number of images in a directory, or reeduce the NumCachedThumbnails number.
- Implemented thumbnail caching: once a thumbnail is displayed it stays in memory and is
 therefore rendered faster until NumCachedThumbnails is exceeded.  Improves folder view speed.
- Icon view is now optional (in Config), when turned off, pictures and folders are displayed in
 list mode.

Ecruos
dhfoobar
Offline

Junior Member

Posts: 7
Threads: 2
Joined: Jun 2004
#20
2004-06-18, 12:07 PM
I can't get this version to work at all with the MVP. It justforces a reboot of the MVP as soon as I select Pictures from the menu. Versions of software in use:

GBPVR - 1.7i (I can;t seem to download 1.8e at the moment
Hauppage:2.2.22146

Prevoius version of Pictures worked for some image folders but any with more than a few pictures crashed MVP
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

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


Possibly Related Threads…
Thread Author Replies Views Last Post
  PIP plugin for Kodi sgilani 2 2,881 2022-10-17, 12:44 AM
Last Post: sgilani
  New Systems Plugin kirschey 10 3,379 2020-11-14, 08:01 PM
Last Post: sub
  VIdeo playback from plugin mvallevand 5 3,488 2015-08-06, 10:43 PM
Last Post: sub
  Attention Sub: Open TV / Custom Data Grabber plugin Benoire 2 2,919 2014-11-14, 02:05 AM
Last Post: Benoire
  API docs to help with plugin development? McBainUK 3 2,786 2013-06-08, 06:14 PM
Last Post: sub
  Refreshing TV Guide Data (after System plugin EPG update) imilne 13 6,136 2013-03-24, 08:03 PM
Last Post: imilne
  sabnzbd plugin to show processed files Wakalaka 1 1,963 2013-03-12, 06:48 AM
Last Post: psycik
  Plugin problems with started from the command line mvallevand 11 5,017 2012-08-12, 07:56 PM
Last Post: sub
  Get NextPVR data directory from outside a plugin McBainUK 3 2,257 2012-02-11, 05:42 PM
Last Post: mvallevand
  Weather Plugin imilne 0 1,442 2012-01-15, 08:33 PM
Last Post: imilne

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

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

Linear Mode
Threaded Mode