Commit Graph

39 Commits

Author SHA1 Message Date
Qamynn 62f995483d Sanitize album and track attributes
Now using "sanitize_filename" on the album and artist attributes. Now no accidental subdirectories get created because of characters like: ":" or "/"
2023-08-20 14:16:43 +02:00
ISkIN 7d9d80e946 Added the ability to create a folder hierarchy 2023-02-19 17:43:31 +03:00
Georg Perhofer 83ddf50e6f requests download error handling 2022-12-12 12:15:06 +01:00
Georg Perhofer 3f90b14819 is_multiple fix 2022-12-12 11:47:43 +01:00
Georg Perhofer c907599472 error handling, renaming 2022-12-12 11:26:00 +01:00
vitiko98 9c54988a2d Organize functions 2021-03-22 18:57:15 -04:00
nathannathant 8f7e38aa51 Fix Issue #84 2021-03-11 21:29:26 -08:00
nathannathant eb19e7345c typo 2021-03-04 12:01:26 -08:00
nathannathant 628e0a67c3 working function that cleans up discographies
also added bit depth and sampling rate to download logging
2021-03-03 23:27:48 -08:00
nathannathant 78c27f9999 Only formatting, no real changes
switched to the black formatter
2021-03-02 14:29:56 -08:00
nathannathant 91ee9cbde0 whitespace 2021-03-01 18:18:10 -08:00
nathom 6c4c09fe4d
Merge branch 'development' into issue52 2021-03-01 18:15:39 -08:00
nathannathant 3affd97916 clean format function improved, config updates 2021-03-01 17:56:52 -08:00
nathannathant 0d02292823 typing, minor changes 2021-03-01 15:18:08 -08:00
nathannathant 4a57145be7 formatted filepaths 2021-02-28 21:31:43 -08:00
nathannathant e03d3aa97f fixed + operator error 2021-02-25 21:35:47 -08:00
nathannathant bdb98bb59e Change formatting to suppress linter warnings 2021-02-25 21:21:44 -08:00
nathannathant 678910d2f3 misc 2021-02-25 14:00:48 -08:00
vitiko98 f34975e54f Close #54 and #57 2021-01-26 18:42:29 -04:00
vitiko98 e57cf32481 Remove explicit tag (close #50) 2021-01-08 18:08:05 -04:00
vitiko98 7ef09f3c4a Close #49 2021-01-04 15:13:44 -04:00
vitiko98 36c01a326e Major changes
* Handle duplicate IDs with database (close #45)
* Prettify the code with f strings
* New filename format
* Add label tag
* Add technical info to the folder for Hi-Res downloads
2020-12-20 16:33:41 -04:00
vitiko98 0ded90c0f8 Remove leftover files after failed downloads 2020-12-19 15:29:26 -04:00
vitiko98 4861c6ab85 Replace YEAR by DATE (close #42) 2020-12-19 12:56:59 -04:00
vitiko98 df578d1d02 Fix problem with booleans from configparser 2020-12-18 19:10:37 -04:00
vitiko98 f370b5c0b0 Add more options to config file 2020-12-18 17:17:20 -04:00
vitiko98 5f3c85847f Fix Color code error with windows; close #36
Covers won't be downloaded in their original size anymore by default as they are too big. If you still want to download in the original size, just  set the flag --og-cover after running a qobuz-dl command.
2020-12-17 21:55:42 -04:00
vitiko98 fd260ee0f3 Remove print calls; colored output; minor fixes
Close #37
2020-12-17 21:27:08 -04:00
vitiko98 1bf8bb16de Add the option to disable quality fallback (close #35)
Also stop the version number heresy
2020-12-16 19:07:40 -04:00
vitiko98 2cd31e5a8a New feature and error handling with downloads
Playlist m3u for playlist download [Enhancement]. Close #31
Fix #32
Update README.md
2020-12-16 14:21:15 -04:00
vitiko98 f68fadea11 Remove awful function 2020-12-15 13:58:25 -04:00
vitiko98 bea77ba241 Close #30; remove versions from requirements.txt 2020-12-15 13:07:21 -04:00
vitiko98 5bf5ddf40a Remove useless loop 2020-12-14 22:38:46 -04:00
vitiko98 4179f3bc73 Partial rewrite
* Fix #26
* Fix #25
* Fix #23 (new flag: --albums-only)
* Fix #6
* Add support for last.fm playlists
* Update README
2020-12-14 19:48:15 -04:00
vitiko98 5525a48a9b Fix #22 2020-12-13 14:03:18 -04:00
vitiko98 b7224d5515 Fix string formatting on folder names 2020-12-12 17:40:52 -04:00
vitiko98 9cec3fccfb Fix for #17
Fix for #21

Fix for #20

Feature for #18
2020-12-12 17:32:09 -04:00
vitiko98 621c609721 Added new modes: interactive, download and lucky
Save files in separated folders when more than one disc. Fix for #13

Handle albums with the same name and different qualities. Fix for #15

Support for embedded artwork. Fix for #12

Check if the file exists before downloading

New README
2020-12-09 14:52:18 -04:00
vitiko98 25180526be pip package; reverse pull requests that broke qobuz-dl (my bad for not
testing); add remix naming support
2020-12-07 15:58:51 -04:00