A music player.
Find a file
2025-03-25 17:30:36 -04:00
.vscode Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
dmp-core Updated Next Song Grabber to grab songs from playlists when playing songs from playlists 2025-03-25 17:30:36 -04:00
src Updated Queue and Main View song keys to include random numbers to prevent duplicates 2025-03-24 19:29:12 -04:00
src-tauri ran cargo fmt 2025-03-23 23:40:36 -04:00
.gitattributes create .gitattributes 2025-01-01 18:02:09 -05:00
.gitignore Fixed a bug that causes the player to crash 2025-01-01 03:14:54 -05:00
Cargo.toml moved the queue back into dmp-core 2025-03-23 23:37:59 -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 Update README.md 2025-01-01 19:27:06 -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