Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/c-lodder/music-player

Personal project
https://github.com/c-lodder/music-player

electron itunes javascript music

Last synced: 25 days ago
JSON representation

Personal project

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

![Application](https://i.imgur.com/9eMi003.png)

![Settings](https://i.imgur.com/qFN1kMk.png)