Commit graph

47 commits

Author SHA1 Message Date
kermit 8921bf41ac Re-enable albumSearch and newReleases 2020-12-02 11:27:23 +00:00
RemixDev 89ab1e0f96
Fixed home tab having only 10 items instead of 30 2020-11-20 17:12:41 +01:00
RemixDev 2a277db76a
Removed 25 items limit in getUserFavorites in app.py 2020-11-20 09:14:58 +01:00
RemixDev 8479805074
Removed 25 items limit in favorites 2020-11-19 23:13:52 +01:00
RemixDev 5699fb2a41
Updated app to work with deemix 2.0.1 2020-11-19 22:09:26 +01:00
RemixDev 5cccfd7471 Removed version check, added deezer ping debug, implemented lazy loading
Commented out version check as the site is now down
Added print messages when checking for deezer availability
Removed init_home and init_charts from connect, this should reduce time 
on the connecting to server page
2020-10-31 20:00:44 +01:00
RemixDev 3c4f4b4af4 Added error messages for serverwide arl
This adds #38
2020-10-03 11:18:53 +02:00
RemixDev bc3d692417 Made app work with deemix lib 1.5.0 2020-09-27 23:45:01 +02:00
RemixDev 048f21b74b Fixed update checking 2020-09-27 21:30:00 +02:00
RemixDev 3e9e6eefd3 Moved getTracklist logic from server to app 2020-09-27 19:59:51 +02:00
RemixDev 4f1d17f7c7 Moved version and deezer check from server to app 2020-09-27 19:49:54 +02:00
kermit d132c0ba54 Add new albumSearch and newReleases endpoints 2020-09-25 15:30:45 +01:00
RemixDev d14f708b3d Added 'get_favorites_data' and 'get_settings_data'
for future use in the webui
2020-09-21 19:35:08 +02:00
RemixDev 8819f124d2 Updated project to use deemix 1.4.0 2020-09-20 11:49:29 +02:00
RemixDev 2fabe52d95 Added cacheing for home page 2020-09-17 22:57:01 +02:00
kermit e0ebffac8c Pass ack back on add to queue 2020-09-15 16:44:40 +01:00
RemixDev 94728263a8 Updated app to work with deemix 1.3.0 2020-09-12 13:08:50 +02:00
RemixDev 13b3d90abc Reworked how serverwide-arl works
This fixes #13
2020-08-24 12:25:31 +02:00
RemixDev 2d44132745 Added serverside cache for home tab 2020-08-22 22:41:51 +02:00
RemixDev 4cfd7eae72 Polished a bit of code 2020-08-18 15:18:00 +02:00
RemixDev 4947d9f9c0 Fixed queue restoring issues 2020-08-16 12:34:04 +02:00
RemixDev 2c34055195 Made the server work with the new library 2020-08-16 10:42:49 +02:00
RemixDev 6e8f4242e1 Added check for wrong spotify username 2020-06-29 13:58:40 +02:00
RemixDev fff3cff29b Implemented changes to work with lib 1.0.23 2020-06-19 11:11:18 +02:00
RemixDev 52856dbded Reverted commit 9f59794c7d 2020-06-13 10:05:29 +02:00
RemixDev 9f59794c7d File permission is now set to 770 2020-06-05 20:00:49 +02:00
RemixDev accabdf4dc Implemented --portable option 2020-05-26 12:22:32 +02:00
RemixDev 3903874552 Added "open downloads folder" button on GUI 2020-05-19 18:30:18 +02:00
RemixDev 1f342f4ff8 Fixed queue saving when nothing is downloading 2020-05-18 08:44:14 +02:00
RemixDev 44f5ccccc1 Added overwriteFile and saveDownloadQueue options 2020-05-17 21:26:49 +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 a13065e1c8 v6 2020-05-13 00:58:03 +02:00
RemixDev 1e75ea440b Removed top tracks, artist and albums from home tab 2020-05-09 14:25:24 +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
RemixDev cc780b34c5 Added missing shebang 2020-05-04 18:23:09 +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 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 ff0fe2c546 Started implementing track preview 2020-04-19 19:22:21 +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
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 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