/Apple-Music-Library-Parser

A Node.js project to parse the Library.xml file you get from Apple Music into a nice UI without messing up your existing library. (Read-only Git mirror)

Primary LanguageTypeScriptGNU General Public License v3.0GPL-3.0

Apple-Music-Library-Parser

A Node.js project to parse the Library.xml file you get from Apple Music into a nice UI without messing up your existing library.

Setup

Prerequesites

This project requires Node 16 or above. You can check what version you have installed by running node -v:

$ node -v
v16.13.1

Install Dependencies and Build

$ npm install
$ npm run build

Run!

$ npm start /path/to/Library.xml

Contributing

This project lives primarily at git.average.name. A read-only mirror also exists on GitHub. Issues or pull requests should be filed at git.average.name. You may sign in or create an account directly, or use one of several OAuth 2.0 providers.

This project is entirely open source. Do with it what you will. If you're willing to help me improve this project, consider filing an issue.

🧐 If you're feeling especially fantastic you might consider contributing to the project directly:

  • Fork this project.
  • Make your changes.
  • Submit a PR. (Forgejo will ping me for you, so no need to @ me)

I don't have all the time in the world, so PRs are especially appreciated.