Go to file
RemixDev 2a005b513f Changed default host from localhost to 127.0.0.1
Made dev shortcuts not global
Added host and port arguments in electron launcher
2021-06-29 15:58:25 +02:00
build Added build scripts 2021-05-29 13:58:10 +02:00
server Changed default host from localhost to 127.0.0.1 2021-06-29 15:58:25 +02:00
webui@b677f422a2 Added correct deemix lib version + check deezer availability 2021-06-29 00:06:11 +02:00
.gitattributes workflow: added .gitattributes 2021-05-13 21:39:09 +02:00
.gitignore Added build scripts 2021-05-29 13:58:10 +02:00
.gitmodules Initial commit 2021-03-26 13:29:10 +01:00
.yarnrc chore: moved .yarnrc to the root of the project 2021-06-02 16:31:56 +02:00
LICENSE.txt Added README.md and LICENSE.txt 2021-05-29 18:32:29 +02:00
README.md Updated README.md 2021-05-29 18:35:40 +02:00
index.js Changed default host from localhost to 127.0.0.1 2021-06-29 15:58:25 +02:00
package.json Changed default host from localhost to 127.0.0.1 2021-06-29 15:58:25 +02:00
preload.js Implemented "openDownloadsFolder" and "selectDownloadFolder" 2021-05-28 12:40:06 +02:00
yarn.lock Changed default host from localhost to 127.0.0.1 2021-06-29 15:58:25 +02:00

README.md

deemix-gui

An electron app that wraps deemix-webui and lets you use the deemix-js library

Downloads

Downloads are available here

Running from source

You need to use nodejs 16.x, using yarn is recommended.

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.

Install the dependencies using yarn install.
Then you should be able to run the app with yarn start.

You can change the default port by setting the environment variable PORT to any other number before starting the app.

Building the app

Make sure you've installed the dependencies for all packages (the root folder, server and webui).
Then from the root folder run yarn prebuild to build the server and the webui and then yarn dist to make a distributable package for your current OS.

Feature requests

Before asking for a feature make sure it isn't an already open issue on the repo

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/.