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)

niqbal 2010-01-08 15:20

Deleting Image Tags
 
in photos app, i can add image tags. i can edit pictures using these tags. how in the world do i delete an image tag ??

ndi 2010-01-08 21:12

Re: Deleting Image Tags
 
Same way you add tags, select tags and un-check them. Save.

Did I miss something?

niqbal 2010-01-09 05:13

Re: Deleting Image Tags
 
you are talking about editing an image tag. you can add and clear a tag but once you create a tag it appears in your image tags list. is there a way to delete it from the list.

niqbal 2010-01-09 05:23

Re: Deleting Image Tags
 
i think if someone knows where these tags are stored? i hope u get my point.

i load an album, create a tag for that particular album or certain amount of pictures. say i name it *magic show*. now i go back and delete the album.

image tags list will still have *magic show*.

question is: how can i delete tags from image tags list?

ndi 2010-01-09 23:30

Re: Deleting Image Tags
 
Drat. The don't go away, do they?

Bug 1

Some of my older tags were nowhere to be found so i assumed they go away when no longer used. Only geotags do that, tags stick. So, switching sides here, anyone know how to clean them?

Maybe we're lucky and it's not a database or something.

niqbal 2010-01-21 10:08

Re: Deleting Image Tags
 
where are linux gurus, need answers plz ..

tlex26 2010-01-21 10:26

Re: Deleting Image Tags
 
I was wondering the same thing.
Hope to find an answer soon.

MatMat 2010-01-26 02:30

Re: Deleting Image Tags
 
I want to add a geographic tag and that STAYS in the list, my country, Argentina i have to write it EVERYTIME i upload an image, because the tags made it short to Arge.
And when i upload a new photo to flickr, the tag is set to Arge, NOT Argentina. :-(
Also the tags i most use never stays in the tag list.
Someone knows where i can edit this tag list and geo tags ?
Thanks.

ndi 2010-02-11 12:19

Re: Deleting Image Tags
 
After much talk with Nokia people on Bugs it appears the inability to delete stuck tags is not a bug but a missing feature. WONTFIX.

They also ignored my repeated question about the recent and used tags location, so no clue on how to start fresh.

edit: sorry, missed it.

Code:

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

rolfok 2010-02-11 12:52

Re: Deleting Image Tags
 
Quote:

Originally Posted by niqbal (Post 460678)
i think if someone knows where these tags are stored? i hope u get my point.

i load an album, create a tag for that particular album or certain amount of pictures. say i name it *magic show*. now i go back and delete the album.

image tags list will still have *magic show*.

question is: how can i delete tags from image tags list?

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.

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:04.

vBulletin® Version 3.8.8