Update README.md
This commit is contained in:
31
README.md
31
README.md
@@ -1,17 +1,13 @@
|
|||||||
# 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.
|
||||||
|
|
||||||
|
## What's new in Version 2.0
|
||||||
|
- Webserver that allows you to connect multiple display clients off of it
|
||||||
|
- Exclusive fullscreen on remote display
|
||||||
|
- smoothed out progressbar
|
||||||
|
- Optimised player so it uses less CPU resources
|
||||||
|
|
||||||
|
|
||||||
## FEATURES
|
## FEATURES
|
||||||
- Play back music
|
- Play back music
|
||||||
- Show the playing song on a special screen that also displays the upcoming songs
|
- Show the playing song on a special screen that also displays the upcoming songs
|
||||||
@@ -30,12 +26,7 @@ Yet another Music Player but with one twist. It displays the Playlist beautifull
|
|||||||
**V2.0**
|
**V2.0**
|
||||||
*UPCOMING VERSION IN DEVELOPMENT RIGHT NOW*
|
*UPCOMING VERSION IN DEVELOPMENT RIGHT NOW*
|
||||||
|
|
||||||
- Locked down mode only available when running second app --> Therefore multi-display support / even multi-PC-Support
|
- Locked down mode only available when running second app --> Therefore multi-display support / even multi-PC-Support -- done
|
||||||
- Display app can now run on additional PC
|
- Display app can now run on additional PC -- done
|
||||||
- Settings page
|
- Backend optimisations to reduce CPU loads -- done
|
||||||
- Backend optimisations to reduce CPU loads
|
- UI Styling -- under development for remote app only
|
||||||
- Changing to Pushing instead of polling UI updating
|
|
||||||
- UI Styling.
|
|
||||||
|
|
||||||
POSSIBLE UPDATES:
|
|
||||||
- Migrate to PyQt5 for Main interface, stay on Kivy for display, as it offers more styling flexibility
|
|
||||||
|
|||||||
Reference in New Issue
Block a user