zeitgeist team mailing list archive
-
zeitgeist team
-
Mailing list archive
-
Message #00064
[Bug 404915] Re: Add API method to change annotations of an item
Added task for zeitgeist-filesystem as this project is waiting for this
bug to be fixed.
** Also affects: zeitgeist-filesystem
Importance: Undecided
Status: New
--
Add API method to change annotations of an item
https://bugs.launchpad.net/bugs/404915
You received this bug notification because you are a member of
Zeitgeist-Engine, which is the registrant for Zeitgeist Engine.
Status in Zeitgeist Engine: New
Status in FUSE filesystem for zeitgeist: New
Bug description:
It would be nice to have a method in the DBus API to change the annotations (tags/bookmarked) of an item. The item should be identified by its URI. Something like this
ChangeAnnotation("file:///boo/bar/test.dat", {"tags": ["one", "two"], "bookmarked": False})
The 2nd argument must at least contain one item.
References