mirror of
https://gitlab.com/RemixDev/deemix-gui-pyweb.git
synced 2024-12-28 02:16:16 +00:00
Updated submodule links
This commit is contained in:
parent
8230867f26
commit
eb8d418d4e
2
.gitmodules
vendored
2
.gitmodules
vendored
|
@ -1,3 +1,3 @@
|
||||||
[submodule "webui"]
|
[submodule "webui"]
|
||||||
path = webui
|
path = webui
|
||||||
url = https://git.fuwafuwa.moe/RemixDev/deemix-webui.git
|
url = https://git.rip/RemixDev/deemix-webui.git
|
||||||
|
|
|
@ -10,9 +10,9 @@ NOTES:
|
||||||
|
|
||||||
After installing Python open a terminal/command prompt in the app folder and install the dependencies using `python3 -m pip install -U -r requirements.txt --user`
|
After installing Python open a terminal/command prompt in the app folder 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](https://git.fuwafuwa.moe/RemixDev/deemix-webui) into the webui folder.
|
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](https://git.rip/RemixDev/deemix-webui) into the webui folder.
|
||||||
|
|
||||||
Having an hard time following these steps? You could try these [tools](https://git.fuwafuwa.moe/RemixDev/deemix-tools)
|
Having an hard time following these steps? You could try these [tools](https://git.rip/RemixDev/deemix-tools)
|
||||||
|
|
||||||
## Using the app
|
## Using the app
|
||||||
### GUI
|
### GUI
|
||||||
|
@ -30,7 +30,7 @@ If you want to set a default arl for all connecting clients you can use the `--s
|
||||||
The `--portable` flags creates a local folder for the configs allowing to start the app without creating permanent folders on the host machine.
|
The `--portable` flags creates a local folder for the configs allowing to start the app without creating permanent folders on the host machine.
|
||||||
|
|
||||||
## Feature requests
|
## Feature requests
|
||||||
Before asking for a feature [check this out](https://git.fuwafuwa.moe/RemixDev/deemix-pyweb/src/branch/main/FEATURES.md)
|
Before asking for a feature [check this out](https://git.rip/RemixDev/deemix-pyweb/src/branch/main/FEATURES.md)
|
||||||
|
|
||||||
# License
|
# License
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
|
|
|
@ -349,7 +349,7 @@ def run_server(host="127.0.0.1", port=6595, portable=None, guiWindow=None, serve
|
||||||
except UnicodeDecodeError as e:
|
except UnicodeDecodeError as e:
|
||||||
print(str(e))
|
print(str(e))
|
||||||
print("A workaround for this issue is to remove all non roman characters from the computer name")
|
print("A workaround for this issue is to remove all non roman characters from the computer name")
|
||||||
print("More info here: https://git.fuwafuwa.moe/RemixDev/deemix-pyweb/issues/4")
|
print("More info here: https://bugs.python.org/issue26227")
|
||||||
|
|
||||||
def shutdown_handler(signalnum, frame):
|
def shutdown_handler(signalnum, frame):
|
||||||
shutdown()
|
shutdown()
|
||||||
|
|
2
webui
2
webui
|
@ -1 +1 @@
|
||||||
Subproject commit d7309828696b090b25a3e4f62426b11b1f9dc80d
|
Subproject commit eafd583cbf616bbdd066b340cbf0c4f6c3c47875
|
Loading…
Reference in a new issue