Commit Graph

496 Commits

Author SHA1 Message Date
RemixDev d61af72c2a Made CLI bitrate case insensitive
This fixes #32
2020-06-13 10:00:31 +02:00
RemixDev c987cc8a8c Reverting commit cb4b7b6f63 2020-06-13 09:58:45 +02:00
RemixDev e19b33954b Updated PyPi to 1.0.18 2020-06-12 19:30:45 +02:00
RemixDev 89d0fe21fa Parameter not replaced for settingsRegexAlbum
This fixes #31
2020-06-12 19:29:57 +02:00
RemixDev 88baaf8c66 Updated PyPi to 1.0.17 2020-06-12 13:16:41 +02:00
RemixDev 8c1dfe63d0 Change cover download timeout to generic timeout 2020-06-12 13:15:59 +02:00
RemixDev 5a9fdca4f8 Updated PyPi to 1.0.16 2020-06-12 11:13:07 +02:00
RemixDev 89a4e762c5 Added error logging for spotify tracks not on deezer 2020-06-12 11:07:22 +02:00
RemixDev fa6d1d8b74 Added check for generic error and auto retry
This fixes #25
2020-06-12 10:48:07 +02:00
RemixDev be93716993 Added wait and retry for "Quota limit exceeded"
This fixes #30
2020-06-12 10:15:47 +02:00
RemixDev 8673084639 Updated PyPi to 1.0.15 2020-06-11 14:43:06 +02:00
RemixDev 34cdda74d6 Added caching system for spotify conversion
This adds #26
2020-06-11 14:30:35 +02:00
RemixDev 349d7338b0 Added option to remove featured artists from album title as well 2020-06-11 13:06:26 +02:00
RemixDev f9334f50d3 Merge branch 'master' of skid/deemix into master 2020-06-11 08:38:51 +00:00
skid 9db18902c4 Added filename parameter to "Command to execute after download" of single tracks 2020-06-11 15:10:23 +10:00
RemixDev 8218cbb5e1 Updated PyPi to 1.0.14 2020-06-10 22:11:49 +02:00
RemixDev 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
RemixDev 56bd8fac54 Added removeDuplicateArtists option 2020-06-10 20:18:17 +02:00
RemixDev 42e55b3f06 Added playlistFilenameTemplate setting
Variables are:
%title%, %artist%, %size%, %type%, %id%, %bitrate%
2020-06-10 19:47:57 +02:00
RemixDev cb4b7b6f63 File permission is now set to 770
This fixes #19
2020-06-05 20:00:40 +02:00
RemixDev 7b7249d399 Updated PyPi to 1.0.13 2020-06-05 19:36:36 +02:00
RemixDev 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
RemixDev fd148d481c Updated PyPi to 1.0.12 2020-06-05 10:49:05 +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 440ba1a61f Fixed error logging in spotify playlists 2020-06-05 10:41:08 +02:00
RemixDev cc144c2cae Updated logo file 2020-06-04 19:08:55 +02:00
RemixDev b70fcd361c Update pypi to 1.0.11 2020-06-02 12:24:21 +02:00
RemixDev 8959a8c940 Fixed issue with spotify metadata conversion 2020-06-02 12:23:34 +02:00
RemixDev 13df374f1e Update pypi to 1.0.10 2020-06-02 11:56:14 +02:00
RemixDev a60fd5e195 padTracks now forces padding for albums with less than 10 tracks
This fixes #14
2020-06-02 11:55:31 +02:00
RemixDev 6e01f38765 PyPi update, 1.0.9 2020-06-01 20:53:47 +02:00
RemixDev 7a7d4dd9ac Merge branch 'master' of blocks/deemix into master 2020-06-01 13:39:43 +00:00
blocks af8de88259 Fixed typo when setting album title after APIError 2020-06-01 13:37:02 +00:00
RemixDev a62b95dd76 Updated PyPi with latest commit
Version 1.0.8
2020-05-31 22:19:36 +02:00
RemixDev a475dbc397 Casting every id in string concatenations as a string, just to be sure 2020-05-31 22:15:46 +02:00
RemixDev 6891312533 Updated PyPi with latest fixes
Version 1.0.7
2020-05-31 14:42:14 +02:00
RemixDev 3539111ce5 Fix album title inconsistencies
This fixes #8
2020-05-31 14:20:06 +02:00
RemixDev ae0a1ed429 Force JPG images on missing artist art, PNG is not available
This fixes #9
2020-05-31 13:59:08 +02:00
RemixDev c0dee07010 Updated PyPi release with family account support
1.0.6 has family accounts support
2020-05-30 19:28:52 +02:00
RemixDev 8af6c63417 Added check for family account list overflow 2020-05-30 19:24:47 +02:00
RemixDev 11d401c23f Added support for family accounts 2020-05-30 18:50:28 +02:00
RemixDev 76427aea20 Fixed library downloading invalid images 2020-05-30 18:49:41 +02:00
RemixDev 517101d81e Updated PyPi release with latest commit 2020-05-30 17:34:20 +02:00
RemixDev c27da21f1b Added fallback ID to "Track not found at desired bitrate"
This fixes #7
2020-05-30 17:31:14 +02:00
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 4fa05ba984 Fixed shebang in setup.py 2020-05-29 19:19:57 +02:00
RemixDev 47f728e172 Updated PyPi to 1.0.4 2020-05-26 12:22:09 +02:00
RemixDev c7a504f479 Added support for portable apps 2020-05-26 12:16:07 +02:00
RemixDev 68039365e8 Clear the tags before tagging
This fixes #1
2020-05-26 11:31:20 +02:00
RemixDev 1b993f6592 Fixed misstype in error generation 2020-05-26 11:30:59 +02:00