A music player.
Find a file
2025-03-19 11:03:05 -04:00
.vscode Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
dmp-core Added last.fm scrobbling support andsupport for authentication via username & password 2025-03-19 11:03:05 -04:00
kushi-queue ran cargo fmt 2025-01-01 04:51:24 -05:00
src Fixed a bug that causes the player to crash 2025-01-01 03:14:54 -05:00
src-tauri Updated version and binary name 2025-01-01 18:38:34 -05: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 Added kushi-queue to workspace 2024-12-14 22:53:48 -05:00
index.html Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05:00
package-lock.json Grabbing songs from the backend almost works + other minor changes 2024-12-08 14:08:30 -05:00
package.json Grabbing songs from the backend almost works + other minor changes 2024-12-08 14:08:30 -05: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 Created new repo. Inital Commit🍡 2024-12-07 15:43:46 -05: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