We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Singles like this one: https://open.spotify.com/album/4BdPaP1jstPSPn86T00lNF?si=RHBmQn9-SQiFi_zx4ieIag (more than 19 minutes of duration) could be on the Release radar (no singles) playlist. They are long enough to be listened like an album.
So, instead of checking for type == album, just accumulate the duration of the tracks until you reach a minimum duration (configurable).
type == album
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Singles like this one: https://open.spotify.com/album/4BdPaP1jstPSPn86T00lNF?si=RHBmQn9-SQiFi_zx4ieIag (more than 19 minutes of duration) could be on the Release radar (no singles) playlist. They are long enough to be listened like an album.
So, instead of checking for
type == album
, just accumulate the duration of the tracks until you reach a minimum duration (configurable).The text was updated successfully, but these errors were encountered: