Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Rel date) tracks added since - picking up songs older than expected (out of range) #23

Open
HumzahJavid opened this issue Mar 13, 2021 · 0 comments

Comments

@HumzahJavid
Copy link

HumzahJavid commented Mar 13, 2021

Making Playlists (Rel date) "Include only tracks added since" was detecting and outputting songs that were older than I wanted. A playlist with songs added 21 hours ago were detected with a "tracks added since" filter of 15hours 34 mins ~4.5 hours out (I used minor adjustments to pin down the filter to a time of 1 minute)

Test playlist

Using a playlist, the aim was to restrict to songs added in the past 24 hours-

  • 1 songs: 16 hours ago
  • 1 song: 17 hours ago
  • 52 songs: 1 day ago
  • the rest: x days ago (or dates)

Expectation: only 2 songs should be captured when using "since: 24 hours"

Test result

I tested various inputs for "tracks added since" (inclusive hour ranges used for brevity)

"tracks added since" input Songs detected
0 to 11 hours 0 songs
12 hours 1 song (16 hours ago)
13 hours to 20 hours 2 songs (16, 17 hours ago)
21 hours 54 songs*
22 hours+ 54 songs (+ once hit 1 day it was as expected)

* songs start falling out of range of the filter all 54 were originally detected in 21 hours

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant