implement conditional directories (#1394)

They work the same way as conditional filenames (84d2e640), e.g.

"directory": {
    "score >= 20": ["high score"],
    "score >= 5" : ["mid score"],
    ""           : ["{category}", "default"]
}
This commit is contained in:
Mike Fährmann
2021-06-20 19:44:12 +02:00
parent ee1064a2b2
commit fd00d47116
4 changed files with 76 additions and 27 deletions

View File

@@ -6,4 +6,4 @@
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.
__version__ = "1.18.0"
__version__ = "1.18.1-dev"