Commit Graph

113 Commits

Author SHA1 Message Date
Logykk 606125db07
Merge pull request #219 from leonbohmann/dev-genre-tags
Added querying of genres of each track
2021-12-02 17:42:52 +13:00
Logykk 58fe9ae9e1
Limit invoke_url retry's to 5 2021-12-02 17:20:32 +13:00
Leon Bohmann e00ad81c5e use more fancy busySymbols 2021-12-01 13:49:24 +01:00
Leon Bohmann c9e8c0c45d use Printer class for output
- added print-options for API_ERRORS
- modified printing inside of invoke_url
- "No Genre found." is printed using SKIPS
2021-12-01 13:48:53 +01:00
Logykk 5bf5a2656e
Merge branch 'main' into master 2021-12-01 20:11:03 +13:00
Leon Bohmann 055f7ad97d added another loader for download preparation 2021-11-30 22:33:50 +01:00
Leon Bohmann 6877cca21b small design update to loader 2021-11-30 22:15:55 +01:00
Leon Bohmann a93fc0ee36 implemented loaders in task
- long running tasks like zspotify.invoke_url or convert_audio_format now use a Loader to show that they are busy
2021-11-30 22:12:47 +01:00
Leon Bohmann 401688a458 added loader class for long running tasks 2021-11-30 22:11:59 +01:00
Leon Bohmann 9a48746b79 added exception handling and retry-logic to zspotify 2021-11-30 21:41:48 +01:00
Leon Bohmann 16c7ee5d51 removed exception handling from track 2021-11-30 21:41:33 +01:00
Leon Bohmann 702ec22094 updated exception handling 2021-11-30 20:20:06 +01:00
Leon Bohmann 0d553243d2 added switch to not send too much requests 2021-11-30 17:01:34 +01:00
Leon Bohmann 1120592f0f added genre retrieval 2021-11-30 14:45:06 +01:00
logykk a563ca2f13 removed unused imports 2021-11-30 21:03:45 +13:00
Mike Schwörer daad5e00d8
Skip songs with id==None (eg locally added song) 2021-11-28 15:16:06 +01:00
Matus Koprda 925625133f Fix podcast downloader not expecting podcast data as a tuple 2021-11-27 09:03:21 +01:00
Mike Schwörer a0bebe8f7c
Fix weird (?) error when running on other machine 2021-11-26 08:52:48 +01:00
Logykk 7725cb01b7
Merge pull request #209 from Mikescher/master-pr-006
return resolved paths from config.py
2021-11-26 19:54:12 +13:00
Logykk 3a684281ce
Merge pull request #208 from Mikescher/master-pr-007
Added TEMP_DOWNLOAD_DIR option
2021-11-26 19:53:48 +13:00
Mike Schwörer 41c5ea79c6
Better error output if get_song_info fails 2021-11-25 13:19:31 +01:00
Mike Schwörer 5a655f96ef
Added --temp-download-dir option 2021-11-25 11:31:01 +01:00
Mike Schwörer 96515801c4
return resolved paths from config.py 2021-11-24 14:40:14 +01:00
logykk cb42b4a878 removed pydub dependency 2021-11-24 21:22:54 +13:00
Logykk 9e7d29dcc8
Merge pull request #201 from Mikescher/master-pr-005
Exception traceback
2021-11-24 20:14:50 +13:00
Logykk 7a6e3dffa8
Merge pull request #200 from Mikescher/master-pr-004
Fix --credentials-location
2021-11-24 20:14:09 +13:00
Mike Schwörer c5886e3401
Exception traceback in GENERAL DOWNLOAD ERROR 2021-11-22 15:00:15 +01:00
Mike Schwörer 0c6ec8a108
Fix delaytime with DOWNLOAD_REAL_TIME ( fixes #175 ) 2021-11-22 14:56:59 +01:00
Mike Schwörer c42b8131d1
Fix credentials.json not being saved in CREDENTIALS_LOCATION path 2021-11-22 14:55:29 +01:00
Bartłomiej Basztura 76d99e054f Playlist num zero fill based on playlist size. 2021-11-20 13:45:35 +01:00
Bartłomiej Basztura 8e6cc08205 Added possibility to set playlist_num in output filename 2021-11-19 22:06:32 +01:00
Mike Schwörer de0f8b30b1
Added options to regulate terminal output (splash, progress, errors, skips, ...) 2021-11-19 18:45:04 +01:00
Mike Schwörer c8c6c7d8cc
A few fixes 2021-11-19 18:00:27 +01:00
Mike Schwörer cdd013b09e
Also save ext data in .song_ids file (filename, date, etc) 2021-11-19 17:48:19 +01:00
Mike Schwörer c836240b30
reintroduce split_album_discs config 2021-11-19 00:37:13 +01:00
Mike Schwörer 543567079b
Added --output argument for output templating 2021-11-19 00:20:17 +01:00
Mike Schwörer ad43153d4c
Added CREDENTIALS_LOCATION config value 2021-11-18 23:31:48 +01:00
Mike Schwörer 0adaa20d59
Added SONG_ARCHIVE config value 2021-11-18 23:24:08 +01:00
Mike Schwörer a35d46e6ae
Supply config values per commandline args 2021-11-18 23:02:05 +01:00
Mike Schwörer 9082938dfd
Use default values on missing configs 2021-11-18 22:39:17 +01:00
Mike Schwörer 50187c5aeb
Added --config-location argument 2021-11-18 22:24:45 +01:00
Mike Schwörer 8cd868f317
Move config to config.py 2021-11-18 22:16:07 +01:00
logykk b9d42c4d7d Fixed issue when downloading multiple playlists 2021-11-17 21:29:15 +13:00
logykk 2638805741 Realtime downloads fix part 1 2021-11-13 18:06:34 +13:00
yiannisha 485d5ba826 Added download_from_urls helper function 2021-11-11 18:23:53 +02:00
yiannisha feaed1ddca Added --download <file> argument 2021-11-11 18:14:22 +02:00
yiannisha 84978d8885 fixed path with missing directory 2021-11-09 19:03:44 +02:00
yiannisha 1c419c0873 Name changes 2021-11-09 18:46:28 +02:00
yiannisha a1e54e9781 Added global song archive 2021-11-08 20:35:32 +02:00
Thomas Lau edbc5c78d9 add album artist: 2021-11-05 15:50:55 +00:00