>>14327
>>14330
>>14337
Thanks lads, keep on pushing.
>>14340
Thanks. I grew up in the UK, where you use s or c depending on if it is a verb or a noun, like advise/advice. I get mixed up a lot myself, so I'll just change it to the US spelling to be clear.
>>14342
>>14343
In the past two weeks, I have updated the downloader system to do much more flexible string processing. This new stuff can go nuts, doing filtering and converting and splitting in different orders. My next step is to copy that ability to the existing filename tag parsing panel, which is all specific old hardcoded solutions. If you like the regex, I hope soon to really improve it, and I'll appreciate your feedback when it happens. I want to keep the simple 'just tag the filename m8' workflow but also let users do some neat regex stuff if they want.
I hadn't considered this tech for exporting tag filenames, but it may make sense. The current export filename 'phrase' system is another hardcoded thing, and I like some of it and dislike other bits. I don't think you can export actual namespaces unless you do something weird like:
creator;[creator] - {file_id}
But that only works if you have one creator tag, to get 'creator;whatever - 123456.jpg', otherwise you'll get I think 'creator;whatever, other - 123456.jpg'.
I was going to update the 'phrase' to the 'tag summary generator' tech youPost too long. Click here to view the full text.