Commit Graph

536 Commits

Author SHA1 Message Date
001f1aaf66 Version bump to 2.0.4 2020-11-30 16:47:07 +01:00
2c807ffc43 urllib3 SSLError check when downloading the track 2020-11-30 16:45:53 +01:00
958f80c1f8 Merge branch 'main' into 'main'
catch readtimeouts and retry #12

See merge request RemixDev/deemix!1
2020-11-30 17:02:45 +03:00
2ab1a583c7 catch readtimeouts and retry #12 2020-11-30 16:55:38 +03:00
6f6523ff8b Fixed playlist downloading 2020-11-22 21:37:57 +01:00
8b70e1424e Version bump to 2.0.2 2020-11-21 17:44:57 +01:00
846215d5ed Fixed downloading issue with some tracks
Changed padding type from pkcs7 to just dots
2020-11-21 17:44:19 +01:00
ac6a8f8ec4 Added reverseStreamURL function for future use 2020-11-21 17:31:53 +01:00
ff8b6da33e Added %root_artist% template variable 2020-11-21 16:45:40 +01:00
94f3bc95c3 Moved deezer api over to deezer-py pipy package; Version bump to 2.0.1 2020-11-19 22:08:35 +01:00
8840855a96 Fixed AUTH_REQUIRED issue when downloading multiple tracks 2020-11-19 16:53:25 +01:00
f53c991622 Updated .gitignore 2020-11-12 17:02:52 +01:00
13f6eab172 Added support for link.tospotify.com; add warns for not supported links
Updated PyPi to 1.5.20
2020-11-10 13:57:03 +01:00
d6a18749c0 Updated setup.py 2020-11-01 17:00:05 +01:00
d514db2b76 Fixed folder issue with Windows, updated to 1.5.19 2020-10-30 15:38:21 +01:00
c7e85d3808 Update PyPi to 1.5.18 2020-10-30 11:38:10 +01:00
7fd0bfaa07 Made -p cli argument create only that folder and not the default one
Moved default download folder inside music
Check XDG first, then fallback to untranslated 'Music' folder
This fixes #82
2020-10-29 13:00:58 +01:00
97f9258de9 Added SOURCE and SOURCEID tags
This adds #81
2020-10-29 11:23:42 +01:00
a7b779072e Updated PyPi to 1.5.17 2020-10-15 12:01:31 +02:00
08070d8ff1 Removed blank lines from SYLT tag
Fixes #77
2020-10-15 12:01:14 +02:00
4567391a4a Fixed issues with songs without lyrics
Updated PyPi to 1.5.16
2020-10-15 00:33:16 +02:00
435069d9c2 Updated PyPi to 1.5.15 2020-10-14 23:28:08 +02:00
06a997d957 Fixed download of local mp3s 2020-10-14 23:25:29 +02:00
a7bba342d3 Added interface feedback when processing multiple links 2020-10-14 23:22:21 +02:00
2fdce7d137 Added interface logging of queueErrors 2020-10-14 23:21:13 +02:00
a6f5b75577 Fixed download of tracks with no explicit data 2020-10-14 23:20:48 +02:00
7a932c376b Updated PyPi tp 1.5.14 2020-10-13 19:08:13 +02:00
ac1d3ba594 Added queue corrupted check when restoring it 2020-10-13 10:52:30 +02:00
a9a09c58e0 Added folderCheck for download folder
folderCheck checks if the folder exsists and it's writable
2020-10-08 13:26:17 +02:00
4d09925f64 Fixed FeatureOptions not working 2020-10-08 12:06:08 +02:00
49cf460131 Added catch for empty artists and made release type safe
in case deezer adds a new release type
2020-10-07 21:43:13 +02:00
90ff48ab87 Added "More Albums" to "All". Made artist download "All" category.
All category doesn't include Featured in, you still need to use 
"/discography" for that
2020-10-07 21:27:41 +02:00
a3b96d3340 Fixed typo 2020-10-04 11:56:32 +02:00
7ad388b999 Updated PyPi to 1.5.8 2020-10-03 11:18:38 +02:00
7054c57b6f Made move feat to title work with all artists settings
Specified OverwriteOption and FeaturesOption to not have random chars 
and ints in the code
Fixed local artwork download
2020-10-03 10:56:01 +02:00
b3265ec050 Updated PyPi to 1.5.7 2020-10-02 19:21:08 +02:00
f2caa297f5 Fixed download cancelling issue and made track formats number clearer 2020-10-02 19:20:23 +02:00
431a558467 Cleaned up downloadjob.py 2020-10-02 18:57:23 +02:00
66be97bec4 Merge pull request 'Escape %folder% and %filename% in execute command' (#70) from kermit/deemix:escape-execute into main
Reviewed-on: https://codeberg.org/RemixDev/deemix/pulls/70
2020-10-02 18:11:44 +02:00
559d3f0f84 Cleaned up queuemanager.py 2020-10-02 18:10:09 +02:00
861ac8f347 Escape %folder% and %filename% in execute command 2020-10-02 17:03:01 +01:00
2e8bae427d Updated PyPi to 1.5.6 2020-10-01 18:44:44 +02:00
50d0fdfa0a Fixed #68 2020-10-01 18:42:41 +02:00
d3c7ce8ce0 Merge pull request 'Assorted fixes' (#69) from kermit/deemix:fixes into main
Reviewed-on: https://codeberg.org/RemixDev/deemix/pulls/69
2020-10-01 18:40:39 +02:00
43676f9f34 Green the post-download commands so socketio connection doesn't drop 2020-10-01 17:33:37 +01:00
314beb682f Expose extrasPath to queue item 2020-10-01 17:33:37 +01:00
0a11f53c4c Consistent logging 2020-10-01 17:33:37 +01:00
b73d533c2b Fix post-download command for collections 2020-10-01 17:33:37 +01:00
f3754dc51b Added exception for when lyrics don't exsist 2020-10-01 16:04:11 +02:00
22e024af39 Fixed overwrite padding size 2020-09-30 20:27:19 +02:00