LEGACY
Find a file
2020-07-27 23:41:01 +02:00
webui@013639fc3f [webui] Fixed toast dismiss issue 2020-07-27 23:41:01 +02:00
.gitignore Merge branch 'master' of https://notabug.org/RemixDev/deemix-pyweb 2020-05-26 12:23:05 +02:00
.gitmodules updated submodule to codeberg 2020-07-20 14:14:18 +02:00
app.py Added check for wrong spotify username 2020-06-29 13:58:40 +02:00
deemix-pyweb.desktop Added .desktop file for use in AUR 2020-05-29 20:30:07 +02:00
deemix_gui.py try switching to Qt if gi isn't available 2020-07-10 16:26:27 +02:00
deemix_gui.spec Set console to False on GUI spec file 2020-07-01 16:36:22 +02:00
FEATURES.md Updated app to work with deemix 1.1.10 2020-07-18 18:23:36 +02:00
icon.icns Updated icon files 2020-06-05 11:54:24 +02:00
icon.ico Updated icon files 2020-06-05 11:54:24 +02:00
icon.svg Fixed issue with track name position inside tables + new icon 2020-06-04 19:20:58 +02:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md Update 'README.md' 2020-07-21 07:02:00 +02:00
requirements.txt [webui] added more translations 2020-07-19 08:39:51 +02:00
requirements_gtk.txt Added qt as fallback if gtk is not installed on linux 2020-07-07 14:27:39 +02:00
requirements_qt.txt removed unneeded packages from requirements_qt.txt 2020-07-10 16:25:45 +02:00
server.py Added fix for #2 2020-06-14 23:06:32 +02:00
server.spec excluding unneeded tkinter module in spec files 2020-05-26 12:49:48 +02:00
startup.sh added dependency and start up file 2020-06-18 01:27:30 -04:00

deemix-pyweb

This is a pywebview wrapper for deemix-webui

How to use this

NOTES:

  • Python 3 is required for this app. Make sure you tick the option to add Python to PATH when installing.
  • If python3 is "not a recognized command" try using python instead.
  • If you're having issues with the package wheel missing use: python3 -m pip install setuptools wheel --user
  • If you're on Windows:
    • Python 3.8 is not supported, you'll need to use Python 3.7 or 3.6
    • You'll need to install cefpython as well: python3 -m pip install cefpython3 --user
    • You also might need .NET 4.0 installed

After installing Python open a terminal/command prompt and install the dependencies using python3 -m pip install -U -r requirements.txt --user
If you're using git to get this repo you should use git submodule update --init --recursive as well. If you're just downloading the archive.zip, make sure you download and extract deemix-webui into the webui folder.
Run python3 server.py to start the server and then connect to 127.0.0.1:6595. The GUI should show up.
If you don't want to use your browser you can start the GUI by using python3 deemix_gui.py

Having an hard time following these steps? You could try these tools

Feature requests

Before asking for a feature check this out

What's left to do?

  • Add an auto updater
  • Add installer for windows
  • AppImage builds

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.