Commit Graph

318 Commits

Author SHA1 Message Date
492b1dbc23 Renamed multitagSeparator to multiArtistSeparator
as it only affects artists
Added singleAlbumArtist that saves only the main artist in the 
albumartist field
2020-07-18 17:28:51 +02:00
bc59fb8906 Added %allartists% variable for track template 2020-07-18 17:26:55 +02:00
6cf890f7cd downloaded updateQueue now contains downloadPath as well 2020-07-15 10:04:24 +02:00
aa68190caa Fixed case change with words with less than 1 char
This fixes #21
2020-07-13 12:54:45 +02:00
22ffac188b Added workaround for deezer api cap of 255 tracks
This fixes #52
2020-07-13 12:41:40 +02:00
73304e06c5 Fixed #56 2020-07-13 12:14:40 +02:00
d8fdc8344f Force using Spotipy with a version higher than 2.11.0
This fixes the "No module named spotipy.exceptions" error
2020-07-07 08:20:47 +02:00
309ac9bd13 Removed get_track_md5 as it doesn't work anymore 2020-07-02 21:57:02 +02:00
e51576ab2f Fixed support with local uploaded tracks 2020-07-02 16:49:17 +02:00
565b205262 Added logging to files
logs are located in the logs folder inside deemix config folder
2020-07-01 16:33:47 +02:00
e5dd2bb4f0 Added exceptions for wrong URLs 2020-06-29 13:58:06 +02:00
d628eb39e3 Upaded PyPi to 1.1.0 2020-06-26 12:24:36 +02:00
f72fe5ceee Added exceptions for wrong URLs and added support for UPC and ISRC URLs 2020-06-26 12:20:48 +02:00
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
f47f4b4979 Changed unknown playlist date from ???? to XXXX to fix errors on Windows 2020-06-22 23:24:42 +02:00
ffeb9d2ace Fixed some issues with downloading multiple tracks at once 2020-06-19 20:14:20 +02:00
dd45835039 Divide and manage multiple download links directly in the library 2020-06-19 11:08:07 +02:00
c8875483bc Added check if 'code' is in error obj 2020-06-18 17:03:16 +02:00
2cce36f82d Changed ID3 length tag from seconds to milliseconds 2020-06-14 21:15:32 +02:00
aac20fbc02 Updated PyPi 1.0.20 2020-06-13 11:13:19 +02:00
e74a022a5f Changed default id3 separator from ' / ' to '/' 2020-06-13 10:45:35 +02:00
cc6e67e720 Updated PyPi to 1.0.19 2020-06-13 10:03:20 +02:00
d61af72c2a Made CLI bitrate case insensitive
This fixes #32
2020-06-13 10:00:31 +02:00
c987cc8a8c Reverting commit cb4b7b6f63 2020-06-13 09:58:45 +02:00
e19b33954b Updated PyPi to 1.0.18 2020-06-12 19:30:45 +02:00
89d0fe21fa Parameter not replaced for settingsRegexAlbum
This fixes #31
2020-06-12 19:29:57 +02:00
88baaf8c66 Updated PyPi to 1.0.17 2020-06-12 13:16:41 +02:00
8c1dfe63d0 Change cover download timeout to generic timeout 2020-06-12 13:15:59 +02:00
5a9fdca4f8 Updated PyPi to 1.0.16 2020-06-12 11:13:07 +02:00
89a4e762c5 Added error logging for spotify tracks not on deezer 2020-06-12 11:07:22 +02:00
fa6d1d8b74 Added check for generic error and auto retry
This fixes #25
2020-06-12 10:48:07 +02:00
be93716993 Added wait and retry for "Quota limit exceeded"
This fixes #30
2020-06-12 10:15:47 +02:00
8673084639 Updated PyPi to 1.0.15 2020-06-11 14:43:06 +02:00
34cdda74d6 Added caching system for spotify conversion
This adds #26
2020-06-11 14:30:35 +02:00
349d7338b0 Added option to remove featured artists from album title as well 2020-06-11 13:06:26 +02:00
f9334f50d3 Merge branch 'master' of skid/deemix into master 2020-06-11 08:38:51 +00:00
9db18902c4 Added filename parameter to "Command to execute after download" of single tracks 2020-06-11 15:10:23 +10:00
8218cbb5e1 Updated PyPi to 1.0.14 2020-06-10 22:11:49 +02:00
5cab1b5fbe Added albumVariousArtists option
When set to false, albums with "Various Artists" as the album artist 
will leave the field blank. Some music players need this config to add 
the album to the internal "Various Artists" category.
2020-06-10 22:07:34 +02:00
56bd8fac54 Added removeDuplicateArtists option 2020-06-10 20:18:17 +02:00
42e55b3f06 Added playlistFilenameTemplate setting
Variables are:
%title%, %artist%, %size%, %type%, %id%, %bitrate%
2020-06-10 19:47:57 +02:00
cb4b7b6f63 File permission is now set to 770
This fixes #19
2020-06-05 20:00:40 +02:00
7b7249d399 Updated PyPi to 1.0.13 2020-06-05 19:36:36 +02:00
2552f0787d Keep "Various Aritsts" tag only if it's the only artist in the track
This fixes #21
2020-06-05 19:35:51 +02:00
fd148d481c Updated PyPi to 1.0.12 2020-06-05 10:49:05 +02:00
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
440ba1a61f Fixed error logging in spotify playlists 2020-06-05 10:41:08 +02:00
cc144c2cae Updated logo file 2020-06-04 19:08:55 +02:00
b70fcd361c Update pypi to 1.0.11 2020-06-02 12:24:21 +02:00
8959a8c940 Fixed issue with spotify metadata conversion 2020-06-02 12:23:34 +02:00