Add Fresh Releases playlist from ListenBrainz - #211
Open
kgrubb wants to merge 3 commits into
Open
Conversation
Pulls recent albums from artists you already listen to, expands them through MusicBrainz, and wires into the usual Explo schedule/UI path.
Keep full album tracklists while allowing the lookup window and release count to be tuned through the existing environment configuration. Document the new playlist and settings in the README and sample env files.
Album releases do not change often enough to justify a daily full-album import. Default to Wednesday 08:30 so it sits between Weekly Jams and Weekly Exploration.
LumePart
reviewed
Aug 10, 2026
|
|
||
| const ( | ||
| freshArtistCount = 100 | ||
| mbMinInterval = 1100 * time.Millisecond |
Owner
There was a problem hiding this comment.
I would change interval to 1.5 seconds minimum. During testing, I still got 503 responses from MusicBrainz. Metadata fetching had a similar issue when it was being implemented.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a
fresh-releasesscheduled playlist. Explo pulls recent albums from artists in the user's ListenBrainz history, expands each release through MusicBrainz, and imports the full tracklists through the existing download and playlist flow.Screenshot
Added
fresh-releasesplaylist type (--playlist fresh-releases)Behavior
Configuration
Set
FRESH_RELEASES_MAX_RELEASES=0to include every matching release in the configured window. Existing schedules are unchanged.