Picture browsing in XBMC?

  Thread Rating:
  • 1 Votes - 3 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
pilluli Offline
Fan
Posts: 317
Joined: Jul 2006
Reputation: 0
Post: #1
Hi,

Recently I've beginning to think that browsing pictures in XBMC is seriously lagging behind movies/shows or music. I love my movies collection or my music one. I can browse them using really cool skin/views and search by almost any criteria. However, the picture browsing of my photos is somehow simple, move through my photos directories, left and then slideshow... nothing more.. Sad

What I am thinking is, would it be difficult to implement some geo position browsing? So a picture view in the skin can show a map on the right showing the position of all your photos (if geo-tagged) and you can browse by position (similar to what picassa does). So for instance you can slideshow all photos from the same city...

Also, maybe with a simple face detection algorithm (from opencv), it is possible to implement a search for specific people in photos. User intervention is needed to tag the face with a name (as doing face recognition might be a lot more hard) and use that info for search/browsing. This is done in picassa actually and I find it very good...

What do you think? Possible to implement? Too much hassle for just doing slideshow of pictures? Laugh Or maybe is something way beyond of what a media center should do?
find quote
sijones Offline
Junior Member
Posts: 28
Joined: Jan 2005
Reputation: 0
Post: #2
I've often thought that if the EXIF data could be pulled out and put into a database, it would allow some rudimentary library like sorting, by date, iso speed, shutter speed, filesize..

Also for people who put actual useful info in their exif data it would allow searching.
find quote
pilluli Offline
Fan
Posts: 317
Joined: Jul 2006
Reputation: 0
Post: #3
sijones Wrote:I've often thought that if the EXIF data could be pulled out and put into a database, it would allow some rudimentary library like sorting, by date, iso speed, shutter speed, filesize..

Also for people who put actual useful info in their exif data it would allow searching.


Yes, I think that would be the first step, create a sort of "library" for photos. As you said that will allow basic search / sorting. Maybe later, specific things (maybe as addons?) can be added for geo or face tagging Confused
find quote
adsoto Offline
Senior Member
Posts: 133
Joined: Sep 2009
Reputation: 0
Location: Spain
Post: #4
That could be interesting but I suppose it's a big decision for devs since it involves creating/maintaining/updating a new DB for pictures, scanning images for EXIF/IPTC metadata into DB and so on....

I think it doesn't rank very high right now in the priorities list but certainly it would put images in the same level of video/music.

XBMC on Win 7 Professional (32 bit)
Intel E7300
Gigabyte GA-E7AUM-DS2H board
Nvidia 9400 chipset
4GB RAM
Pioneer 436 XDE Plasma TV
Yamaha YSP-1000 Digital Sound Projector
find quote
sijones Offline
Junior Member
Posts: 28
Joined: Jan 2005
Reputation: 0
Post: #5
I seem to remember there already being a pictures.db file in the userdata directory.

Does anybody know what details are currently held?

Other things that could be added are..

View picture at a particular zoom level, at a particular position, rotation, cropped??

brighten / darken image.

you wouldn't need to save another picture, but could just apply the same changes whenever the picture is loaded..

picture rating..
slideshow playlists..

smart slideshow playlists based on exif data / ratings..

All out of ideas now, but these could all be implemented with existing code, the face detection, etc would be nice but requires specialist experience.
find quote
r2504 Offline
Junior Member
Posts: 20
Joined: Feb 2007
Reputation: 0
Post: #6
It's a shame this thread died as Pictures do need a big update.

I've lots of pictures from holidays etc, but I just can't use XBMC to show these to friends visiting as it's too much.

A rating system or playlist would be perfect for this, but the Picture part of XBMC just doesn't seem sexy enough for developers I guess Sad
find quote
zag Offline
Team-XBMC Member
Posts: 803
Joined: Oct 2007
Reputation: 8
Location: UK
Post: #7
- EXIF/XMP importing should give all the database stuff you need

- Then you would want to be able to browse and filter by the main categories such as location/camera/year/month/country

- Rating pictures and favourting would be nice

- Then rotating easily with the remote control

- Some slideshow features such as the ken burns effect and slow fades

- Also an "instagram" type plugin could be cool

HTPC - XBMC Frodo, MCE remote, 40gb intel ssd, core i5, 4gb ram | Storage - 2 x qnap 8tb 419p+ NAS | Display Samsung 46" LCD + Acer HD projector
Kitchen - Wall Mounted Motorola Xoom tablet | Mobile - Ipad 2 | My setup pics
[Image: widget]
(This post was last modified: 2012-03-26 16:27 by zag.)
find quote
kcstrom Offline
Junior Member
Posts: 8
Joined: May 2012
Reputation: 0
Post: #8
It is a shame that pictures lag so much in features. I think a huge improvement that would be fairly minimal effort would be to display the date the picture was taken (use EXIF and if unavailable use creation date of file) during the slide show. WMC does this and it makes viewing slideshows of old photos so much more fun to watch because you can place them a lot better when you know the date.
find quote
jmarshall Offline
Team-XBMC Developer
Posts: 24,523
Joined: Oct 2003
Reputation: 138
Post: #9
Pretty sure all of that is available to the skin should they wish to display it.

Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.


[Image: badge.gif]
find quote