dango-music-player/README.md
2025-02-25 03:35:16 -05:00

43 lines
1.1 KiB
Markdown

# Dango Music Player
![Dango Music Player logo](https://github.com/Dangoware/dango-music-player/blob/main/src-tauri/icons/128x128.png?raw=true)
### 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 ~~Scrobble~~Listens support
🍡 Display Artwork in native image viewer
🍡 Multiple Backend Support with [Prismriver](https://github.com/Dangoware/prismriver)!
🍡 Built with [Tauri](https://tauri.app/) and [Rust](https://www.rust-lang.org/)🦀
## Building
To build this project you'll need the [prerequisites](https://tauri.app/start/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