Skip to content

fix: on-repeat playlist now affected by enrich metadata setting#205

Merged
LumePart merged 1 commit into
LumePart:devfrom
dammitjeff:fix-on-repeat-enrich-metadata
Jul 18, 2026
Merged

fix: on-repeat playlist now affected by enrich metadata setting#205
LumePart merged 1 commit into
LumePart:devfrom
dammitjeff:fix-on-repeat-enrich-metadata

Conversation

@dammitjeff

Copy link
Copy Markdown
Contributor

Fixed some issues with On-repeat regarding enriching metadata.

• on-repeat was silently skipping the enrich step entirely despite being toggled on in settings. Turns out it exists QueryTracks early through getTopRecordings before ever actually reaching the block where enrichTracks gets called. So ENRICH_TRACK_METADATA never actually has an effect on that playlist.

• Added recording_mbid to TopRecordings. TopRecordings was missing recording_mbid from LB, so every track had a missing MBID, setting every songs recording_mbids= as blank and returning a 400 error, resulting in dirty rips being synced over to plex/jellyfin/navidrome.

@LumePart

Copy link
Copy Markdown
Owner

Thanks for the PR :)

@LumePart
LumePart merged commit 35465c9 into LumePart:dev Jul 18, 2026
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants