Skip to content

Fix playlist proxy to use flowsheet table instead of deleted album_metadata#306

Closed
jakebromberg wants to merge 1 commit intomainfrom
fix/playlist-proxy-inline-metadata
Closed

Fix playlist proxy to use flowsheet table instead of deleted album_metadata#306
jakebromberg wants to merge 1 commit intomainfrom
fix/playlist-proxy-inline-metadata

Conversation

@jakebromberg
Copy link
Copy Markdown
Member

Summary

  • Rewrite playlist proxy enrichment to query the flowsheet table's inline artwork_url instead of the deleted album_metadata table
  • Uses the same normalized key-based matching pattern but queries flowsheet directly
  • Required because Inline flowsheet metadata, remove cache tables #305 removes the album_metadata table

Depends on #305 (must merge first).

Test plan

Replace album_metadata table lookups with flowsheet table queries for artwork enrichment. The album_metadata table is being removed in #305; the flowsheet table now has artwork_url inline. Uses the same normalized key-based matching pattern but queries flowsheet directly.
@jakebromberg
Copy link
Copy Markdown
Member Author

Changes folded into #305 — the playlist proxy rewrite needs to ship with the metadata table removal to avoid breaking the build.

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.

1 participant