Kodi Community Forum
Solved filter preset bug - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Supplementary Tools for Kodi (https://forum.kodi.tv/forumdisplay.php?fid=116)
+---- Forum: TinyMediaManager (https://forum.kodi.tv/forumdisplay.php?fid=204)
+---- Thread: Solved filter preset bug (/showthread.php?tid=359699)



filter preset bug - tars - 2021-01-09

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.


RE: filter preset bug - mlaggner - 2021-01-09

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


RE: filter preset bug - tars - 2021-01-09

It's fixed. Thanks!