Commit Graph

684 Commits

Author SHA1 Message Date
Mijael Viricochea Parra a275275cb6 Revert "Build file added for Windows"
This reverts commit 7e5b6d22c4.
2022-09-12 21:32:48 -04:00
Mijael Viricochea Parra 7e5b6d22c4 Build file added for Windows 2022-09-09 21:31:01 -04:00
Mijael Viricochea 96742046ba Fix error when cover is not present 2022-09-08 16:30:41 -04:00
Yaronzz 3199dcedc6 upload new version 2022-08-29 10:30:03 +08:00
Yaronzz 2cf59b3195 Fix #931 2022-08-29 10:25:50 +08:00
Yaronzz be84a3631a Merge pull request #974 from yohann69/patch-1
Update french.py
2022.08.29.1
2022-08-23 09:16:24 +08:00
Yaronzz 9ce35af72f Merge pull request #967 from bladeoner/language
Update Hungarian language
2022-08-23 09:16:00 +08:00
Yohann 9d904a0fea Update french.py 2022-08-11 18:40:28 +02:00
bladeoner 5e05afd775 Update Hungarian language 2022-08-01 23:29:18 +02:00
Yaronzz dece506d58 Merge pull request #962 from DJSweder/patch-2
Update czech.py
2022-07-28 23:24:38 +08:00
DJSweder c2cc170988 Update czech.py
Correction of author's information.
2022-07-26 14:11:33 +02:00
DJSweder 3cab9ea295 Update czech.py
Corrections and completion translation into Czech language.
2022-07-26 10:18:10 +02:00
Yaronzz 5cf094d227 Merge pull request #946 from acherifi/add_artists_search_and_favorites
Add capability to perform an artist search and download all albums
2022-07-26 10:05:10 +08:00
Yaronzz 2e1e15ed3f Merge pull request #959 from KitDaCatsun/patch-2
Made errors in __post__ throw after 3 attempts
2022-07-26 10:02:57 +08:00
KitDaCatsun 7434470216 Made errors in __post__ throw after 3 attempts
`range(3)` gives `0, 1, 2` so `index >= 3` would never be reached. Assuming intended behavior was to throw if an error occurs on the third try and ignore errors on the first and second
2022-07-25 10:17:04 +01:00
Yaronzz 2ce2a310ae Merge pull request #958 from KitDaCatsun/patch-1
Removed unused assignment
2022-07-25 17:14:31 +08:00
KitDaCatsun dfc7af7796 Removed unused assignment
header set to {} then immediately given new value
2022-07-25 09:06:17 +01:00
Ali CHERIFI 63bf063dd3 Fix except block 2022-07-14 22:51:38 +02:00
Ali CHERIFI 3e8a3436b4 Add capability to perform an artist search and download all albums 2022-07-14 22:43:12 +02:00
Yaronzz e08e5efc88 upload new version 2022-07-14 09:54:54 +08:00
Yaronzz 7f3758e18c Fix bug of #945 2022-07-14 09:52:45 +08:00
Yaronzz 3e2d74a37f update readme 2022-07-08 11:15:13 +08:00
Yaronzz 69ccd65025 update readme 2022-07-08 11:11:49 +08:00
Yaronzz 81b82e6c29 update gui 2022-07-08 10:54:05 +08:00
Yaronzz 346befda6d update gui 2022-07-08 09:59:48 +08:00
Yaronzz 450102bfea Merge pull request #940 from Frikilinux/lang-es
Translate new options and fix typos
2022-07-08 08:34:11 +08:00
Frikilinux a966b3d93d Translate new options and fix typos 2022-07-07 19:01:27 -03:00
Yaronzz 55df515256 upload new version #936 2022-07-06 14:57:30 +08:00
Yaronzz 242747719a Mulithread download 2022-07-06 14:43:59 +08:00
Yaronzz e3c5886a02 upload v2022.6.30.1 2022-06-30 09:06:27 +08:00
Yaronzz 33c49b83db fix #934 2022-06-30 08:57:04 +08:00
Yaronzz ed13b9b92d check qt_material #933 2022-06-30 08:45:13 +08:00
Yaronzz e45f649e46 update readme 2022-06-27 17:38:10 +08:00
Yaronzz 0172301769 check api key 2022-06-27 11:16:00 +08:00
Yaronzz a7aa38e563 fix bug of #930 2022-06-24 18:30:53 +08:00
Yaronzz fd97a2b966 upload new version 2022-06-24 10:19:41 +08:00
Yaronzz e1ee47b93c update 2022-06-23 14:07:26 +08:00
Yaronzz 61b9dd3af8 update 2022-06-23 13:43:47 +08:00
Yaronzz 628a42b058 add require module 2022-06-23 13:38:40 +08:00
Yaronzz 2c392f0e22 upload new version 2022.06.23.1 2022-06-23 11:55:19 +08:00
Yaronzz dc57d4d01d Merge pull request #927 from yaronzz/refactor
Refactor
2022-06-23 11:42:21 +08:00
Yaronzz 8ed83b1672 Merge remote-tracking branch 'remotes/origin/master' into refactor
# Conflicts:
#	README.md
#	TIDALDL-PY/tidal_dl/tidal.py
2022-06-23 11:38:42 +08:00
Yaronzz 3099820956 1. update setup.py 2022-06-23 11:26:33 +08:00
Yaronzz d643de43e9 1. add simple-gui 2022-06-23 10:03:17 +08:00
Yaronzz 39db4730c5 update README.md 2022-06-22 11:44:08 +08:00
Yaronzz 937aa7ca8f Merge pull request #924 from RandomNinjaAtk/patch-1
Bugfix for unable [ERR] {TITLE} parse ts urls failed
2022-06-21 15:22:42 +08:00
RandomNinjaAtk 84b9f6f6bc Bugfix for unable [ERR] {TITLE} parse ts urls failed
See issue: #872 

Tested and verified this change works locally.
2022-06-20 18:05:28 -04:00
Yaronzz b1ebd6f0b2 remove settings: onlyM4a 2022-06-20 17:34:41 +08:00
Yaronzz e1562ba30e 1. rebuild tidal-dl 2022-06-20 15:15:52 +08:00
Yaronzz 8876be13b6 fix bug of #916 2022-06-17 17:06:36 +08:00