From e9a43a7bb9c10bfd1a1a7cd396f0b34b6e7fcc38 Mon Sep 17 00:00:00 2001 From: simplePCBuilding <98422316+simplePCBuilding@users.noreply.github.com> Date: Wed, 2 Nov 2022 13:31:33 +0100 Subject: [PATCH] Update README.md --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5785ddc..3ab512e 100755 --- a/README.md +++ b/README.md @@ -13,14 +13,13 @@ Yet another Music Player but with one twist. It displays the Playlist beautifull - Show the playing song on a special screen that also displays the upcoming songs - Add a file (songlist.csv) into the folder containing the songs, that has the following layout: Songname, Artist, Dance/Music-Style, Tempo - Multiple Keyboard-Shortcuts are available: Spacebar = Play/Pause; Escape = go back; S = Switch to showcase-screen; Left-arrow-key = previous song; Up-Arrow-Key = Rewind; Right-arrow-key = Next song; F = Fullscreen -- CURRENTLY BROKEN: Password protected and fully locked down full-screen mode (togglable from settings.ini file, soon from settings screen) - Planned: App theming -- Planned: Secondary display app that can run on a different PC in the same network +- Secondary display app that can run on a different PC in the same network ## Installation: *You may download the compiled version from "releases" and follow the instructions in the "releases" section (WINDOWS ONLY)* - You will need to install the following dependencies: kivy[full], kivymd, pygame. Additionally, you'll need to install xclip using your distro's package manager. -- Kivy may actually also (if you are on a distro that uses apt) be installed by cloning an apt repository as follows (adapted from kivy documentation), as pip will most likely fail: 'sudo add-apt-repository ppa:kivy-team/kivy', then running 'sudo apt-get update' and then 'sudo apt-get install python3-kivy' +- Kivy may actually also (if you are on ubuntu or derivative) be installed by cloning an apt repository as follows (adapted from kivy documentation), as the version on pip is inferior to the apt version and leads to breakage: 'sudo add-apt-repository ppa:kivy-team/kivy', then running 'sudo apt-get update' and then 'sudo apt-get install python3-kivy' ## Roadmap **V2.0**