A music player.
https://dangoware.org/
- Rust 84.8%
- TypeScript 13.2%
- CSS 1.8%
- HTML 0.2%
| dmp-command | ||
| dmp-core | ||
| src | ||
| src-tauri | ||
| .gitattributes | ||
| .gitignore | ||
| Cargo.toml | ||
| index.html | ||
| LICENSE.md | ||
| package-lock.json | ||
| package.json | ||
| README.md | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||
Dango Music Player
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!
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