How to remove wrong tags and Geo Locations? #1340
-
|
I don't know if anyone can help me here. But I'll give it a try. I assume this problem dates back to when I had Recognize active. I have currently deactivated the app. The problem is that there are incorrect tag assignments and geo locations for actual images. I would like to get rid of these. I found the tags in the database under oc_systemtag_object_mapping. I could delete them with truncate and the corresponding condition. However, the same photos also have a geo location that is displayed when I click on the image details. The linked file has EXIF data, but no geo location. I can also see the correct EXIF data under oc_memories. There are no geo coordinates there either. The link is probably established via oc_memories_places. However, I do not know which ID from this table leads to the respective real name. I do not know why the tags and geo locations are completely wrong. Perhaps the objectid/fileid was different before. I re-imported the files at some point later. How does oc_memories_places link the respective ID (especially which one) to the real name of the location? In which table is this located? Would reactivating Recognize fix or reset the tags and geo locations that were once set incorrectly? If not, how can I reset the assignment? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hi @Offerel I would first try: |
Beta Was this translation helpful? Give feedback.
Hi @Offerel
I can only speak for the recognize tags. You can get rid of those old tags using an occ command:
I would first try:
occ recognize:remove-legacy-tagsand if that doesn't help try
occ recognize:reset-tags