[Digikam-devel] [Bug 137694] Allow album pictures to be stored on network devices

Fabien fabien.ubuntu at gmail.com
Wed Nov 29 09:19:38 GMT 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=137694         




------- Additional Comments From fabien.ubuntu gmail com  2006-11-29 10:19 -------
Gilles, this is not only about solving problems around network storage, but also to have more flexibility with digikam.
See my use cases :)

I know a lot of work will be done on Db access after the 0.9.0 release.
But, it will take months, maybe 1 year to implement the new db backend, especially if you want to use qt4 with it.

I think adding 2 optional cmd-line options could be done in 0.9.1 or 0.9.2.

I already tried to change the full path to digikam3.db and it works (one change in 3 files) :

digikam/albummanager.cpp:    QString dbPath = "/localhome/fabien/Digikam/digikam3.db";
digikam/upgradedb_sqlite2tosqlite3.cpp:    QString newDB= "/localhome/fabien/Digikam/digikam3.db";
kioslave/sqlitedb.cpp:    QString dbPath = "/localhome/fabien/Digikam/digikam3.db";



More information about the Digikam-devel mailing list