mikelpint / nuclear

Desktop music player focused on streaming from free sources

Home Page:http://nuclear.gumblert.tech/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nuclear

Maintainability Test Coverage Codacy Badge Travis

An Electron-based, multiplatform music player app that streams from multiple sources

Official website

Mastodon

Twitter

What is this?

nuclear is a free music streaming program that pulls content from free sources all over the internet.

If you know mps-youtube, this is a similar music player but with a GUI. It's also focusing more on audio. Imagine Spotify which you don't have to pay for and with a bigger library.

Pre-alpha release

The current version is a pre-alpha early access. Some of it is usable, some of it isn't. If there are things that don't work as expected or are counterintuitive, please open an issue so I can prioritize working on them.

Rewritten from scratch

This version of Nuclear has been rewritten from scratch and released in version 0.4.0. The code is completely new, much more maintainable and extensible.

Features

  • Searching for and playing music from youtube (including integration with playlists), bandcamp (including albums), and soundcloud
  • Searching for related songs in youtube
  • Downloading from youtube
  • Searching for albums (powered by last.fm and musicbrainz), album view, automatic song lookup based on artist and track name (in progress, can be dodgy sometimes)
  • Song queue, which can be exported as a playlist
  • Loading saved playlists (stored in json files)
  • Scrobbling to last.fm (along with updating the 'now playing' status)
  • Newest releases with reviews - tracks and albums
  • Browsing by genre

Planned features

  • Support for local files
  • Browsing by popularity
  • Country-specific top lists
  • Listening suggestions (similar artists, albums, tracks)
  • Unlimited downloads
  • Realtime lyrics
  • Locally stored library/favourites

Community-maintained packages

Here's a list of packages maintained by third parties. We would like to thank the maintainers for their work.

We do not control these and cannot be held responsible for their contents, but if any of these appear suspicious to you, feel free to open an issue so we can reach out to the maintainers.

Package type Link Maintainer
AUR (Arch) https://aur.archlinux.org/packages/nuclear-player/ mikelpint

Screenshots

This will be updated as the program evolves.

album search

album display

artist view

dashboard

playlist view

genre view

Dev build process

To develop the project locally, you should only do:

npm install
npm run watch

This launches webpack. It watches local files for changes and rebuilds the project as needed. The project also has hot reload built in. And in another terminal window:

npm run electron

This launches a development version of the program. Tmux is very useful here so you can keep an eye on all running processes.

If you're getting a message about dbus being compiled with a different version of node when running the electron script, try the following:

npm install electron-rebuild
.node_modules/.bin/electron-rebuild

And run the script again.

Support on Beerpay

Beerpay Beerpay

About

Desktop music player focused on streaming from free sources

http://nuclear.gumblert.tech/

License:GNU Affero General Public License v3.0


Languages

Language:JavaScript 74.0%Language:CSS 17.9%Language:HTML 8.1%