A music player. https://dangoware.org/
  • Rust 84.8%
  • TypeScript 13.2%
  • CSS 1.8%
  • HTML 0.2%
Find a file
2026-01-31 13:46:30 -05:00
dmp-command rename Queue struct to Tracklist in order to disambiguate between the struct and field 2026-01-02 06:44:02 -05:00
dmp-core updated controller commands for new queue structure 2026-01-18 23:27:03 -05:00
src updated controller commands for new queue structure 2026-01-18 23:27:03 -05:00
src-tauri updated controller commands for new queue structure 2026-01-18 23:27:03 -05:00
.gitattributes Implement basic volume scrolling interaction 2025-02-25 03:35:16 -05:00
.gitignore Update .gitignore 2026-01-19 13:41:17 +01:00
Cargo.toml testing building a macro to ease the use of commands in the backend 2025-07-14 12:16:07 -04:00
index.html Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
LICENSE.md upload LICENSE.md 2026-01-31 13:46:30 -05:00
package-lock.json update front end deps 2026-01-18 19:36:36 -05:00
package.json updated Vite build config to include the config menu 2025-03-23 09:18:15 -04:00
README.md update README 2025-12-28 20:26:14 -05:00
tsconfig.json Turned down linting strictness for unused variables in TS 2024-12-26 16:28:43 -06:00
tsconfig.node.json Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
vite.config.ts updated Vite build config to include the config menu 2025-03-23 09:18:15 -04:00

Dango Music Player

Dango Music Player logo

Dango Music Player is an easy to use Music Player for all users to enjoy their music!

Features

🍡 Cross Platform! Play Music from Windows, Linux, or MacOS!

🍡 Play almost any music file type with FFmpeg!

🍡 m3u Playlist Imports

🍡 Discord Rich Presence support

🍡 ListenBrainz ScrobbleListens support

🍡 Display Artwork in native image viewer

🍡 Multiple Backend Support with Prismriver!

🍡 Built with Tauri and Rust🦀

Building

To build this project you'll need the prerequisites for Tauri as well as Rust, Node, and npm.

Clone the repository and install:

cd dango-music-player && npm install

Dev

cargo tauri dev

Build

cargo tauri build

This project is under construction and everything is subject to change