Commit Graph

675 Commits

Author SHA1 Message Date
uh_wot 15007e9c28 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 84bbfbb300 changed bitrate check to check for 403 error instead of content-length 2020-05-04 20:06:23 +02:00
RemixDev 38e8b8f7a4 Added missing shebang 2020-05-04 18:23:09 +02:00
RemixDev b0edb597c3 Added icon 2020-05-04 17:33:43 +02:00
RemixDev 0e354144ef Removed filesize as it's useless now
Fixed title whitespace and version repetition
2020-05-04 17:11:29 +02:00
uh_wot 203f0c9b7e ugly fix for deezer patching their API 2020-05-04 16:36:49 +02:00
RemixDev 5cffc597fe Implemented reset settings and added missing options
Tags selection not added yet
2020-05-03 16:21:37 +02:00
RemixDev 6b8650c9af Implemented barebones charts tab 2020-05-03 15:52:42 +02:00
RemixDev a940dbab01 Fixed replay gain issue 2020-05-03 10:34:25 +02:00
uh_wot 9ac168ab9c cleaned up formatDate function 2020-05-02 23:42:27 +02:00
RemixDev c40dc034ff Merge branch 'master' of Sciencentistguy/deemix into master 2020-04-30 21:09:09 +00:00
Jamie Quigley eddf217096 Included api response in exception for failed api calls 2020-04-30 21:52:18 +01:00
RemixDev 57844a32a4 Started implementing home tab 2020-04-29 10:36:30 +02:00
Roberto Tonino e58aeeba5b corrected typo on README 2020-04-28 18:44:01 +02:00
RemixDev df79e3009f Fixed start of each word and sentence case capitalization 2020-04-25 18:46:19 +02:00
RemixDev 9e67e8e93b Added track preview funciton 2020-04-25 11:01:30 +02:00
RemixDev 19dd74873f Fixed download of albums with no cover art 2020-04-23 14:12:27 +02:00
RemixDev d6621dabe0 Merge branch 'master' of TrDex/deemix into master 2020-04-22 12:40:47 +00:00
Mykola Soloduha 634df44cdc `config.py` added to `.gitignore` 2020-04-22 12:29:50 +03:00
Roberto Tonino 51124e6433 removed httpVueLoader, moved Vue instances in different files, moved socket in different file, other minor code changes 2020-04-21 22:20:19 +02:00
RemixDev c6dd919b94 Finished implementing Album/Artist/Playlist tab 2020-04-21 12:27:19 +02:00
RemixDev b6c83141fd Started implementing track preview 2020-04-19 19:22:21 +02:00
RemixDev 17e719876e Fixed interface send with no value 2020-04-18 09:35:49 +02:00
RemixDev a3d42b82b3 Merge branch 'master' of TrDex/deemix into master 2020-04-17 10:49:33 +00:00
Mykola Soloduha 0bf2c372c5 `venv` folder added to `.gitignore` 2020-04-17 13:31:59 +03:00
Mykola Soloduha dc0592eaaa cosmetic changes in code
PEP8: Tabs replaced by 4 spaces
2020-04-17 13:31:47 +03:00
RemixDev 7f959defb4 Finished poring quality modal
Fixed download issue
2020-04-16 15:52:07 +02:00
RemixDev 14f910c3d5 Added searchbar quality modal with ctrl+enter 2020-04-16 15:28:19 +02:00
uh_wot b7a6f3d151 fixed executeCommand 2020-04-16 14:07:42 +02:00
RemixDev 3ef2e10de0 Updated README.md 2020-04-16 12:10:47 +02:00
RemixDev a64dd372d2 Fixed cover caching for compilations 2020-04-16 12:09:20 +02:00
RemixDev 37d554d7d5 Merge branch 'master' of https://notabug.org/RemixDev/deemix 2020-04-16 11:59:30 +02:00
RemixDev 312d87965e Implemented savePlaylistAsCompilation
Updated README with more information
2020-04-16 11:53:52 +02:00
uh_wot d59937b9bd added JPEG image quality setting 2020-04-16 11:49:56 +02:00
uh_wot 4ac54ddb5f changed PNG image URL based on official android app 2020-04-16 11:13:13 +02:00
RemixDev c15b7189e4 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 5ce63b8d5f updated .gitignore, added prettier formatter file 2020-04-15 20:01:53 +02:00
RemixDev 101d2cc1e6 Merge branch 'master' of jim41825/deemix into master 2020-04-15 17:38:26 +00:00
jimman2003 ac7a86a838 Fixed run instructions 2020-04-15 20:31:22 +03:00
RemixDev e4ebdfe681 Merge branch 'master' of jim41825/deemix into master 2020-04-15 17:29:05 +00:00
jimman2003 57b6d133f1 Removed reference to main.py 2020-04-15 20:22:26 +03:00
RemixDev bcaca7143e Removed webview as it's not possible to build it on windows and macOS 2020-04-15 18:56:14 +02:00
RemixDev 0473eb4aa3 Abstractized socketio with MessageInterface 2020-04-15 14:49:40 +02:00
RemixDev 092d935ab8 Switched pywebview with webview 2020-04-15 14:03:10 +02:00
RemixDev 52a4e3e0c5 Added support for spotify playlists 2020-04-15 11:13:55 +02:00
RemixDev 73e67bd0f8 Added license 2020-04-15 11:12:25 +02:00
RemixDev bc0233790a Made download cancelling process more clear 2020-04-14 19:14:17 +02:00
RemixDev c75e6a8e9e Added clear and cancel queue buttons 2020-04-14 16:48:13 +02:00
RemixDev 3facf299f1 Preparing for separation of the GUI from the core 2020-04-14 14:23:45 +02:00
RemixDev 1ed8e7bb20 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