NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public Developers v
« Previous 1 … 70 71 72 73 74 … 93 Next »
My Pictures Feature Requests

 
  • 0 Vote(s) - 0 Average
My Pictures Feature Requests
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#1
2005-07-03, 07:39 PM
im completely redoing my pictures based on updated versions of my videos (its the best written one out of them, but still should be rewritten Smile). anyway since im redoing the entire thing, now would be the time to request a feature, so im not trying to squeeze it in later and doing a poor job of getting it in there (ie ill probably run into a design problem or something, lots of those in my videos etc).

so far im probably going to do:
- webcams (similar to the webcams plugin)
- possible a popup menu, with stuff like "print" "email?" (tell me if you would use these)

and probably going to drop
- playlists (since you probably all just start music playback from one of the music plugins)
- rslideshow (does anyone ever use this? its in xbmc so thats why i added it to begin with).

at the moment ive just got it to display in gbpvr (you cant even change dirs yet Smile). so it will be awhile off (maybe a week, im on holidays).

the skin is completely redone, and ive made askin dir called "my series" which eventually my music/vids/programs/pics will use a skin.xml file in there for all the common elements (eg the different view selectors, menu buttons, popup box etc). which will save on time for skin designers in the future. and with a seperate skin.xml for all the common things, my pictures skin.xml is only about 20-30 lines now (compared to about 200 before).

so you got a feature request post it. a comment post it. you want to bitch about something, yeah post it (might give me a laughSmile).

"keep watching the skies" Wink
smeghead
Offline

Senior Member

Posts: 300
Threads: 23
Joined: Jan 2005
#2
2005-07-03, 08:24 PM
This is going back a bit and I can't find the link in the forum but what about having a common skin.xml in the main gbpvr directory that specifies all the common elements. Perhaps if you (reven) make a start on this since you're redoing all your plugin skins then others will follow and we get a consistent looking pvr.

Now where is that link?

Just a thought

As for My Pictures, how about rotate/flip?
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#3
2005-07-03, 09:15 PM
Quote:As for My Pictures, how about rotate/flip?
its already there, red/green in fullscreen i think.

as to one common place for everything..... that means id probably have to do 3 skin files, menu buttons come from gbpvr root skin file, selectors (different view thingys) from my series root, and then plugin specific things.

ill post another thread and see what the other plugin developers think, there should be some rules for this. ( i suppose in the future sub could extend the pluginhelper to get specific objects, eg pluginHelper.getStandardImage(string name,hashtable) gets the menu button composite image, or something like that).
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#4
2005-07-05, 01:41 AM (This post was last modified: 2005-07-05, 01:45 AM by reven.)
ok just an update (if anyone is interested). ive added
- transistions on images, so the old image fades out and new image fades out (looks pretty cool)
- webcam images (need a full url of the image, not web video streams). im decided (could change my mind if somebody thinks up a better idea) to use xml file, like
Code:
<webimage><url>http://gbpvr.com/pic.jpg</url><refresh>30</refresh></url>
refresh is how many seconds until the image is automatically refreshed.
- webcam images also create a thumbnail based on the first image they ever download (so you get a pretty little thumbnail... i like thumbnails).
- zoom is working better now (still not quite right)

at the moment my pc is just looping thru some pictures seeing if i get a memory error (i got 1280mb ram and no virtual memory, so it might take awhile for me to get an error).

todo
- non on the menu buttons do anything yet Smile
- figure out how i can create a folder.jpg for folders using the standard 2x2 images (ie displaying the first 4 image in the directory, like windows does... anybody know how to do anything like this?.... im sure i can htink of something)

pretty sure im going to drop
- playlists (unless someone speaks out)
- rslideshow(not much point....)
nightwalker
Offline

Senior Member

Posts: 733
Threads: 54
Joined: May 2005
#5
2005-07-05, 02:14 AM
I would hate to lose the playlist function in My Pictures.

As an alternate, how about something like having a playlist automaticlly start if found in a picture directory? This way you could define different playlists for different folders of pictures.
dottore
Offline

Posting Freak

Posts: 986
Threads: 44
Joined: May 2004
#6
2005-07-05, 06:52 AM
about transitions: is this just a fading (which is pretty cool) or can you implement various transitions and let the user decide? i personaly love the fading and scaling like the osx-screensaver does...
---------------------
www.sitecomposer.de
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#7
2005-07-05, 06:58 AM (This post was last modified: 2005-07-05, 07:00 AM by reven.)
nah its just a basic old pic fades out, new pic fades in(at the same time). no pan/scan feature like in mediaportal.

and at the moment with large images it does look jerky (2megs and above).
A_Brass
Offline

Senior Member

Posts: 474
Threads: 22
Joined: Mar 2005
#8
2005-07-05, 12:37 PM
First of all, Love the current My Pictures, and I'm looking forward to your new version.

Wishlist items:
Would it be possible to add a "Copy Pictures" function? To copy pictures from memory cards to HD?

I'm not sure if this is just me but I get a out of memory error when I'm viewing large numbers of pic's. Mostly 3 megapixles each. Same problem with webcam's plugin. I'd love to see that go away.
GBPVR Server:
AMD Sempron 3300+, 1gb DDR, 100, 200 & 500gb HDDs, DVD -/+RW PVR150 RETAIL, PVR150MCE.
GBPVR 1.0.16, SKIN'S = Default Blue, PLUGIN'S = None
MediaMVP
reven
Offline

Posting Freak

Posts: 5,782
Threads: 396
Joined: Sep 2004
#9
2005-07-05, 01:27 PM
Quote:Wishlist items:
Would it be possible to add a "Copy Pictures" function? To copy pictures from memory cards to HD?
just need an example of a ui for this. something simple and not to complicated. probably will only let you copy to a one directory, onscreen keyboard asks for subdirectory name, then all the contents of that folder/memory card is copied to that new folder, sound about right? (accessible via a popup menu similiar to my videos).

Quote:I'm not sure if this is just me but I get a out of memory error when I'm viewing large numbers of pic's. Mostly 3 megapixles each. Same problem with webcam's plugin. I'd love to see that go away.
this is the reason im redoing the entire plugin, memory issues. all my pics are like 200kb max, so im going to need people to test a beta with large pics.
Pioneer4x4
Offline

Posting Freak

Posts: 926
Threads: 50
Joined: Jan 2005
#10
2005-07-05, 01:59 PM
I am very interested in this, I have not been pleased with any picture viewing in GBPVR, I prefer the hauppauge software for it. I honestly don't know what plugin I'm using, but I'm sure it isn't "My Pictures". I tried it back in Jan/Feb and didn't like it for some reason...

One thing I really would like is proper aspect ratio viewing, and proper zooming.

What I mean is, I was able to tweak the 'stretch factor' to get the pictures looking right, but only if they were 4x3 ratio pictures, alot of my digital camera's pictures are 3x2 ratio (normal print/film ratio). If My Pictures already does this, great!

As for zooming, the one I am using now is kinda weird. If you are viewing a portrait oriented picture, and zoom in, the black space stays on the side, and it crops unnecessarily.
The rotation, and slide show is OK.
3x MVPs (not used anymore)
XBMC
Hauppauge 150 via SVideo
Comcast Digital Cable
Motorola HD Cable box channel changed via Firewire
Vista Home Premium with RDP hack
AMD Athalon 64 5000+
340gig sata, plus 80SATA+3x160IDE Drives in XP machine for storage.
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)

Pages (3): 1 2 3 Next »


Possibly Related Threads…
Thread Author Replies Views Last Post
  Handling simultaneous HTTP requests bgowland 8 3,437 2012-01-29, 12:51 AM
Last Post: bgowland
  A few requests imilne 10 4,101 2011-08-07, 07:53 AM
Last Post: imilne
  videoarchive feature request Koenie 3 2,032 2007-04-06, 05:09 PM
Last Post: Jeff
  Music Albums 2 - Feature request to the author smelcher 8 2,663 2006-12-16, 05:42 PM
Last Post: mcfrojd
  "Skin Engine" requests MixMan 0 1,609 2006-05-13, 06:30 PM
Last Post: MixMan
  Web Admin suggested feature babybob 0 1,177 2006-01-31, 10:12 PM
Last Post: babybob
  My Pictures - number of colours displayed hasso 2 1,446 2006-01-17, 04:15 AM
Last Post: hasso
  My Pictures 3.0.1 beta fix reven 29 8,530 2005-11-11, 07:15 PM
Last Post: deepak
  My Pictures 3 beta reven 47 12,517 2005-10-11, 01:31 AM
Last Post: reven
  My Pictures and music playlists reven 8 2,941 2005-09-13, 11:41 AM
Last Post: reven

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

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

Linear Mode
Threaded Mode