Giter VIP home page Giter VIP logo

dopamine's Introduction

Dopamine

Dopamine

Dopamine is an elegant audio player which tries to make organizing and listening to music as simple and pretty as possible. This version is written using Electron, Angular and Typescript. The original Dopamine (for Windows), which is written in WPF and C#, remains available here.

Dopamine icons created by Sharlee.

Release GitHub Workflow Status Issues Donate

Buy Me a Coffee at ko-fi.com

Dopaminescreenshot

Build prerequisites

  • rpm: required to build rpm package
  • libarchive-tools: contains bsdtar, which is required to build pacman package.

Build prerequisites on Ubuntu:

  • Install Node.js LTS
  • Install Visual Studio Code
  • Install rpm (required to build rpm package) and libarchive-tools (contains bsdtar, which is required to build pacman package): sudo apt install rpm libarchive-tools

Follow the build instructions below to start or build Dopamine for your platform.

Build prerequisites on Manjaro:

  • Install Node.js LTS:
    • yay -S nvm
    • nvm install 14
  • Install Visual Studio Code: yay -S visual-studio-code-bin
  • Install rpm (required to build rpm package): sudo pacman -S rpm-tools

Follow the build instructions below to start or build Dopamine for your platform.

Build prerequisites on Windows:

  • Download and install Node.js LTS from https://nodejs.org (During the installation, select all features and check the box to install Tools for Native Modules).
  • After the installation of Node.js, restart computer to ensure that npm is added to the path.
  • Download and install Visual Studio Code from https://code.visualstudio.com/
  • Download the Dopamine source code
  • Open Visual Studio Code and open the "dopamine" folder (the folder containing package.json)

Follow the build instructions below to start or build Dopamine for your platform.

Build prerequisites on MacOS:

  • Install Node.js LTS from https://nodejs.org (During the installation, select all features and check the box to install Tools for Native Modules).
  • Make sure npm is accessible via the console
    • Press command + space and search for console
    • Write npm --v and press enter, this should give you the version number if npm is properly installed.
  • Download and install Visual Studio Code from https://code.visualstudio.com/
  • Download the Dopamine source code
  • Open Visual Studio Code and open the "dopamine" folder (the folder containing package.json)

Build instructions

Due to the native dependency better-sqlite3, this project cannot be built for all platforms on GNU/Linux. The GNU/Linux packages must be built on GNU/Linux, the Windows package must be built on Windows and the MacOS package must be built on MacOS.

$ git clone https://github.com/digimezzo/dopamine.git
$ cd dopamine
$ npm install                # Install dependencies
$ npm start                  # Start Dopamine
$ npm run electron:windows   # Build for Windows
$ npm run electron:linux     # Build for Linux
$ npm run electron:mac       # Build for Mac

Pacman installation notes

The pacman package can be installed using this command (replace x.y.z with the correct version number):

$ sudo pacman -U Dopamine-x.y.z.pacman

If you're getting an error concerning a missing package libappindicator-sharp, use this command to perform the installation instead (replace x.y.z with the correct version number):

$ sudo pacman -U Dopamine-x.y.z.pacman --assume-installed libappindicator-sharp

dopamine's People

Contributors

digimezzo avatar adem4ik avatar ghsantos avatar tragiclifehu avatar dragomano avatar mastoduy avatar wcxu21 avatar zjns avatar tocotronaut avatar jessicajeanne avatar anotherus3r avatar malwarepad avatar mulverinex avatar chaeya avatar take-i avatar guanran928 avatar fjuro avatar cyaxxx avatar bodoth avatar 5zhou avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.