Commit Graph

  • d7abab623f
    Merge pull request #1 from DownD/Fix-files-not-being-completly-downloaded main Ashish Kumar 2022-10-10 23:02:35 +0530
  • d43ce1511f Fix files not downloading completely Miguel 2022-10-08 18:32:40 +0100
  • c11cfed6bc
    Merge pull request #235 from Mikescher/master-pr-013 Logykk 2021-12-19 14:17:38 +1300
  • 42b7c1bd72
    Only query genres if track does not get skipped Mike Schwörer 2021-12-18 12:12:22 +0100
  • dc20e4367c realtime downloading for podcasts logykk 2021-12-18 22:11:43 +1300
  • 2f9766859a
    Merge pull request #232 from Mikescher/master-pr-012 Logykk 2021-12-17 18:38:02 +1300
  • e20483084f
    Print errors to stderr Mike Schwörer 2021-12-15 15:15:16 +0100
  • 1de70483fe
    Fix some (unavailable) songs trying to be downloaded Mike Schwörer 2021-12-15 15:10:56 +0100
  • 5404ccaf9d
    Print "No Genres found for song" to own channel Mike Schwörer 2021-12-15 15:10:28 +0100
  • d0e95aace1
    More output when QUERY-METADATA fails Mike Schwörer 2021-12-15 14:53:57 +0100
  • 58670d8081
    Bugfixes Mike Schwörer 2021-12-15 14:49:12 +0100
  • a15d966d93
    Move loader to own python file and added cmd flag to suppress its output Mike Schwörer 2021-12-15 14:16:30 +0100
  • d37ab43880
    Merge pull request #223 from cooper7692/main Logykk 2021-12-08 21:34:26 +1300
  • 2ed2840be8
    removed git dependency cooper7692 2021-12-05 22:39:38 -0500
  • ed151f069c
    removed git dependency cooper7692 2021-12-05 22:39:05 -0500
  • 395aff5d77
    Fix librespot install_requires Logykk 2021-12-05 12:41:46 +1300
  • 606125db07
    Merge pull request #219 from leonbohmann/dev-genre-tags Logykk 2021-12-02 17:42:52 +1300
  • 58fe9ae9e1
    Limit invoke_url retry's to 5 Logykk 2021-12-02 17:20:32 +1300
  • 6f75353423
    Updated changelog to 0.5.2 Logykk 2021-12-02 15:49:08 +1300
  • e00ad81c5e use more fancy busySymbols Leon Bohmann 2021-12-01 13:49:24 +0100
  • 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 Leon Bohmann 2021-12-01 13:48:53 +0100
  • 6762920a9b
    Merge pull request #217 from leonbohmann/dev-publish-to-pypi Logykk 2021-12-01 21:40:19 +1300
  • 3ec733262c
    Update setup.py Logykk 2021-12-01 21:39:25 +1300
  • daeb5b6805
    Merge pull request #195 from bartbaszt/master Logykk 2021-12-01 20:11:47 +1300
  • 5bf5a2656e
    Merge branch 'main' into master Logykk 2021-12-01 20:11:03 +1300
  • 055f7ad97d added another loader for download preparation Leon Bohmann 2021-11-30 22:33:50 +0100
  • 6877cca21b small design update to loader Leon Bohmann 2021-11-30 22:15:55 +0100
  • 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 Leon Bohmann 2021-11-30 22:12:47 +0100
  • 401688a458 added loader class for long running tasks Leon Bohmann 2021-11-30 22:11:59 +0100
  • 9a48746b79 added exception handling and retry-logic to zspotify Leon Bohmann 2021-11-30 21:41:48 +0100
  • 16c7ee5d51 removed exception handling from track Leon Bohmann 2021-11-30 21:41:33 +0100
  • 702ec22094 updated exception handling Leon Bohmann 2021-11-30 20:20:06 +0100
  • 0d553243d2 added switch to not send too much requests Leon Bohmann 2021-11-30 17:01:34 +0100
  • 1120592f0f added genre retrieval Leon Bohmann 2021-11-30 14:45:06 +0100
  • 3003e681ef moved workflow file into github folder Leon Bohmann 2021-11-30 12:06:23 +0100
  • ff0f41335c add publish workflow Leon Bohmann 2021-11-30 12:02:56 +0100
  • 3b1bc1d5c4 added setup py for github ci/cd Leon Bohmann 2021-11-30 11:59:45 +0100
  • a563ca2f13 removed unused imports logykk 2021-11-30 21:03:45 +1300
  • 6533d2c3e7
    Merge pull request #216 from Mikescher/master-pr-010 Logykk 2021-11-29 19:46:00 +1300
  • daad5e00d8
    Skip songs with id==None (eg locally added song) Mike Schwörer 2021-11-28 15:12:34 +0100
  • c40d89b458
    Merge pull request #214 from bladeSk/bugfix/podcast-tuple Logykk 2021-11-28 18:38:14 +1300
  • 925625133f Fix podcast downloader not expecting podcast data as a tuple Matus Koprda 2021-11-27 09:03:21 +0100
  • 1585133e70
    Merge pull request #211 from Mikescher/master-pr-009 cooper7692 2021-11-26 17:53:19 -0500
  • a0bebe8f7c
    Fix weird (?) error when running on other machine Mike Schwörer 2021-11-26 08:52:48 +0100
  • 7725cb01b7
    Merge pull request #209 from Mikescher/master-pr-006 Logykk 2021-11-26 19:54:12 +1300
  • 3a684281ce
    Merge pull request #208 from Mikescher/master-pr-007 Logykk 2021-11-26 19:53:48 +1300
  • 642f37ce9d
    Merge pull request #207 from Mikescher/master-pr-008 Logykk 2021-11-26 19:53:40 +1300
  • 41c5ea79c6
    Better error output if get_song_info fails Mike Schwörer 2021-11-25 10:25:25 +0100
  • 5a655f96ef
    Added --temp-download-dir option Mike Schwörer 2021-11-25 10:16:32 +0100
  • 96515801c4
    return resolved paths from config.py Mike Schwörer 2021-11-24 14:40:14 +0100
  • cb42b4a878 removed pydub dependency logykk 2021-11-24 21:22:54 +1300
  • 9e7d29dcc8
    Merge pull request #201 from Mikescher/master-pr-005 Logykk 2021-11-24 20:14:50 +1300
  • 7a6e3dffa8
    Merge pull request #200 from Mikescher/master-pr-004 Logykk 2021-11-24 20:14:09 +1300
  • bd55dff088
    Merge pull request #199 from Mikescher/master-pr-003 Logykk 2021-11-24 20:13:39 +1300
  • e90d87d40d
    Merge pull request #198 from Mikescher/master-pr-002 Logykk 2021-11-24 20:09:24 +1300
  • c5886e3401
    Exception traceback in GENERAL DOWNLOAD ERROR Mike Schwörer 2021-11-22 14:45:20 +0100
  • 0c6ec8a108
    Fix delaytime with DOWNLOAD_REAL_TIME ( fixes #175 ) Mike Schwörer 2021-11-22 11:41:38 +0100
  • c42b8131d1
    Fix credentials.json not being saved in CREDENTIALS_LOCATION path Mike Schwörer 2021-11-22 14:33:10 +0100
  • 26ed5bef39
    Update README Mike Schwörer 2021-11-22 10:31:19 +0100
  • 45f276013f
    Merge pull request #193 from Mikescher/master Logykk 2021-11-21 14:54:07 +1300
  • 76d99e054f Playlist num zero fill based on playlist size. Bartłomiej Basztura 2021-11-20 13:45:35 +0100
  • 8e6cc08205 Added possibility to set playlist_num in output filename Bartłomiej Basztura 2021-11-19 22:06:32 +0100
  • de0f8b30b1
    Added options to regulate terminal output (splash, progress, errors, skips, ...) Mike Schwörer 2021-11-19 18:45:04 +0100
  • c8c6c7d8cc
    A few fixes Mike Schwörer 2021-11-19 17:54:07 +0100
  • cdd013b09e
    Also save ext data in .song_ids file (filename, date, etc) Mike Schwörer 2021-11-19 17:46:32 +0100
  • c836240b30
    reintroduce split_album_discs config Mike Schwörer 2021-11-19 00:37:13 +0100
  • 543567079b
    Added --output argument for output templating Mike Schwörer 2021-11-19 00:20:17 +0100
  • ad43153d4c
    Added CREDENTIALS_LOCATION config value Mike Schwörer 2021-11-18 23:31:48 +0100
  • 0adaa20d59
    Added SONG_ARCHIVE config value Mike Schwörer 2021-11-18 23:24:08 +0100
  • a35d46e6ae
    Supply config values per commandline args Mike Schwörer 2021-11-18 23:02:05 +0100
  • 9082938dfd
    Use default values on missing configs Mike Schwörer 2021-11-18 22:39:17 +0100
  • 50187c5aeb
    Added --config-location argument Mike Schwörer 2021-11-18 22:24:45 +0100
  • 8cd868f317
    Move config to config.py Mike Schwörer 2021-11-18 22:16:07 +0100
  • 132e740201
    Merge pull request #192 from jkemming/feat/docker-improvements Logykk 2021-11-18 11:48:38 +1300
  • 2c88a5cd56 feat: Improve Docker setup jkemming 2021-11-17 21:36:35 +0100
  • 7f8572885a Merge branch 'main' of https://github.com/Footsiefat/zspotify logykk 2021-11-17 21:29:19 +1300
  • b9d42c4d7d Fixed issue when downloading multiple playlists logykk 2021-11-17 21:29:15 +1300
  • 00c1cdc391 Update issue templates Logykk 2021-11-17 20:12:16 +1300
  • 2638805741 Realtime downloads fix part 1 logykk 2021-11-13 18:06:34 +1300
  • d80dff2faf
    Merge pull request #190 from yiannisha/file_download Logykk 2021-11-12 09:41:39 +1300
  • 485d5ba826 Added download_from_urls helper function yiannisha 2021-11-11 18:23:53 +0200
  • feaed1ddca Added --download <file> argument yiannisha 2021-11-11 18:14:22 +0200
  • eb9b355754
    Add new branding Logykk 2021-11-11 12:29:37 +1300
  • 4c9b9c2caa
    Merge pull request #186 from yiannisha/fixes#161 Logykk 2021-11-10 13:16:10 +1300
  • 84978d8885 fixed path with missing directory yiannisha 2021-11-09 19:03:44 +0200
  • 1c419c0873 Name changes yiannisha 2021-11-09 18:46:28 +0200
  • a1e54e9781 Added global song archive yiannisha 2021-11-08 20:35:32 +0200
  • 6dbe5e8940
    Merge pull request #184 from thomaslty/main Logykk 2021-11-08 12:26:01 +1300
  • edbc5c78d9 add album artist: Thomas Lau 2021-11-05 15:50:55 +0000
  • 87b564d609 fix Thomas Lau 2021-11-05 11:14:09 +0000
  • 46a3c45cbc
    Update const.py thomaslty 2021-11-05 19:00:19 +0800
  • 3e48071f60
    Update zspotify.py thomaslty 2021-11-05 18:59:40 +0800
  • b488b277f0
    Update zspotify.py thomaslty 2021-11-05 18:50:27 +0800
  • 813ec6228d Track download fix part 1 logykk 2021-11-02 20:55:13 +1300
  • 76f4089e38
    Merge pull request #176 from yiannisha/fixes#162 Logykk 2021-11-01 11:38:05 +1300
  • 84dce7d67e Removed some debug messages yiannisha 2021-10-31 21:00:14 +0200
  • 97f8321877 Added function to check song duration yiannisha 2021-10-31 20:55:00 +0200
  • c5f4bf1ea6 added proper direct download support for podcasts Footsiefat 2021-10-31 17:50:27 +1300
  • 6d7a2b6576 1 Footsiefat 2021-10-31 13:41:49 +1300
  • 3beaa7564c added experimental podcast download method Footsiefat 2021-10-31 13:20:25 +1300