Solved filter preset bug
#1
Try the following filter presets:
Code:
    "2010s" : [ {
      "id" : "movieDecades",
      "state" : "ACTIVE",
      "filterValue" : "[\"2010s\"]"
    } ],
    "genre" : [ {
      "id" : "movieGenre",
      "state" : "ACTIVE_NEGATIVE",
      "filterValue" : "[\"DOCUMENTARY\",\"SHORT\"]"
    } ],

Then notice if you change from "genre" preset to "2010s" preset, the negative genre selection still applies.
Looks like the bug only occurs if the previously used preset contains a negative selection.
#2
okay, this just looks like a "redraw" issue - the selection works well, just the exclusion is still drawn (just move the mouse above the checkbox and it gets redrawn the right way). I will fix that for the next version
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#3
It's fixed. Thanks!

Logout Mark Read Team Forum Stats Members Help
filter preset bug0