MyGit
🚩收到GitHub仓库的更新通知

digimezzo/dopamine

Fork: 104 Star: 1328 (更新于 2024-05-01 05:20:44)

license: GPL-3.0

Language: TypeScript .

The audio player that keeps it simple

最后发布版本: v3.0.0-preview.25 ( 2024-03-03 15:22:18)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看

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

Thank you JetBrains!

Thank you JetBrains for supporting this project!

Debugging

I recommend using JetBrains Rider or WebStorm to debug this project. The .run folder contains a debugging configuration Debug renderer that allows you to attach to the Dopamine instance that is started when running npm start. Most of the code runs in the Electron renderer. That is why only a renderer configuration is provided for now.

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 16
  • Install your IDE of choice (Rider, WebStorm, 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 16:
    • yay -S nvm
    • nvm install 16
  • Install your IDE of choice (Rider, WebStorm, Visual Studio Code, ...)
  • 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 16 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.
  • Install your IDE of choice (Rider, WebStorm, Visual Studio Code, ...)
  • Download the Dopamine source code
  • Open the "dopamine" folder (the folder containing package.json) in your IDE

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

Build prerequisites on MacOS:

  • Install Node.js 16 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.
  • Install your IDE of choice (Rider, WebStorm, Visual Studio Code, ...)
  • Download the Dopamine source code
  • Open the "dopamine" folder (the folder containing package.json) in your IDE

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

最近版本更新:(数据更新于 2024-05-08 22:52:17)

2024-03-03 15:22:18 v3.0.0-preview.25

2024-02-24 15:11:30 v3.0.0-preview.24

2024-01-02 07:10:59 v3.0.0-preview.23

2023-12-29 18:39:16 v3.0.0-preview.22

2023-11-10 04:58:36 v3.0.0-preview21

2023-09-18 00:11:39 v3.0.0-preview20

2023-01-01 16:56:05 v3.0.0-preview19

2022-11-14 04:19:43 v3.0.0-preview18

2022-11-03 05:47:35 v3.0.0-preview17

2022-10-07 12:54:21 v3.0.0-preview16

主题(topics):

electron, linux, mac, music, music-player, windows

digimezzo/dopamine同语言 TypeScript最近更新仓库

2024-05-17 19:26:25 siyuan-note/siyuan

2024-05-17 15:48:20 dream-num/univer

2024-05-17 13:55:38 NetEase/tango

2024-05-17 12:27:45 illacloud/illa-builder

2024-05-17 06:02:50 TanStack/router

2024-05-17 01:02:48 withastro/astro