mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 18:36:07 +00:00
Updated app to work with deemix 1.1.10
This commit is contained in:
parent
b052f58572
commit
3d78431cee
|
@ -14,12 +14,6 @@ Need help on how to implement this using flask and flask-socketio.
|
|||
### Add search history
|
||||
Maybe custom code to add it, or maybe just the autocomplete HTML5 thing.
|
||||
|
||||
### More options to save the cover files
|
||||
Add option to select what format the cover gets saved where.
|
||||
- Separate the png option for Local and Embedded artwork
|
||||
- Maybe force JPG for Embedded and add option only for Local
|
||||
- Local option save jpg, png or both
|
||||
|
||||
# Approved Features
|
||||
### Custom HTML right click menu
|
||||
Currently pywebview disabled rightclicking on their webviews so an HTML custom menu needs to be developed to fix this issue.<br>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
deemix>=1.1.2
|
||||
deemix>=1.1.10
|
||||
flask
|
||||
flask-socketio
|
||||
pywebview>=3.3.1
|
||||
|
|
2
webui
2
webui
|
@ -1 +1 @@
|
|||
Subproject commit 86824c846a79f2b3cbef378023992e672a7b93c7
|
||||
Subproject commit dc95150d7f1b899a9e6d2f77277db404ae40b6ac
|
Loading…
Reference in a new issue