https://github.com/c-lodder/music-player
Personal project
https://github.com/c-lodder/music-player
electron itunes javascript music
Last synced: 10 months ago
JSON representation
Personal project
- Host: GitHub
- URL: https://github.com/c-lodder/music-player
- Owner: C-Lodder
- License: mit
- Created: 2020-04-06T05:29:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-08-05T06:12:54.000Z (10 months ago)
- Last Synced: 2025-08-05T08:28:49.533Z (10 months ago)
- Topics: electron, itunes, javascript, music
- Language: JavaScript
- Size: 2.66 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Music Player
This is an alternative to iTunes.
The application will parse your iTunes XML library, displays all your playlists/songs, and allows you to play them.
## Usage
1. Install the application
2. Import your iTunes library via the application settings
## Development
**Install dependencies:**
```bash
npm ci
```
**Compile CSS:**
```bash
npm run postcss
```
**Run the application:**
```bash
npm run start
```
**Build application:**
```bash
npm run build
```
## Screenshots

