Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/averagehelper/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)
https://github.com/averagehelper/apple-music-library-parser
mirror
Last synced: about 6 hours ago
JSON representation
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)
- Host: GitHub
- URL: https://github.com/averagehelper/apple-music-library-parser
- Owner: AverageHelper
- License: gpl-3.0
- Created: 2022-01-10T19:53:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-19T16:47:29.000Z (10 months ago)
- Last Synced: 2024-05-30T02:17:36.268Z (5 months ago)
- Topics: mirror
- Language: TypeScript
- Homepage: https://git.average.name/AverageHelper/Apple-Music-Library-Parser
- Size: 37.1 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:
```sh
$ node -v
v16.13.1
```### Install Dependencies and Build
```sh
$ npm install
$ npm run build
```### Run!
```sh
$ npm start /path/to/Library.xml
```## Contributing
This project lives primarily at [git.average.name](https://git.average.name/AverageHelper/Apple-Music-Library-Parser). A read-only mirror also exists on [GitHub](https://github.com/AverageHelper/Apple-Music-Library-Parser). Issues or pull requests should be filed at [git.average.name](https://git.average.name/AverageHelper/Apple-Music-Library-Parser). 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](https://git.average.name/AverageHelper/Apple-Music-Library-Parser/issues/new/choose).
🧐 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.