maemo.org - Talk

maemo.org - Talk (https://talk.maemo.org/index.php)
-   Multimedia (https://talk.maemo.org/forumdisplay.php?f=32)
-   -   Deleting Image Tags (https://talk.maemo.org/showthread.php?t=39724)

Rob1n 2010-02-11 13:01

Re: Deleting Image Tags
 
Quote:

Originally Posted by rolfok (Post 521090)
The tags are stored inside the file. This is much better than using a database.

On windows I use IrfanView to open the images: Press i to view the info. GPS information is stored in EXIF data. Tags (keywords) and comments are stored in the IPTC data.

The tags on the images are stored inside the files, yes, but the list of available tags isn't. See ndi's post for details on its location, and how to reset it (you could also use gconftool with --get to retrieve the current values, then --set to upload an edited list).

niqbal 2010-02-11 13:42

Re: Deleting Image Tags
 
Quote:


edit: sorry, missed it.

Code:

gconftool --set --type list --list-type=string  /apps/osso/image-viewer/recent_tags '[]'

/apps doesnt exist in mine, are u sure abt this ?

Rob1n 2010-02-11 13:59

Re: Deleting Image Tags
 
Quote:

Originally Posted by niqbal (Post 521139)
/apps doesnt exist in mine, are u sure abt this ?

Really? What's the output of "gconftool --all-dirs /" then?

niqbal 2010-02-11 14:15

Re: Deleting Image Tags
 
got it, thanks. i shouldve tried the command. Now how come gconftool shows it but $ /apps doesnt exist. Can u explain for my understanding where is it stored? thanks in advance

brilliant from ndi, it resets image tags list. Doesnt necessarily answer but something is better than nothing

Rob1n 2010-02-11 14:24

Re: Deleting Image Tags
 
Quote:

Originally Posted by niqbal (Post 521186)
got it, thanks. i shouldve tried the command. Now how come gconftool shows it but $ /apps doesnt exist. Can u explain for my understanding where is it stored? thanks in advance

brilliant from ndi, it resets image tags list. Doesnt necessarily answer but something is better than nothing

gconftool isn't looking at the file system, it's reading/writing configuration data in an XML file (not entirely sure where the XML file lives though). The /apps/... path refers to the nesting of tags within the XML file.

If you want to edit the tags, you should be able to use "gconftool --get /apps/osso/image-viewer/recent_tags" to retrieve the current list, then put the modified version between the "[]" in the --set command. I've not tried this myself though, as I don't have any tags on my photos.

niqbal 2010-02-11 14:42

Re: Deleting Image Tags
 
thanks, much appreciated. It does work i was able to change values too


All times are GMT. The time now is 04:00.

vBulletin® Version 3.8.8