Page 1 of 1

Needing some help about XnviewMP database structure

Posted: Tue Aug 18, 2020 1:47 am
by Gwenael Q.
Hello,

I would like to be able to modify the tag database of xnviewmp directly, without having to use the xnviewmp interface, still not fully mature IMHO.

In XnView.db, the "Tags" table has the following fields :

- TagID : OK
- Label : OK
- ParentID : OK
- ID : ????? very often with "0" value but not always
- Hidden : OK
- Description : OK
- Shortcut : OK

All fields but one are quite self-explanatory but I didn't manage to understand the the function of the "ID" field. Any suggestion ?

Thank you very much by advance

Re: Needing some help about XnviewMP database structure

Posted: Wed Aug 19, 2020 12:01 pm
by xnview
Gwenael Q. wrote: Tue Aug 18, 2020 1:47 am - ID : ????? very often with "0" value but not always
this filed is no more used...

Re: Needing some help about XnviewMP database structure

Posted: Fri Sep 11, 2020 7:43 pm
by Gwenael Q.
Thank you !