Lightweight photo management app?

Hello,
I have a large collection of photos (>20GB), so a way to manage them is essential and directories aren't good enough.
I need good search by tags and EXIF.
However, I'd like a simple, lightweight tool to do that. I've been through
- digiKam (tons of KDE dependencies, not what I want for a lightweight desktop; WAY too over-the-top for me, lots of features I don't need at all)
- F-Spot (Mono and GNOME dependencies)
- Picasa (depends on Wine and, therefore, doesn't integrate well).
Any suggestions? I don't need any special features like editing or making slideshows or prints, just a robust and efficient way of searching and managing the collection.
Thanks!

Looking for the same thing here are a few other apps I tried:
JBrout(http://code.google.com/p/jbrout/) python: clean simple interface, good search but is missing some features such as geotagging. Also I find the viewer a bit limited
Mapivi http://mapivi.sourceforge.net/mapivi.shtml perl: Clutered Tk interface but a wealth of features including IPTC rating which I haven't found anywhere else yet.
phraymed (https://launchpad.net/phraymd) python: Not really lightweight as it has many gnome depencies. Supposed to become a replacement? for Fspot. Active development.
BlueMarine (http://bluemarine.tidalwave.it/home.html) Java: I haven't tried it out. They say it is supposed to integrate the whole digital photo workflow.
PS: OT but how do you do named links??

Similar Messages

  • Third party PHOTOS Manager app

    hi to all fellow apple users, i need to have a Third party Photos Manager app (i hate iTunes syncs) , which also provides the SET AS HOME/LOCK SCREEN feature just like the core photos app.... i downloaded "MyPics" app but it doesnt have dis feature.

    King_Penguin wrote:
    Only the photos in the built-in Photos app can be accessed vie the photo frame icon on the iPad's lockscreen or be used as wallpapers, third-party apps won't have access to it.
    Photo Manager Pro is another alternative photo management app which can copy phtoos to/from Photos, but again it can't be used on the lockscreen
    Thanks for this one, I was searching for something like that too and couldn't find anything.

  • Is AIR the right platform for photo management app?

    I need to build a web-enabled photo management app with the following features:
    server sign-in and authentication
    photos fetched from server via REST API/XML
    tag, rate (i.e. 1-5 stars), and edit properties for photos, with data updated on or sync-ed with server
    all the RIA UI goodies, like multi-select, drag/drop, AJAX-style auto-complete, overlay icons on thumbs,
    all the photo management goodies, like fast scrolling, histograms, resizeable thumbnail
    able to handle 1000s of photos in 1 album (server is on a local LAN)
    One key issue is how the platform loads an album with 1000s of photos in the background, and scrolls through pages of thumbnails. I tried before to build this in Java and all the threading issues were too much for me.
    I have good experience with CakePHP & MySQL and some experience with Java, but I am resigned to learning a new platform/libs. I just need to know where to invest my learning time.
    Can some experienced users pipe in on whether AIR the right platform for me to build on? Should I use Javascript etc, or learn Flex?
    Is there anything out there I could just build on? I'm also considering building on Yahoo YUI or Google GWT as an alternative.
    thx.
    m.

    Let me clarify the issue of 1000s of photo. I the app would need to load thumbnails for 1000s of photos, but only open the full size photo when the thumbnail is clicked. probably 120px max dimension, pre-rendered on the server. I have tried to open 1000 thumbs in a plain html page, and the photos come quickly - as if from the local file system - but it does seem to slow the UI until everything is loaded.
    Is there a way for AIR to load the thumbnails is the current "view port" immediately, and the rest in the background? YUI has an imageLoader class that does something like this. Could I use this within AIR?
    The other requirement is to manage a DB of tags ratings, and other attributes for the photos, but I can't imagine that is a big challenge. right?

  • Photo Management App

    I am interested in an app to handle some relatively basic activities for organizing photos on my iPad: moving copying, folder management, etc. I prefer simplicity and elegance to a bunch of features.
    Thank you for your thoughts on this.
    -Bruce

    Yes indeed, one of the stranger shortcomings for the iPad.
    SortShots is a powerful photo organizing tool for iPad: it retains the photo's EXIF data, including the original filename, and you can create tags and apply them to the photos. You organize your photos into "sorts" based on these tags. Searches can be done on filenames and tags. You can send photos to other apps and save them to the Photo Library if you want. However, you cannot send them to an editor, edit them, and then save them back to SortShots automatically. Your photos in SortShots do not appear in the iPad Photo Library or any of its "albums." They are synched as data in the SortShots App.
    The only way that I can see to edit photos from SortShots is to save a photo to the Photo Library on the iPad, open it in an iPad photo editing App, save the edited the image back to the Library (yes, it's a new file and does NOT retain the EXIF data from the original), and then import that edited version back into SortShots.  THEN you can delete the original version and rename the edited image with the filename of the original and enter the original tag and other metadata.  Yikes.
    However, I don't think that there is any other photo organizer App as powerful as SortShots right now. The iPad was built as a photo viewer of photos that primarily exist back on your computer where they are organized and edited and then synched back onto the iPad.

  • Pixie - photo management app for minimalists

    Hey, I started working on a personal app for managing my pictures and generating albums.
    Upon talking about it with colleagues it seems a lot of people struggle with the same problems so this may be just what you need.
    the idea is pretty simple:
    * small webapp (golang backend + angularjs frontend) that you run locally, it loads pictures from given "source" directories (those source directories are basically copies of the DCIM directories of your camera's, phones, etc)
    * using vim-style keybinds you can navigate, and add/remove tags to pictures. the UI is supposed to make this as painless as possible.
    * also with keybinds, you can spawn your image editor to create edits of pictures (which go in a different dir) and tag those
    * finally, after you tagged pictures, you use shellscripts that go over all files matching certain tags and generate albums from those.  For now it just symlinks the originals but I want to add something to resize them as well.
    The code is here: https://github.com/Dieterbe/pixie
    I had a functioning prototype at one point but then I did an optimisation to only include a subsef of images in the DOM (the active one + 7 before it and after it), and since then "auto scroll to the active picture" is broken.  Because of that issue, the app is not very useable right now.  But I hope that amongst the people who are interested in the app, there's somebody who's good at DOM/js/angularjs stuff, and could help out with the UI side of things.

    Trying this out, but I'm completely unfamiliar with Go. Without spending a couple hours wrapping my brain around Go packaging, is there a quick fix for this:
    pixie $ go run pixie.go
    pixie.go:10:2: cannot find package "github.com/Dieterbe/gothum/workers" in any of:
    /usr/lib/go/src/pkg/github.com/Dieterbe/gothum/workers (from $GOROOT)
    ($GOPATH not set)
    backend/backend.go:8:2: cannot find package "github.com/mattn/go-sqlite3" in any of:
    /usr/lib/go/src/pkg/github.com/mattn/go-sqlite3 (from $GOROOT)
    ($GOPATH not set)
    pixie.go:12:2: cannot find package "github.com/stvp/go-toml-config" in any of:
    /usr/lib/go/src/pkg/github.com/stvp/go-toml-config (from $GOROOT)
    ($GOPATH not set)
    I've git cloned pixie and gothum, installed go and tmsu-bin (the tmsu package failed installation. This also pulled in go-fuse and go-squlite3). Not sure what to set for $GOPATH and/or $GOROOT. I've got pixie and gothum extracted to ~/.local/tmp.
    Looks like an interesting project! Thanks,
    Scott
    Last edited by firecat53 (2013-11-29 21:16:04)

  • Is there a way to import photos to the iPad without the photo also appearing in the Camera Roll?  I have a Photo Transer app that lets me wirelessly import photos to an album but they also appear in the CR and when you delete from the CR the photo is dele

    Is there a way to import photos to the iPad and put in an album without having the photo also in the Camera Roll?  I have a photo transfer app but when I import the album and photos they are also shown in the CR.  When you delete them from CR they are deleted from the album too.

    You can sync photos from your computer via iTunes, and each folder that you sync will get its own album : syncing photos. You will need to sync all the photos that you want on the iPad together in one go - synced photos can't be deleted directly on the iPad, instead they are deleted by not including them in the next sync.
    In terms of albums that you create directly on the iPad no, effectively you are just creating pointers to the photos in those new albums, so if you delete the original photo you will therefore also be deleting all pointers to it.
    You could consider a third-party photo management app instead e.g. Photo Manager Pro

  • Is there an photo editing app, or process that automatically lets me scroll/select the next picture in the album?

    I shoot a lot of sports photos which means a lot of pictures look very similar. Right now, when I use the editing app I have i tmakes me reoprn the album each time I want to choose the next picture to edit or reject.  The album always opens from the beginning making it hard to determine wher I am in the editing process when I took 500+ pictures.  It would just be nice to be more portable with my editing using the ipad rather than stuck to my computer in the office.  this is using the Snapseed app.

    You can sync photos from your computer via iTunes, and each folder that you sync will get its own album : syncing photos. You will need to sync all the photos that you want on the iPad together in one go - synced photos can't be deleted directly on the iPad, instead they are deleted by not including them in the next sync.
    In terms of albums that you create directly on the iPad no, effectively you are just creating pointers to the photos in those new albums, so if you delete the original photo you will therefore also be deleting all pointers to it.
    You could consider a third-party photo management app instead e.g. Photo Manager Pro

  • Music, photos, and apps lost after upgrading on new computer

    Someone please help! I just upgraded 3G to 3.1.3 on new computer and lost all my music, photos, and apps. Is there anyway I can get them back. I backed up my phone before the upgrade, the phone was wiped clean, then retored to original settings, then it restored to back up, but I lost all the above in the process. Thanks Sheila

    By design, the iPhone syncs iTunes-managed media content (music, videos, apps, photos) with _one and only one_ computer. That content was erased from the phone. The backup won't help - iTunes content is not backed up. You need to sync to the computer you synced to +prior to+ upgrading (the 'old computer'). Or, move your iTunes library, etc., from the old computer to the new computer and sync to that.

  • IPad/iPhone Backup/Management App for PC?

    I'm fed up with the massive headache that's called iTunes.   I don't want a Backup/Management App for my iPad and iPhone that is music centric.  I have a lot of valuable information, applications, photos, videos, and documents on my iPad and iPhone that needs to be effectively backed up and managed.   And yes, I want to back up/management my music too.  I want a well written app that does it all.   Is there an application that does this?
    Dan.

    Thanks for answering.  I don't like the answer, but it's what I expected.  
    Regards,
    Dan.

  • Updating photo management strategy with add'l laptop?

    Hello -
    I have added a new MacBook Air to a set of computers - old MacBook, older iMac.  The iMac hard drive bit the dust earlier this year so it has a brand new 750 GB hard drive with Mavericks installed.  That's the background to wanting to updating my photo management / storage strategy now that I have an additional computer.
    I keep my iPhoto library on an external drive connected to my desktop (the iMac) and have since the beginning - that baby is about 350 GB and isn't updated b/c now I've had photos on the Macbook and don't want to get into the same habit with the new MB Air.  I take a lot of photos, decent amount of video but it's all personal, not my profession.  My camera shoots with 10 - 15 MB size per photo though, so it adds up.  I use SmugMug to share my photos (and online backup strategy) - the process on a good day is to pull the photos off my camera, do any editing, upload the ones I want to share to Smugmug, then save/store the originals.
    I'd like to consolidate now that I've got a new computer in the mix - and storage drives keep keep getting bigger and less expensive. ;-)
    My current thinking is to get a NEW big external storage drive and set it up to be ONLY a repository for photos and video.  I'd likely use that storage drive with a main iPhoto library (or whatever software I use) on the desktop, especially since it's now on an updated OS.
    What I'm debating is whether I should go with the larger storage of a desktop storage drive - or go with the portable with the largest storage capability just in case I *ever* want to take it and use it with the laptop (now or in the future)?
    Does that seem like a sound strategy?  Thoughts?  Thanks!
    P.S.  A good thing to add is that the iMac has only Firewire 800 available, unfortunately (and USB obviously).  The MacBook Air has thunderbolt.  If I use a Thunderbolt storage drive on the iMac it would need a converter (which I think will slow it down - but is that slower than the usual Firewire 800 speeds?)  If I use a Firewire 800 storage drive with the iMac, I'd need a converter if I went to use it with the Macbook Air - not ideal, but not going to happen very often. 

    1. You need two drives: one to hold the Photos and one to be a back up for that.
    2.
    What I'm debating is whether I should go with the larger storage of a desktop storage drive - or go with the portable with the largest storage capability just in case I *ever* want to take it and use it with the laptop (now or in the future)?
    Well, as you need both, I'd get one of each, and keep the portable outside the house - even in your car.
    SmugMug is excellent as off-site storage (as is Flickr) for your photos. But if whatever you choose to manage your apps has a library of any form, then you need to also back that up. And everything pretty much uses a Library - Picas, iPhoto, Aperture, Lightroom etc  - of some form or other.
    The thunderbolt to Firewire adaptor will not make an appreciable difference in performance. But frankly, I'd go for USB, I'm not sure of the long term prospects for Firewire.

  • Photo Organizer app

    Hi, can anyone recommend a photo organizer app they have used (particularly since the IOS6 update).   I know about Photo Manager Pro but I just want a simple app that allows me to put my photos in folders and there are tons of apps but can anyone recommend one in particular?
    I guess with Photo Manager Pro, and some others that are similar, it duplicates your photos increasing space used and also makes it difficult to delete a photo from camera roll.  All I want to do is put my photos in folders.
    Thanks.

    After importing all my photos to Photo Manager Pro, I deleted everything in Camera Roll.
    There's no duplication.
    Note: My photos were originally transferred to Camera Roll using the Camera Connection Kit; no problem deleting them.
    http://i1224.photobucket.com/albums/ee374/Diavonex/Album%201/b65eedafe0f4f5b1293 4ccfeeb7521bd.jpg
    Message was edited by: Diavonex

  • Photo Management through Dropbox and without iPhoto

    Good evening,
    I have finally made the jump back from iPhone to BB and i'm loving it. Go Blackberry!!!
    The ability to port some apps from android has bridged most of the gaps from the store. 
    My biggest show stopper right now is getting dropbox to sync my photos and for blackberry link not to use iPhoto to sync photos with my computer. I would like to select a folder of pictures that i want synced and select a folder where i want the new camera to be synced.
    Does anyone have any tricks that i could use to facilitate my photo management through dropbox and BBLink? If these are features being worked on I'd appreciate to get an idea how long it will take to get it.
    Thank you very much and happy holidays.
    Mathieu

    1. As a consultant I have to suggest my client whether they should go for interface between sap and eternal recording system or not... What you guys suggest which one is better.
    If your client wish to go for postive time management it is must for you create interface either you willing to say or not.
    Without that interface you can't do time positive time management
    2. I came to know that there is a standard interface(HR PDC) in sap to interact with ecternal recording system. I want to know how this Sap interact with external recording system i.e. online or offline using this interface.
    I belive this needs some third party tool to intract with PDC. then you have use time evaluation status TMSTA 1 according to  PDC
    I belive it bit differnt from what you are looking for.
    please tell me what kind of time terminal your client is using at the moment?
    Best Regards

  • IPhone Photo Management

    Hello,
    when I connect my iPhone to WinPC, I go on the explorer to copy photos and I see a bunch of confuding subfolders (85XG7 , 956G8, ...), where I have to search for latest photo. Can I get rid of this and having only one, as it was in former times.
    What is the sorting mechanism of iTunes synchronized photo albums? I named my images from 001 to n and removed exif tags  " Maker" and "Model ". Still on iPhone I see disordered photos and have to search.
    The photo app has photos under a " moments " view. Here the photos are sorted by time and place. In about 70 % of the synchronized Photos fits it. The rest is on the day of the synchronization and an arbitrary place . What metadata is queried?
    Is it possible to sort photo albums by date (named like 20140401 xxx) and have the newest on on top?
    The good the usability of iOS is, the photo management is cumbersome
    iPhone 4S, iOS 7.1 , iTunes 11.1.5.5, Windows 7

    Can do all that with the syncing process.

  • Photo Manager Pro

    Not sure if this is the right place to ask these questions, but hopefully someone can help. 
    I just installed the app Photo Manager Pro and love it ! 
    When I sync my phone with my imac, where will the photos be synced to ?
    Can I now delete the albums and photos in the normal "photo" app as  I have imported all photos into Photo Manager Pro.
    Thanks for any help !

    The best place to get help with that app is from the developers website:
    http://www.linkusnow.com/photomanager/support/index.php

  • I just put snow leopard 10.6.8 on my macbook pro and I was told that I could purchase Apature for photo management- now its says I need a different version.... is there an older version I could get? so frustrating.

    I just put snow leopard 10.6.8 on my macbook pro and I was told that I could purchase Apature for photo management- now its says I need a different version.... is there an older version I could get? so frustrating.

    The current version of Aperture requires 10.7.5 or later.
    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You can purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard — Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s iCloud services; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service — this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion — System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer) — Model Identifier 7,1 or later
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer) —
                 Model Identifier 5,1 or later
             3. MacBook Pro (Mid/Late 2007 or newer) — Model Identifier 3,1 or later
             4. MacBook Air (Late 2008 or newer) — Model Identifier 2,1 or later
             5. Mac mini (Early 2009 or newer) — Model Identifier 3,1 or later
             6. Mac Pro (Early 2008 or newer) — Model Identifier 3,1 or later
             7. Xserve (Early 2009) — Model Identifier 3,1 or later
    To find the model identifier open System Profiler in the Utilities folder. It's displayed in the panel on the right.
    Are my applications compatible?
             See App Compatibility Table — RoaringApps.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

Maybe you are looking for

  • User account is not accessible for login, but remains in Users folder. Can it be re-activated?

    My 18 mo old grandson hit a few keys on my wife's mid 2010 MbPro while she was logged in and eliminated her user login from the startup/login screen. I used resetpassword utility to reset p/w for System Administrator to access the machine and the use

  • Xsan and Final Cut Pro Setup

    Hello All, I am setting up an Xsan system to be used for Final Cut Pro HD editing. I have 2 full XRAIDs using 400 gb disks. I will have 2 PowerMac G5 editing stations. All connected together using a SanBox 5200 switch and a gigabit ethernet switch fo

  • Canned searches in finder.app package, but not in sidebar or preferences

    Hello, I would like to add the canned searches from the Finder App package to te sidebar, but they do not appear in the preferences. I found no ducumentation on this. Would you please help me? Wilfried

  • Mass Number range buffering issue

    Hi , We are facing issue with the buffering of mass number range allocated to document type of cheque lot. While executing transaction FP25 system is giving error "No free number range is found for document type xx". We have checked the object FKK_BE

  • My phone has been hacked - opening texts, editing items and typing URLs

    Something crazy is going on with my iphone. So far today it has done all of the following when it has been sat on a table, with nothing near it, and nothing touching it: - opening text messages and scrolling through them - entering my contacts and ed