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.
-
Install the application
-
Import your iTunes library via the application settings
Install dependencies:
npm ci
Compile CSS:
npm run postcss
Run the application:
npm run start
Build application:
npm run build