Batch Tagging
Posted: 16 Aug 2023 09:47
Today I needed the name of each file in its comment, but not being a regular scripter I struggled a bit with an elegant solution. So I added something to make it easier. The new <item...> variables are resolved on a per-item basis as the batch is processed. So a one-liner like this can go a long way:
Result:
Interesting, or can it be done already now?
Code: Select all
tag "Size of <itemname>: <itemprop #1>, <itemprop #hash.md5 n>", , 2; //set each selected item's comment to its name and size and MD5 hash