Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/c-lodder/music-player
- Owner: C-Lodder
- License: mit
- Created: 2020-04-06T05:29:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-13T09:46:58.000Z (11 months ago)
- Last Synced: 2023-12-13T10:47:33.751Z (11 months ago)
- Topics: electron, itunes, javascript, music
- Language: JavaScript
- Size: 2.28 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
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
![Application](https://i.imgur.com/9eMi003.png)
![Settings](https://i.imgur.com/qFN1kMk.png)