Kodi Community Forum

Full Version: smart playlist lastplayed/inthelast and end-of-month dates
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello - i think i found a little bug with smart playlists that leverage lastplayed/inthelast rules and end-of-month dates.  i'd set up a playlist with the example usage from the wiki:
xml:
    <rule field="lastplayed" operator="notinthelast">
        <value>3 months</value>
    </rule>

most of my media had a lastplayed date of 29 november 2017 (when i set up the kodi and imported libraries) and this combination seems to have an unanticipated result.  i'd expected that, at the latest, on 1 march the smart playlist would start populating with the majority of the content.  it did not.  when changed to "90 days" or "2 months" they worked as expected.

my hunch is that since there wasn't a 29 february 2018, the "3 months" logic didn't work properly in this edge case.  can anyone corroborate this issue?  should it be logged in the bugtracker?

tia...