RemixDev
54ca38e745
Fixed FLAC dateString to use album date instead of track date
...
This fixes #6
2020-05-30 17:18:36 +02:00
RemixDev
1b993f6592
Fixed misstype in error generation
2020-05-26 11:30:59 +02:00
RemixDev
b526486d6f
Added errors array in queueItem for use in frontend
2020-05-25 11:58:48 +02:00
uh_wot
af4b19bd15
Fixed getting cover URL if "Save playlists as compilation" is enabled
2020-05-20 21:10:35 +02:00
RemixDev
1a95f16ba0
Added overwriteFile and saveDownloadQueue options
2020-05-17 21:26:49 +02:00
RemixDev
a161ba8f1c
Added image fallback to known working resoultion
2020-05-14 12:27:07 +02:00
RemixDev
2c07d15397
Now Partially Explicit Albums are being marked as explicit
2020-05-13 23:43:08 +02:00
RemixDev
1c490656b5
Added %explicit% for albums
2020-05-13 23:30:35 +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
uh_wot
193ea76926
removed unused import in downloader.py
2020-05-13 18:14:01 +02:00
uh_wot
722087ce30
changed it again so it's actually a GET request but it doesn't download the track
2020-05-13 16:01:26 +02:00
uh_wot
2199e4913c
changed GET request in getPreferredBitrate to HEAD request
...
this prevents it from downloading the same track twice, should give a nice speed boost
2020-05-13 15:53:36 +02:00
uh_wot
4d4132286b
reverted change from selectedFormat to errorNum in downloadTrackObj
2020-05-11 08:51:39 +02:00
uh_wot
9cfb5bbd43
cleaned up getPreferredBitrate function
2020-05-11 08:48:45 +02:00
RemixDev
d4e571bd09
Added more artists options in the name template
...
%artists% is now a comma separated list of artists
%mainartists% is a comma and "&" separated list of artists
%featartists% is like main aritsts but for featured artists
2020-05-10 11:33:46 +02:00
RemixDev
e07695047f
Added logging system using python logging library
2020-05-08 18:06:43 +02:00
RemixDev
d351343b44
patched utf8 for python3
2020-05-06 13:07:27 +02:00
RemixDev
7305d5fd64
added traceback for singles and fixed utf8 chars
2020-05-06 12:56:44 +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
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
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
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
uh_wot
b7a6f3d151
fixed executeCommand
2020-04-16 14:07:42 +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
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
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
RemixDev
2045349163
Fixed some issues and added some stuff
2020-04-13 19:22:34 +02:00
RemixDev
8fe15ffdb4
Fixed artist artwork, path creation and post download issues
2020-04-13 18:35:29 +02:00
RemixDev
46d2480857
Added failed socket call for frontend
2020-04-12 14:18:16 +02:00
RemixDev
96b68746e2
Fixed downloading issues and added fallback for extrasPath
2020-04-12 14:12:43 +02:00
RemixDev
a09fcf661a
Fixed generic error
2020-04-12 11:54:33 +02:00
RemixDev
9f55681103
Added generic error exception to error log
2020-04-12 09:50:49 +02:00
RemixDev
497186dba9
Fixed download count not increasing
2020-04-11 21:54:38 +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
b6956f6f6c
Implemented socket.io
...
Started work on darkmode
Implemented queue system
Started work on download tab
2020-04-10 16:12:21 +02:00