/rr-player

Electron based JS audio player

Primary LanguageHTMLGNU General Public License v3.0GPL-3.0

rr-player

Audio player based on Electron

Features:

  • Random track playing from a preset folder (shuffle)
  • Favorites

Will feature:

  • Playlists
  • Music library explorer
  • Visualizer
  • Song and author info from Wikipedia and other sources

Player screenshot

PHP script version

The old abandoned version can be found here

Windows binaries

Built Windows binaries are coming soon...

Configuration

base_folder in conf.json currently has to be set to an existing folder for the app to work

To Use

# Clone this repository
git clone https://github.com/tposcic/rr-player.git
# Go into the repository
cd rr-player
# Install dependencies
npm install
# Run the app
npm start
## You can build the app for windows (requires electron-packager npm package)
electron-packager .