[Digikam-devel] [Bug 129437] New: wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 129437] New: wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

Roma Dembitsky
------- 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=129437         
           Summary: wish: Album could point to network path. Now it's
                    impossible to view photos from shared network drive.
           Product: digikam
           Version: 0.8.1
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: wishlist
          Priority: NOR
         Component: general
        AssignedTo: digikam-devel kde org
        ReportedBy: romande gmail com


Version:           0.8.1 (using KDE KDE 3.5.1)
Installed from:    SuSE RPMs

I would like to view/edit/manage my photos on shared network drive without copying them locally.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 129437] wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

Gilles Caulier
------- 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=129437         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|general                     |setup
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 129437] wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

Håvard Bjåstad
In reply to this post by Roma Dembitsky
------- 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=129437         




------- Additional Comments From havard tracetracker com  2006-09-24 19:12 -------
I am surprised to see for how long this problem has been dismissed. More and more users - like myself - store/share their images on network volumes which does not work with sqlite, and while sqlite blames NFS implementation in linux kernel, the end result is that digikam does not function in networked environments.

After years of happily using digikam, I have now been forced to evaluate F-Spot and Picasa to choose a replacement. I need to store the pictures on a server, so they can be accessed from any of a number of desktop machines. I have tried both NFS and CIFS, but digikam hangs upon startup with both of them.
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 129437] wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

Gilles Caulier
In reply to this post by Roma Dembitsky
------- 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=129437         




------- Additional Comments From caulier.gilles free fr  2006-09-25 07:44 -------
Roma,

no, this problem is not dismissed, but in standby. There are a lots of _changes_ in 0.9.0, outside the database stuf. We cannot change all at the same time : it's dangerous !

Look the comments in B.K.O file #134594 for details.

Gilles Caulier
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Digikam-devel] [Bug 129437] wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

Gilles Caulier
In reply to this post by Roma Dembitsky
------- 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=129437         
caulier.gilles free fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|setup                       |Database
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel
Reply | Threaded
Open this post in threaded view
|

[Bug 129437] wish: Album could point to network path. Now it's impossible to view photos from shared network drive.

Gilles Caulier-4
In reply to this post by Roma Dembitsky
------- 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=129437         
caulier.gilles gmail com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From caulier.gilles gmail com  2007-11-03 22:26 -------
SVN commit 732444 by cgilles:

digiKam from trunk (KDE4) : First very important improvement here depending of the new Database interface/schema dedicaced to 0.10.0 release.

A new setting in album configuration page have been added to host the database file used by digiKam in a dedicaced place.
Before, the SQlite3 database file (digikam3.db) used by digiKam to store all image informations like Tags, Rating, Comments, Date, etc...
been store in the root album path. This solution introduce a big problem to use a root album on a network file system like NFS, because
SQLite3 do not like it (look here for more information : http://www.sqlite.org/faq.html#q7)

The only issue for this problem is to store the databse file in a separate place...

This is want mean than with this commit, digiKam can use a remote root album...

There is a screenshot of the new Album config page :

http://digikam3rdparty.free.fr/Screenshots/digikamKDE4_13.png

The next pending important change to do will to be able to drive more than one root album path with digiKam 0.10.0...

CCMAIL: digikam-devel kde org

CCBUGS: 122516
CCBUGS: 150938
BUG: 129437
BUG: 137694



 M  +72 -58    digikam/albumsettings.cpp  
 M  +3 -0      digikam/albumsettings.h  
 M  +1 -1      digikam/digikamapp.cpp  
 M  +3 -2      digikam/welcomepageview.cpp  
 M  +72 -12    utilities/setup/setupgeneral.cpp  
 M  +5 -1      utilities/setup/setupgeneral.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=732444
_______________________________________________
Digikam-devel mailing list
[hidden email]
https://mail.kde.org/mailman/listinfo/digikam-devel