<div dir="ltr"><span class="im" style="font-family:arial,sans-serif;font-size:13px">> If someone would implement this, one would<br>> have to think about how to handle multiple tags. A list of all tags would have<br>> to be created and the user would have to be able to maintain it in a<br>> convenient way, without a drawback for the "single tag" users.<br></span><span style="font-family:arial,sans-serif;font-size:13px">Ok, I actually have an idea about this so let me run it by you guys</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">before I try it: Currently(at least in the version I'm using),</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">there are two menus.</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">First:</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Associate with <some tag></span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Associate with [menu of tags]</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Remove Area</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Second:</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Remove tag <some tag></span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Remove Area</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">My proposal would theoretically make a menu like this:</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Associate with <some tag></span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Associate with [menu of tags]  --This would add a tag on top of what's there.</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Remove tag [menu of tags] --This would show added tags</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Remove all --This lets single-tag users keep removing with 1 click, and benefits multi-tag users</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">Remove Area</span><br style="font-family:arial,sans-serif;font-size:13px"><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">If you think this would work, I can probably implement it myself.</span><br style="font-family:arial,sans-serif;font-size:13px"><span class="im" style="font-family:arial,sans-serif;font-size:13px"><br>> What do you do with the areas so that you need more than one tag?<br></span><span style="font-family:arial,sans-serif;font-size:13px">It might seem a bit silly, but I like getting extremely specific with</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">tagging. I tend to add a lot of arbitrary data about the people who are</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">tagged, so being able to define which subject these tags relate to would</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">be helpful for sorting through stuff later. I realize it's a pretty rare</span><br style="font-family:arial,sans-serif;font-size:13px"><span style="font-family:arial,sans-serif;font-size:13px">use-case, but I'm sure I can't be the only one out there who does this.</span><br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Oct 5, 2014 at 1:17 PM, Tobias Leupold <span dir="ltr"><<a href="mailto:tobias.leupold@web.de" target="_blank">tobias.leupold@web.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Hugues(?),<br>
<span class=""><br>
> Is there any simple way to add multiple tags to one area?<br>
</span>No, this is currently not possible. One tag per area.<br>
<span class=""><br>
> If not, is there anything serious preventing this feature from being<br>
> implemented?<br>
</span>Well, probably, one could implement this somehow. But the intention behind the<br>
positionable tags was to be able to tag faces (on current git master, we<br>
already have face detection and face recognition). Tagging faces, we don't<br>
need multiple tags per area but only one. With this in mind, we did the<br>
implementation.<br>
<br>
The way the data is stored in the database is the following:<br>
<br>
        <option name="People"><br>
                <value value="Someone" area="1713 817 164 164"/><br>
        </option><br>
<br>
so probably, other tags could "simply" reference the same area and thus be<br>
added as tags to the same area. If someone would implement this, one would<br>
have to think about how to handle multiple tags. A list of all tags would have<br>
to be created and the user would have to be able to maintain it in a<br>
convenient way, without a drawback for the "single tag" users.<br>
<br>
(Without elaborating this idea completely) I think this is anything but<br>
trivial to do ...<br>
<br>
What do you do with the areas so that you need more than one tag?<br>
<br>
Tobias<br>
_______________________________________________<br>
KPhotoAlbum mailing list<br>
<a href="mailto:KPhotoAlbum@mail.kdab.com">KPhotoAlbum@mail.kdab.com</a><br>
<a href="https://mail.kdab.com/mailman/listinfo/kphotoalbum" target="_blank">https://mail.kdab.com/mailman/listinfo/kphotoalbum</a><br>
</blockquote></div><br></div>