Update README.md

Added some explanation to what is gonna change and how
This commit is contained in:
simplePCBuilding
2022-10-24 14:23:03 +02:00
committed by GitHub
parent 62a3eb6caf
commit 16995f6693

View File

@@ -1,3 +1,14 @@
# Development branch!
This is the branch that sees updates until V2.0 is considered stable, at which point it will be merged into master again. Note that there might be program-breaking bugs in this branch, so I do not encourage you to use this branch, unless you want to contribute. I personally upload unfinished code quite often, as such certain features might not work properly yet, as I work from two different PCs and I need to transfer the files between the two.
## What's happening right now?
I will remove need to restructure the whole app, which will lead to lots of chaos and may introduce some new bugs. Additionally, I will add a secondary app that runs on either your local system or another one. This system will run a webserver that gets the latest updates from the main software through PUSH request (Push instead of Poll principle). This means that the main app will inform the screen, when there were changes. This is to improve resource usage on both systems. The secondary display then is also being entirely controlled by the main app, so you can remotely lock it down and unlock it again. You can also change the settings on the fly and tweak the layout to your liking. This customisation will for the time being only be added to the secondary app.
The main app's workflow will not change much. The only change will be an option on the showcase screen to connect to a remote display. There you'll need to type that machine's IP address, which will be displayed by the display app.
# MusicPlayer # MusicPlayer
Yet another Music Player but with one twist. It displays the Playlist beautifully on a second display. Yet another Music Player but with one twist. It displays the Playlist beautifully on a second display.