Commit graph

136 commits

Author SHA1 Message Date
RemixDev abeb1164a8 Changed default port from 9666 to 6595
This fixes #2
2020-06-11 14:44:30 +02:00
RemixDev 55f40ae5a4 Added reload button in favorites tab 2020-06-10 18:46:08 +02:00
RemixDev c403ee720f Replaced 0.0.0.0 with 127.0.0.1
if you want to use 0.0.0.0 use the host argument when starting the 
server
2020-06-05 09:58:59 +02:00
RemixDev 9315be7461 Fixed IP display on startup 2020-06-05 09:43:16 +02:00
izenburnor 22152d44b7 Merge branch 'master' of https://notabug.org/RemixDev/deemix-pyweb 2020-06-03 18:31:21 +01:00
RemixDev c7d9413dab Added backend support for link analyzer link not recognized 2020-06-03 19:03:37 +02:00
izenburnor a6454a10ac add host option 2020-06-03 12:08:55 +01:00
RemixDev ba09b7d8a8 Update user favorites only if user is logged in 2020-05-31 12:27:33 +02:00
RemixDev bccca4e91f Replaced trim with strip 2020-05-31 12:12:45 +02:00
RemixDev 964ae1aa9e Automatically trim arl for spaces and newlines 2020-05-31 10:59:57 +02:00
RemixDev 0f82207ef2 Fixed issues with family accounts 2020-05-30 21:01:26 +02:00
RemixDev fed6909167 Added support for family accounts in the backend 2020-05-30 19:32:05 +02:00
Simon Tas 50aa3700e2
fix base_path not following symbolic links 2020-05-29 18:55:22 +02:00
Simon Tas 7460230fc5
fix typo in shebang of server.py 2020-05-29 18:54:35 +02:00
RemixDev accabdf4dc Implemented --portable option 2020-05-26 12:22:32 +02:00
RemixDev a51310cd75 Updated repo to use submodules 2020-05-25 12:58:41 +02:00
uh_wot c588fe20ef Fixed ValueError when URL list in addToQueue request is too long 2020-05-21 22:57:48 +02:00
uh_wot 47c6fe50a2 Specified threading mode in server.py 2020-05-19 21:14:46 +02:00
RemixDev 3903874552 Added "open downloads folder" button on GUI 2020-05-19 18:30:18 +02:00
RemixDev 44f5ccccc1 Added overwriteFile and saveDownloadQueue options 2020-05-17 21:26:49 +02:00
RemixDev 0dbf4ace23 Revert "Added easy login in the GUI"
This reverts commit 357c6f4be2.
CEF doesn't support intents so this method doesn't work on Windows
2020-05-17 18:21:40 +02:00
RemixDev 357c6f4be2 Added easy login in the GUI
- UI freezes after opening the login window, don't know why
- After logging in sending another request to the server will crash it, 
don't know why either
- Need to make a check for the qt renderer
2020-05-17 16:43:17 +02:00
uh_wot 12794b41b4 fixed server shutdown 2020-05-15 15:42:47 +02:00
RemixDev 59ed51e14f Added blank search result check on backend 2020-05-14 19:15:47 +02:00
RemixDev eb70f531f4 Moved autologin on server connection
Fixed download entries duplication on desync
2020-05-14 13:32:02 +02:00
RemixDev bf946c2ae6 Revert "Merge branch 'master' of lemonyzer/deemix into master"
This reverts commit b0f4fe7da7212751d25f397ca8a72a7b97a17a76, reversing
changes made to a3470908742d73db33651d2d7a94aa4b6dbc583c.
2020-05-13 20:28:20 +02:00
Aryan Layes a2f82ae934 spotify-advanced v7 2020-05-13 13:23:19 +02:00
Aryan Layes a13065e1c8 v6 2020-05-13 00:58:03 +02:00
RemixDev 5720433ae8 Changed default port from 33333 to 9666 as some AVs blocks that port
Local settings like login and darkmode will be reset
2020-05-12 14:30:50 +02:00
RemixDev 1e75ea440b Removed top tracks, artist and albums from home tab 2020-05-09 14:25:24 +02:00
RemixDev 8af573d185 Added logging system using python logging library 2020-05-08 18:06:43 +02:00
uh_wot db6378b8f2 actually fixed .arl bug with newlines 2020-05-07 16:57:23 +02:00
uh_wot 98f69fd9b9 fixed bug if .arl file has newline 2020-05-07 16:48:57 +02:00
uh_wot 0b3f5f297d added support for pyinstaller onefile 2020-05-07 14:24:44 +02:00
uh_wot 900001efaf added workaround for MIME type error in certain Windows installs 2020-05-06 11:58:25 +02:00
uh_wot aae1b10fca simplified server-wide ARL 2020-05-06 10:24:32 +02:00
uh_wot 331b9d5095 reverted e5652e0621 since the msg only appears when a client connects
This reverts commit e5652e0621.
2020-05-05 16:15:16 +02:00
uh_wot e5652e0621 only print server-wide arl msg if .arl file exists 2020-05-05 15:48:11 +02:00
uh_wot 1ed3a89298 added message if server-wide arl is enabled 2020-05-05 15:44:29 +02:00
uh_wot 3461ebbbd0 made port non-mandatory if using serverwide ARL option 2020-05-05 15:36:05 +02:00
RemixDev 3ff6ddc9a6 Added spotify playlists in the playlist tab 2020-05-05 15:08:04 +02:00
RemixDev 5a7e3df70e Implemented Favorites tab 2020-05-05 12:55:06 +02:00
uh_wot 37f49535ba added server-wide ARL
gets enabled only if --serverwide-arl is in the server arguments
2020-05-05 10:27:48 +02:00
uh_wot 2e077add31 changed shebang in server.py to specify python 3 2020-05-05 08:58:52 +02:00
uh_wot bb20c9b90e added shebang on server.py 2020-05-04 18:22:26 +02:00
RemixDev 85f103066c Implemented reset settings and added missing options
Tags selection not added yet
2020-05-03 16:21:37 +02:00
RemixDev 30ceca014a Implemented barebones charts tab 2020-05-03 15:52:42 +02:00
RemixDev 0e516352b1 Started implementing home tab 2020-04-29 10:36:30 +02:00
RemixDev 8fcf858a2b Started implementing Link Analyzer's tab 2020-04-26 14:27:54 +02:00
Mykola Soloduha a4693bb537 optimized import and other small changes 2020-04-22 12:27:09 +03:00
RemixDev 122bc3f818 Fixed cursed album 2020-04-21 16:14:37 +02:00
RemixDev 231d54c966 Fixed select all button 2020-04-18 11:44:16 +02:00
RemixDev b48cde6c7d Fixed tab back function and added disc number 2020-04-18 11:40:19 +02:00
RemixDev 1d031d9e51 Started working on album tab 2020-04-18 11:17:39 +02:00
RemixDev 148696f497 Continuing work on artist tab style 2020-04-18 10:08:34 +02:00
RemixDev 085ea75575 Fixed interface send with no value 2020-04-18 09:35:49 +02:00
RemixDev 9a69134ba9 Started working on artist tab style 2020-04-17 21:04:51 +02:00
RemixDev be875169bf Started porting artist tab 2020-04-17 19:39:51 +02:00
RemixDev 411f7a8f9a Added quality select modal to download buttons 2020-04-16 13:38:59 +02:00
RemixDev 84c00d9d05 Added Spotify credentials to settings tab
Reworked how spotify features work so now it doesn't require restart on 
config change
2020-04-16 10:37:02 +02:00
Roberto Tonino 0d79904de8 updated .gitignore, added prettier formatter file 2020-04-15 20:01:53 +02:00
Roberto Tonino dc034bf015 Merge branch 'master' of https://notabug.org/RemixDev/deemix 2020-04-15 19:23:48 +02:00
RemixDev 7c158bb39c Removed webview as it's not possible to build it on windows and macOS 2020-04-15 18:56:14 +02:00
RemixDev ef80347f20 Abstractized socketio with MessageInterface 2020-04-15 14:49:40 +02:00
RemixDev 75adf8914e Switched pywebview with webview 2020-04-15 14:03:10 +02:00
Roberto Tonino f70dc36324 started re-organizing css, added js beautify file 2020-04-14 22:05:22 +02:00
RemixDev fa2865d00e Added port argument for server.py
e.g. now you can type:
python server.py 9999
to change the port to 9999
2020-04-14 21:01:52 +02:00
RemixDev 139ee130bc Implemented settings load and save 2020-04-14 19:58:54 +02:00
RemixDev 98a3935ced Added clear and cancel queue buttons 2020-04-14 16:48:13 +02:00
RemixDev a65e157bd0 Preparing for separation of the GUI from the core 2020-04-14 14:23:45 +02:00
RemixDev da126ba555 Fixed downloading related issues
- Fixed album cover download and saving
- Fixed download list initialization on reload
- Adjusted download object layout
2020-04-14 12:58:31 +02:00
Henning Bocklage 3e138a2b9f Fix IP for containerized use 2020-04-14 00:09:19 +02:00
RemixDev 98739e52a5 Fixed some issues and added some stuff 2020-04-13 19:22:34 +02:00
RemixDev d1341343fd Fixed artist artwork, path creation and post download issues 2020-04-13 18:35:29 +02:00
RemixDev 4649dfb82c Added login, logout and other stuff 2020-04-13 00:14:34 +02:00
RemixDev 6a4ea681d8 Made deezer login session dependent and added login check 2020-04-12 21:22:06 +02:00
RemixDev 368a2cb8f2 Testing login feature on app 2020-04-11 21:55:12 +02:00
RemixDev bc09cfb969 Added shutdown function for app and server 2020-04-11 16:24:53 +02:00
RemixDev 7ba616e095 Added remove from queue button 2020-04-11 15:43:59 +02:00
RemixDev 8785497a67 Added toast messages 2020-04-11 12:51:22 +02:00
RemixDev 07add62470 Implemented socket.io
Started work on darkmode
Implemented queue system
Started work on download tab
2020-04-10 16:12:21 +02:00
RemixDev 83ebf6bdad Added search continuous scrolling 2020-04-09 16:06:33 +02:00
RemixDev ff5153cba3 Almost finished main search UI 2020-04-08 23:52:08 +02:00
RemixDev 32c51233c4 Moved distinction between URL and Search query to frontend 2020-04-08 19:01:50 +02:00
RemixDev f36ebd7bd1 Continued work on the UI 2020-04-08 18:43:35 +02:00
RemixDev d02c6a415e Started working on the UI 2020-04-08 00:19:27 +02:00