From 22b16fc7b889227bf8c15eeb95490f89a1bf782d Mon Sep 17 00:00:00 2001 From: MrDulfin <74484768+MrDulfin@users.noreply.github.com> Date: Wed, 1 Jan 2025 19:20:25 -0500 Subject: [PATCH] Update README.md --- README.md | 41 +++++++++++++++++++++++++++++++++++++++-- 1 file changed, 39 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6d8adbd..778e632 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,43 @@ # Dango Music Player -### Dango Music Player is an easy to use Music Player for all types of users to enjoy their music! +### Dango Music Player is an easy to use Music Player for all users to enjoy their music! -This project is under construction and everything is subject to change \ No newline at end of file +## 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