package metadb
A database for storing and managing file metadata in JSON format
Install
Dune Dependency
Authors
Maintainers
Sources
v1.3.1.tar.gz
md5=c3732a371c6372d0f278b741ff86e853
sha512=78733fd0f43bc32f6a7974c517697b667701b1c1c91b6213f0b2542f3b42e557db6f580e01ba380c2980203fc89a9cb356752b807ebe6f4f648a1998aeee896a
doc/CHANGES.html
Changes
v1.3.1
- loading speed of large libraries is now linear in number of duplicates
- add error dialog when trying to open missing file
- renamed libraries are now saved on exit
- add tooltip message to list locations of duplicates
- tabs can now be reordered
- remapping missing entries now attempts to merge
v1.3.0
- major refactoring of JSON database
- library configuration is now stored in
$XDG_CONFIG_HOME/doculib
(or$HOME/.config/doculib
if the former does not exist) instead of$HOME/.doculib
- library metadata is now stored relative to each library in
/path/to/library/.metadata/
- searching for moved/renamed/duplicate files is now
O(n)
instead ofO(n^2)
, and search will span across all libraries - add "copy file name" and "copy file path" to the context menu options
- add option to remove library without removing metadata
- highlight or mark duplicate and missing entries
- can only migrate metadata from v1.2.1. Upgrade to v1.2.1 before upgrading to this version
v1.2.1
- icon is now encoded in source (no longer needs to be installed)
- reorganized new library dialog
- add about dialog
- add help dialog
- remove edit-entry dialog
v1.2.0
- add md5 hash to each file
- detect file moving/renaming within the same library
- selected files can be dragged and dropped between libraries
- allow renaming libraries
- files are no longer individually imported -> all files in library root path are automatically added to library
- cell sizes should now properly render on MacOS
v1.1.0
- add library manager to add and remove libraries