Go to file
RemixDev bd22aef8cc Fixed spotify playlist loading in ui 2021-05-29 12:04:32 +02:00
.vscode fix: sidebar dimension changing when opening download bar; workflow added settings.json to share with VS Code users 2020-11-13 22:36:14 +01:00
public Fixed spotify playlist loading in ui 2021-05-29 12:04:32 +02:00
src Fixed spotify playlist loading in ui 2021-05-29 12:04:32 +02:00
.eslintrc.yml workflow: added linter and linted src/ folder 2021-05-23 18:46:03 +02:00
.gitignore fix: rollup-plugin-vue bug because of caret in package.json; workflow: installed exact version for deps @vue/composition-api and rollup-plugin-vue 2021-05-05 20:58:50 +02:00
.prettierrc fix: removed multiple message events added to CustomWebsocket 2021-03-01 21:22:32 +01:00
COMPILE-UI.md fix: links 2020-11-07 13:32:59 +01:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
README.md fix: links 2020-11-07 13:32:59 +01:00
package-lock.json workflow: added linter and linted src/ folder 2021-05-23 18:46:03 +02:00
package.json Implemented electron integration 2021-05-28 12:39:00 +02:00
postcss.config.js workflow: added TailwindCSS; workflow: removed watch:style script from dev script 2020-10-09 20:53:24 +02:00
rollup.config.js Removed socket.io and implemented WebSockets 2021-02-25 11:31:30 +01:00
tailwind.config.js feat: track, album, playlist template variables 2021-01-31 22:30:06 +01:00
yarn.lock Implemented electron integration 2021-05-28 12:39:00 +02:00

README.md

deemix-webui

This is just the WebUI for deemix, it should be used with deemix-pyweb or something like that. If you are a web developer and want to contribute to this project, please read the COMPILE-UI file.

"Hidden" features

  • CTRL+SHIFT+Backspace deletes all the search bar content
  • CTRL+F focuses the search bar
  • CTRL+B toggles the download bar
  • ALT+Left goes back to the previous page, if present (like would happen in the browser)
  • ALT+Right goes forward to the next page, if present (like would happen in the browser)
  • Custom context menu: on certain elements, like download buttons or album covers, when opening the context menu, a custom one with more options will appear instead of the default one

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