<div dir="ltr">Maik, <div><br></div><div>This kind of patch will touch certainly a core changes and it must preferable to introduce it in a main release as 7.0.0. Right ?</div><div><br></div><div>Gilles</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le jeu. 21 mars 2019 à 08:00, Maik Qualmann <<a href="mailto:metzpinguin@gmail.com">metzpinguin@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Here we have a patch (<a href="https://bugs.kde.org/show_bug.cgi?id=384820" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=384820</a>) for a <br>
different album root with different operating systems. However, I want to <br>
complete the patch so that each digiKam instance can set its own album root.<br>
<br>
Maik<br>
<br>
Am Donnerstag, 21. März 2019, 04:26:36 CET schrieb Cleaneasy:<br>
> Could I use a UNC for my albumroot (mountpath) rather than mounting it to a<br>
> drive letter?  (ex. \\FREENAS\media\AllPics )<br>
> <br>
> The example I was using from <a href="http://bugs.kde.org" rel="noreferrer" target="_blank">bugs.kde.org</a> is:<br>
> <br>
> <br>
> "networkshareid:?mountpath=/mnt/test1&mountpath=/mnt/test2"<br>
> <br>
> This test works:<br>
> <br>
>     QUrl url;<br>
>     url.setScheme("networkshareid");<br>
>     url.addQueryItem("mountpath", "/mnt/test1");<br>
>     url.addQueryItem("mountpath", "/mnt/test2");<br>
>     QByteArray urlString = url.toEncoded();<br>
>     QUrl url2 = QUrl::fromEncoded(urlString);<br>
>     qDebug() << url2.toEncoded()<br>
>              << url.toString();<br>
>     qDebug() << url2.allQueryItemValues("mountpath");<br>
> <br>
> Output<br>
> <br>
> "networkshareid:?mountpath=/mnt/test1&mountpath=/mnt/test2"<br>
> "networkshareid:?mountpath=/mnt/test1&mountpath=/mnt/test2" ("/mnt/test1",<br>
> "/mnt/test2")<br>
> <br>
> <br>
> <br>
> <br>
> <br>
> -----Original Message-----<br>
> From: Digikam-users <<a href="mailto:digikam-users-bounces@kde.org" target="_blank">digikam-users-bounces@kde.org</a>> On Behalf Of Andrew<br>
> Goodbody Sent: Wednesday, March 20, 2019 3:53 AM<br>
> To: <a href="mailto:digikam-users@kde.org" target="_blank">digikam-users@kde.org</a><br>
> Subject: Re: [digiKam-users] New to DK - questions.<br>
> <br>
> Yes there is a way to use the same db from different OSes. See<br>
> <a href="https://bugs.kde.org/show_bug.cgi?id=261277" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=261277</a> where a patch was added to let<br>
> you specify multiple paths in albumroot so each system can have its own<br>
> version at the same time. However there is STILL no UI to do this and<br>
> everyone keeps forgetting about it and it is not mentioned anywhere!<br>
> <br>
> Also IMHO a better plan would be to move the albumroot setting into the rc<br>
> file (which is local to each system), but that suggestion is simply ignored<br>
> by the developers.<br>
> <br>
> Getting this sorted properly would be a major step forward in the usability<br>
> of digikam.<br>
> <br>
> Andrew<br>
> <br>
> On 20/03/2019 03:11, Andrey Goreev wrote:<br>
> > Hello,<br>
> > <br>
> > You are correct on what digiKam DB is.<br>
> > You would need to add your images as Collections in Settings.<br>
> > I am not sure if there is way to use the same database from both linux<br>
> > and windows though because paths to images will be different.<br>
> > The only way I see is to write to sidecar files.<br>
> > But maybe someone else in this room already figured that out?<br>
> > <br>
> > Thanks,<br>
> > Andrey<br>
> > <br>
> > -----Original Message-----<br>
> > From: Digikam-users <<a href="mailto:digikam-users-bounces@kde.org" target="_blank">digikam-users-bounces@kde.org</a>> On Behalf Of<br>
> > Cleaneasy<br>
> > Sent: March 19, 2019 9:00 PM<br>
> > To: <a href="mailto:digikam-users@kde.org" target="_blank">digikam-users@kde.org</a><br>
> > Subject: [digiKam-users] New to DK - questions.<br>
> > <br>
> > Greetings!  I am really looking forward to getting more familiar with<br>
> > digiKam!<br>
> > <br>
> > I may have been too enthusiastic starting out. I read the article "Use<br>
> > digiKam with a NAS and MariaDB" and then installed the windows version<br>
> > and a linux version, and put a MariaDB on my freenas.  All went well<br>
> > after a short learning curve.  I do still have a few questions I could<br>
> > not find in past posts or the FAQ.<br>
> > <br>
> > Perhaps this is obvious, but where are the images stored?  Does the DB<br>
> > just store thumbnails, metadata and pointers to images? If so how can<br>
> > I use both linux and windows since the pointers stored in the DB will<br>
> > be different even if they point to the NAS which both machine can see,<br>
> > but with a slightly different paths?<br>
> > <br>
> > In any case I am sure it will be pretty important to update digiKam on<br>
> > each platform at the same time. Until I get this figured out I'm only<br>
> > using linux to add photos.<br>
> > <br>
> > Thanks!<br>
> > Kip<br>
<br>
<br>
<br>
<br>
</blockquote></div>