A music player.
Find a file
2025-06-08 13:36:04 -04:00
.helix moved react components to their own files for easier readability 2025-06-08 13:34:15 -04:00
.vscode Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
dmp-core Added the rs-ts crate and made adjustments for proper TS binding generation 2025-06-08 00:55:28 -04:00
src moved react components to their own files for easier readability 2025-06-08 13:34:15 -04:00
src-tauri Added the rs-ts crate and made adjustments for proper TS binding generation 2025-06-08 00:55:28 -04:00
.gitattributes Implement basic volume scrolling interaction 2025-02-25 03:35:16 -05:00
.gitignore Fixed a bug that causes the player to crash 2025-01-01 03:14:54 -05:00
Cargo.toml Added the rs-ts crate and made adjustments for proper TS binding generation 2025-06-08 00:55:28 -04:00
index.html Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
package-lock.json updated Vite build config to include the config menu 2025-03-23 09:18:15 -04:00
package.json updated Vite build config to include the config menu 2025-03-23 09:18:15 -04:00
README.md Implement basic volume scrolling interaction 2025-02-25 03:35:16 -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