update README.md

This commit is contained in:
2024-08-14 14:27:07 +02:00
parent 8d9607dbc6
commit 070e9d158b

View File

@@ -1,6 +1,6 @@
<div id="title" align="center">
<img src="./assets/logo.png" width="300">
<h1>MusicPlayerV2</h1>
<h1>MusicPlayer</h1>
</div>
<div id="badges" align="center">
@@ -22,14 +22,14 @@
<img alt="App Version" src="https://img.shields.io/github/package-json/v/simplePCBuilding/MusicPlayerV2.svg?label=Development Version">
</div>
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 setup required when using the hosted version at [music.janishutz.com](https://music.janishutz.com)