[Digikam-devel] Newbie question
Laurent Espitallier
laurent.espitallier at laposte.net
Tue Apr 13 21:56:16 BST 2010
Hi, I'd like to get images fullpath from digikam database with this
simple query :
SELECT AlbumRoots.identifier || Albums.relativePath || '/' ||
images.name FROM images INNER JOIN Albums ON Images.album = Albums.id
INNER JOIN AlbumRoots ON Albums.albumRoot = AlbumRoots.id
The result gives something like this :
volumeid:?path=C%3A%2FUsers%2Flaurent%2FPictures/PictureProject/Sample
Images/Flower/Flower1.JPG
Is there a method (QUrl ?) to make albumRoots human readable ? Or a
better way to get it ?
Thanks
More information about the Digikam-devel
mailing list