Giter Site home page Giter Site logo

canadianbaconboi / dopamine Goto Github PK

View Code? Open in Web Editor NEW

This project forked from digimezzo/dopamine

0.0 1.0 0.0 3.45 MB

The audio player that keeps it simple

License: GNU General Public License v3.0

TypeScript 90.10% JavaScript 0.44% HTML 4.66% Shell 0.33% SCSS 4.48%

dopamine's Introduction

Dopamine

Dopamine

Dopamine is an 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 Issues Donate

Buy Me a Coffee at ko-fi.com

About this repository

IMPORTANT: the code in this repository is the base for Dopamine 3. It is still work in progress and building it, does NOT provide you with a functional audio player. If you want a functional audio player, try Dopamine 2 instead. The source code of Dopamine 2 can be found here.

Build prerequisites for GNU/Linux

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

To install the prerequisites on Ubuntu:

sudo apt install wine rpm libarchive-tools

Build prerequisites for Windows

Open a PowerShell prompt as Administrator and run this command to instal the Windows build tools:

npm install --global --production windows-build-tools --vs2015

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. For mac, you're on your own. I have no means to test it out.

$ git clone https://github.com/digimezzo/dopamine.git
$ cd dopamine
$ npm install                # Install dependencies
$ npm run rebuild-sqlite     # Rebuild better-sqlite3 for the version of node.js which is used by Electron
$ 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 contains a dependency to package libappindicator-sharp, which is no longer distributed with Arch Linux. I cannot remove this dependency for now, because it is an issue in electron-builder (the packaging tool which is used in this project). It is, however, possible to install Knowte on Arch Linux or Manjaro using this command (replace x.y.z with the correct version number):

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

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.