Skip to content

fix metadata backfill for playlist tracks after hasMetadata is set#195

Closed
appleflyerv3 wants to merge 1 commit intoGoogolplexed0:new-hierarchyfrom
appleflyerv3:fix1
Closed

fix metadata backfill for playlist tracks after hasMetadata is set#195
appleflyerv3 wants to merge 1 commit intoGoogolplexed0:new-hierarchyfrom
appleflyerv3:fix1

Conversation

@appleflyerv3
Copy link
Copy Markdown

playlist track objects could get hasMetadata=True as soon as the track name was set, which prevented later metadata filling from filling missing fields.

instead, allow later metadata parses, including fetch_extra_metadata, to populate fields that are still None. this fixes missing album track numbers when downloading tracks from playlists.

playlist track objects could get hasMetadata=True as soon as the track name was set, which prevented later metadata filling from filling missing fields.

instead, allow later metadata parses, including fetch_extra_metadata, to populate fields that are still None. this fixes missing album track numbers when downloading tracks from playlists.
@appleflyerv3
Copy link
Copy Markdown
Author

honestly idk why this issue was happening, it was fine in previous commits
maybe spotify refactored some metadata stuff?

@appleflyerv3
Copy link
Copy Markdown
Author

ah yes this addresses issue #193 too

Googolplexed0 added a commit that referenced this pull request Apr 2, 2026
version bump v0.16.11
@Googolplexed0
Copy link
Copy Markdown
Owner

Thank you for the fix!

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