RemixDev
|
eaf0ecd086
|
Added 'errid' for queueManager as well
|
2020-07-23 16:41:11 +02:00 |
RemixDev
|
fc0d781219
|
Fixed track download through ISRC
|
2020-07-23 15:10:18 +02:00 |
RemixDev
|
22ffac188b
|
Added workaround for deezer api cap of 255 tracks
This fixes #52
|
2020-07-13 12:41:40 +02:00 |
RemixDev
|
e5dd2bb4f0
|
Added exceptions for wrong URLs
|
2020-06-29 13:58:06 +02:00 |
RemixDev
|
f72fe5ceee
|
Added exceptions for wrong URLs and added support for UPC and ISRC URLs
|
2020-06-26 12:20:48 +02:00 |
RemixDev
|
e478e5b031
|
Added playlist cover download, even when not saved as compilation
Added %explicit% to playlist folder template
This fixes #41
|
2020-06-23 00:27:43 +02:00 |
RemixDev
|
ffeb9d2ace
|
Fixed some issues with downloading multiple tracks at once
|
2020-06-19 20:14:20 +02:00 |
RemixDev
|
dd45835039
|
Divide and manage multiple download links directly in the library
|
2020-06-19 11:08:07 +02:00 |
RemixDev
|
85dddb27c9
|
Made interface messages abstract
This removes the 'toast' interface event as it is a deemix-pyweb
specific event
|
2020-06-05 10:47:54 +02:00 |
RemixDev
|
b526486d6f
|
Added errors array in queueItem for use in frontend
|
2020-05-25 11:58:48 +02:00 |
RemixDev
|
1a95f16ba0
|
Added overwriteFile and saveDownloadQueue options
|
2020-05-17 21:26:49 +02:00 |
RemixDev
|
8647d262fc
|
Fixed logging for errors in queuemanager
|
2020-05-14 15:36:25 +02:00 |
RemixDev
|
0be0e8370e
|
Finished implementing "Create folder structure for singles"
Now the app saves the cover in the folder and uses the album track
template for naming
|
2020-05-13 20:40:08 +02:00 |
RemixDev
|
e07695047f
|
Added logging system using python logging library
|
2020-05-08 18:06:43 +02:00 |
RemixDev
|
b7601f282d
|
Fixed out of memory issue when downloading large playlists
|
2020-05-06 12:06:56 +02:00 |
RemixDev
|
92e9a3fc6e
|
Added support for private deezer playlists
|
2020-05-05 19:45:35 +02:00 |
RemixDev
|
38e8b8f7a4
|
Added missing shebang
|
2020-05-04 18:23:09 +02:00 |
RemixDev
|
19dd74873f
|
Fixed download of albums with no cover art
|
2020-04-23 14:12:27 +02:00 |
Mykola Soloduha
|
dc0592eaaa
|
cosmetic changes in code
PEP8: Tabs replaced by 4 spaces
|
2020-04-17 13:31:47 +03:00 |
RemixDev
|
312d87965e
|
Implemented savePlaylistAsCompilation
Updated README with more information
|
2020-04-16 11:53:52 +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 |
RemixDev
|
0473eb4aa3
|
Abstractized socketio with MessageInterface
|
2020-04-15 14:49:40 +02:00 |
RemixDev
|
52a4e3e0c5
|
Added support for spotify playlists
|
2020-04-15 11:13:55 +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
|
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 |
RemixDev
|
3fdbc0174a
|
Removed updateToast
|
2020-04-13 19:58:11 +02:00 |
RemixDev
|
f2b7e72021
|
Made deezer login session dependent and added login check
|
2020-04-12 21:22:06 +02:00 |
RemixDev
|
b41970964d
|
Added shutdown function for app and server
|
2020-04-11 16:24:53 +02:00 |
RemixDev
|
be690cabc3
|
Added remove from queue button
|
2020-04-11 15:43:59 +02:00 |
RemixDev
|
e36de601fe
|
Added toast messages
|
2020-04-11 12:51:22 +02:00 |
RemixDev
|
fedacde6a1
|
Implemented fluent download bars
|
2020-04-11 00:21:30 +02:00 |
RemixDev
|
ba6078e34d
|
Added scrollbar to download list
|
2020-04-10 23:21:09 +02:00 |
RemixDev
|
83a221c4b7
|
Added progress bar
|
2020-04-10 23:04:05 +02:00 |
RemixDev
|
dc27e7e203
|
Continued work on download list
|
2020-04-10 18:00:42 +02:00 |
RemixDev
|
b6956f6f6c
|
Implemented socket.io
Started work on darkmode
Implemented queue system
Started work on download tab
|
2020-04-10 16:12:21 +02:00 |