https://bugs.kde.org/show_bug.cgi?id=468334
tagwer...@innerjoin.org changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #6 from tagwer...@innerjoin.org --- (In reply to kiwifruit from comment #5) > ... Can't really do that since the tags the files have are matching external > services. For example, I download an artwork tagged 'landscape' from, let's > say, art station, I have a program that tags the file on my machine with > that same exact tag ... You could build a tag hierarchy with "Art Station/Landscape", assuming you are not downloading the majority from one source. You *can* still search for "tags:/landscape" and Baloo and Dolphin will give you all the files tagged with "landscape", independent of parent tags. If you are doing it programatically, you've an option for change. Otherwise I think at some point you'll get the look-up failing :-( > ... Also, don't really want to sit around retagging 120K+ files ... Something of a hurdle :-/ I'm not sure what I'd do here, I'd probably start with dumping the existing tags with "getfattr -dR . > taglist", doing a set of edits and reimport with setfattr (and repeat) The reimport is an overwrite. One "heads up", be careful not to introduce tags with the same name that use different cases. Having "Birds" and "birds" (and indeed "bird"), will cause headaches. There is also an attribute, user.xdg.origin.url, here https://www.freedesktop.org/wiki/CommonExtendedAttributes/ I think, supported in some software but most often disabled by default. I'll flag as confirmed. Yes, it would be nice if this got some love :-) -- You are receiving this mail because: You are watching all bug changes.