mirror of
https://github.com/janishutz/MusicPlayerV2.git
synced 2025-11-25 13:04:23 +00:00
Create README.md
This commit is contained in:
33
README.md
Normal file
33
README.md
Normal file
@@ -0,0 +1,33 @@
|
|||||||
|
<div id="title" align="center">
|
||||||
|
<img src="./assets/logo.png" width="300">
|
||||||
|
<h1>MusicPlayerV2</h1>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="badges" align="center">
|
||||||
|
<img alt="Project License" src="https://img.shields.io/github/license/simplePCBuilding/libreevent.svg">
|
||||||
|
<img alt="GitHub Repo size" src="https://img.shields.io/github/repo-size/simplePCBuilding/libreevent.svg">
|
||||||
|
<img alt="Project code lines count" src="https://img.shields.io/tokei/lines/github/simplePCBuilding/libreevent">
|
||||||
|
<img alt="GitHub Repo issues" src="https://img.shields.io/github/issues-pr-raw/simplePCBuilding/libreevent">
|
||||||
|
<img alt="Top Languages" src="https://img.shields.io/github/languages/top/simplePCBuilding/libreevent">
|
||||||
|
<img alt="GitHub Repo filecount" src="https://img.shields.io/github/directory-file-count/simplePCBuilding/libreevent.svg">
|
||||||
|
<br>
|
||||||
|
<img alt="GitHub Repo stars" src="https://img.shields.io/github/stars/simplePCBuilding/libreevent">
|
||||||
|
<img alt="GitHub watchers" src="https://img.shields.io/github/watchers/simplePCBuilding/libreevent">
|
||||||
|
<img alt="GitHub forks" src="https://img.shields.io/github/forks/simplePCBuilding/libreevent">
|
||||||
|
<img alt="GitHub commit activity" src="https://img.shields.io/github/commit-activity/m/simplePCBuilding/libreevent">
|
||||||
|
<br>
|
||||||
|
<img alt="GitHub all releases" src="https://img.shields.io/github/downloads/simplePCBuilding/libreevent/total?label=Downloads (total)">
|
||||||
|
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/downloads/simplePCBuilding/libreevent/latest/total?label=Downloads (latest)">
|
||||||
|
<img alt="Latest release" src="https://img.shields.io/github/release/simplePCBuilding/libreevent.svg">
|
||||||
|
<img alt="App Version" src="https://img.shields.io/github/package-json/v/simplePCBuilding/libreevent.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.
|
||||||
|
|
||||||
|
# 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 CSV / JSON file that contains all song information
|
||||||
|
- Modular themes (set a precreated theme in the settings page or add your own)
|
||||||
|
- Play most common music files
|
||||||
Reference in New Issue
Block a user