From af5e24b80eb50d23d5fa15b77af26816356324c4 Mon Sep 17 00:00:00 2001 From: angel Date: Wed, 6 Aug 2025 02:15:29 +0000 Subject: [PATCH] style: update README formatting and improve content clarity --- README.md | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8479671..073694c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,13 @@ -

- Mice Logo - Mice | Navidrome Client +

+ Mice Logo

- -# +

Mice | Navidrome Client

> Project based on [shadcn/ui](https://github.com/shadcn-ui/ui)'s music template. - + -This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://nextjs.org/) and [shadcn/ui](https://ui.shadcn.com/). It creates a beautiful, responsive music streaming web application that connects to your Navidrome server, and fully able to self-host. +This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://nextjs.org/) and [shadcn/ui](https://ui.shadcn.com/). It creates a beautiful, responsive music streaming web application that connects to your Navidrome server, and fully able to self-host using docker! ## Features @@ -20,7 +18,8 @@ This is a "Modern" Navidrome (or Subsonic) client built with [Next.js](https://n - **Search** - Find music across your entire library - **Audio Player** with queue management - **Scrobbling** - Track your listening history - +- **Playlist Management** - Create and manage playlists +- **Caching** - Cache/Offline save your server ### Preview ![preview](https://github.com/sillyangel/mice/blob/main/public/home-preview.png?raw=true) @@ -117,7 +116,7 @@ docker run -p 3000:3000 \ sillyangel/mice:latest ``` -📖 **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./DOCKER.md)** + **For detailed Docker configuration, environment variables, troubleshooting, and advanced setups, see [DOCKER.md](./DOCKER.md)** ## Tech Stack