From 070e9d158b700d083fcbd3141bcbf10398988e0f Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Wed, 14 Aug 2024 14:27:07 +0200 Subject: [PATCH] update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1afdaed..55f5108 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@
-

MusicPlayerV2

+

MusicPlayer

@@ -22,14 +22,14 @@ App Version
-A music player, specifically created for displaying song information from a CSV or JSON file on multiple different displays that are connected -to the same network, just from the browser. +A music player, specifically created for displaying song information on multiple different displays that are connected to the same network, just from the browser. The [hosted version](https://music.janishutz.com) of this MusicPlayer, which is fully set up for you will be subscription-based and can be paid for on my [store](https://store.janishutz.com/product/com.janishutz.MusicPlayer). Not available yet though! # Features -- Electron App that runs on all major Desktop OS (Linux, MacOS & Windows) -- Show all song information over the local network on any amount of client displays -- Client displays show the playback position and all information from the metadata and CSV / JSON file that contains all song information +- Browser based App that runs on all OS (Linux, MacOS, Windows, iOS, Android, iPadOS, ...) +- Fully featured Music Player +- Show all song information over the Internet on any amount of client displays +- Client displays show the playback position and all information from song metadata fetched from the Apple Music API - Play most common music files -- Backend to allow users to connect over the internet \ No newline at end of file +- No setup required when using the hosted version at [music.janishutz.com](https://music.janishutz.com) \ No newline at end of file