https://bugs.kde.org/show_bug.cgi?id=384820

Nurullin Rustem <nrv9...@yandex.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nrv9...@yandex.ru

--- Comment #1 from Nurullin Rustem <nrv9...@yandex.ru> ---
I also get this bug.. unrealised functionality.
If you add collection from one machine, and add that collection (with such
name) from another, digikam understand this as 2 different collection and scan
twice (also metadata will not synchronize if it not stored in EXIF).

Looking at db structure, I see that collections identifier is full path, that
different on Windows and Linux, it can be different on two Windows machines.
But presents column "specificPath".

I do next thing:

MariaDB [digikam]> select * from AlbumRoots;
+----+-------+--------+------+------------------------------------+-----------------------------------------------------------+
| id | label | status | type | identifier                         |
specificPath                                              |
+----+-------+--------+------+------------------------------------+-----------------------------------------------------------+
|  8 | disc  |      0 |    3 | networkshareid:?mountpath=Pictures |
//bananapi/disc/                                          |
|  9 | disc  |      0 |    3 | networkshareid:?mountpath=Pictures |
/run/user/1000/gvfs/smb-share:server=bananapi,share=disc/ |
+----+-------+--------+------+------------------------------------+---------------------------------------------------

So identifiers are same. I hoped, that digikam will concat it (specificPath +
mountpath). It didn't. It not see my collection.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to