Add iTunes XML exporter and Apple Music export trade matrix#1
Merged
Conversation
Generates iTunes Library plist XML from .queue.yaml for import via File → Library → Import Playlist in Music.app. CI now uploads both CSV and XML as downloadable artifacts. Trade matrix in docs/apple-music-export-options.md covers all viable export paths (XML, CSV, MusicKit JS, AppleScript, third-party) with auth burden, streaming support, effort, and recommended sequencing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…hat features primarily hardcore punk with some allowance for both influencers and influencees of that genre
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
scripts/export-itunes-xml.js— generates iTunes Library plist XML from any.queue.yaml, importable via File → Library → Import Playlist in Music.appdocs/apple-music-export-options.md— full trade matrix covering all viable Apple Music export paths (XML, CSV, MusicKit JS, AppleScript, third-party)Why
The CSV export (v0.1 MVP) was confirmed non-functional — Music.app silently ignores externally-generated CSVs. iTunes XML is the next most viable zero-auth option and is worth testing before committing to a heavier path like MusicKit JS.
Test Plan
itunes-xmlartifact from the CI run on this branch.xmldocs/apple-music-export-options.mdOpen Question
Does Music.app match Apple Music streaming tracks from externally-generated XML, or only locally-owned tracks? This PR is the test. Merge path depends on the answer.
🤖 Generated with Claude Code