My personally maintained and forked version of Deemix
Go to file
LaurentHa c4f231d00a New French translation to match English version (October 31, 2020)
New French translation to match English version (October 31, 2020)
--> Removed thingsArticle and switched to number of things to add to queue
2020-10-31 21:11:02 +01:00
public Removed thingsArticle and switched to number of things to add to queue 2020-10-31 19:49:05 +01:00
src New French translation to match English version (October 31, 2020) 2020-10-31 21:11:02 +01:00
.gitignore workflow: added TailwindCSS; workflow: removed watch:style script from dev script 2020-10-09 20:53:24 +02:00
.prettierrc re-organized js files, first attempt of adding Vue SFC 2020-04-16 19:57:34 +02:00
COMPILE-UI.md chore: updated COMPILE-UI.md 2020-10-10 17:38:34 +02:00
LICENSE.txt Added license 2020-04-15 11:12:25 +02:00
package-lock.json chore: downgraded rollup-plugin-vue@4.2.0 due to watcher problems; performance: removed download tab styles 2020-10-28 21:14:21 +01:00
package.json chore: downgraded rollup-plugin-vue@4.2.0 due to watcher problems; performance: removed download tab styles 2020-10-28 21:14:21 +01:00
postcss.config.js workflow: added TailwindCSS; workflow: removed watch:style script from dev script 2020-10-09 20:53:24 +02:00
README.md style: started removing globals.scss; style: removed loading placeholder classes 2020-10-28 22:21:41 +01:00
rollup.config.js style: integrated base variables into Taiwlind 2020-10-10 17:35:04 +02:00
tailwind.config.js build: v1.2.1; style: changed theme icon; style: sidebar link active bg color; style: updated toastify-js to v1.9.3; style: used toastify-js styles instead of local ones; style: removed inclusion of animate.css styles (but kept the file for future usage) 2020-10-17 17:52:31 +02:00

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