400 Commits

Author SHA1 Message Date
Yaronzz 8352f0f6e2 UPDATE 2023-11-01 13:41:16 +08:00
Robert Honz df7c444487 Added playlist -> right click to download the whole playlist in "playlist style". 2023-10-31 06:08:40 +01:00
Robert Honz d88dca4da6 Style fix. 2023-10-23 21:55:57 +02:00
Robert Honz 88b5b61328 KeyPressEvent select all items. 2023-10-23 21:55:26 +02:00
Robert Honz 56c9cf5695 Refactoring: Mainly removed unused imports. 2023-10-23 15:00:06 +02:00
Robert Honz 379eca8458 Multiple title can be downloaded sequentially. 2023-10-23 14:34:14 +02:00
Robert Honz 7d6f9fc6e1 * Playlist content will be displayed in table.
* Can select multiple items to download.
2023-10-23 13:41:17 +02:00
Robert Honz 87eabab36f * Added tidalapi as dependency.
* Added TreeView to display user's playlists.
2023-10-22 21:16:20 +02:00
Robert Honz 288c75bcc7 Removed tidal. import. 2023-10-22 10:51:47 +02:00
Yaronzz 4f32b14441 1. Add quality 'MAX'
2. Try to parse 'dash+xml'
2023-09-06 09:31:50 +08:00
Yaronzz 513be57c3d fix getTrackPath bug 2022-12-21 09:16:22 +08:00
Yaronzz b972f7cda8 Merge branch 'master' into made-video-download-optional 2022-12-21 08:51:23 +08:00
Yaronzz b1b643109c Merge pull request #1019 from DJSweder/patch-1
Update czech.py
2022-11-14 09:28:34 +08:00
DJSweder 09321db35e Update czech.py
Some minor changes
2022-11-13 16:52:45 +01:00
Click1701 132e516250 Update german.py
Translated yet untranslated parts and other slight changes
2022-11-08 17:20:17 +01:00
Yaronzz a771c598ae upload new version 2022-10-31 14:08:07 +08:00
Yaronzz db76e84123 Merge pull request #1003 from Zibbp/master
fix(cover): return if no cover found
2022-10-31 13:37:45 +08:00
Robert Sæther 252076f6dd Added missing translations 2022-10-31 04:27:30 +01:00
Robert Sæther 11828a0e8e Made video download optional when downloading playlists, albums or mixes 2022-10-31 02:30:57 +01:00
Isaac 93f363f405 fix(cover): return if no cover found 2022-10-28 10:02:27 -05:00
Grzegorz Krukar 238b2da4b3 Add delay setting 2022-10-25 23:51:16 +02:00
Yaronzz 4e8751ceb1 upload new version 2022-10-12 10:28:26 +08:00
Robert Sæther 07d18ce2d6 Language file clean-up (all files has same structure), added norwegian translations 2022-10-10 15:36:29 +02:00
Robert Sæther 7fdd307176 Minor translation cleanup 2022-10-10 14:53:07 +02:00
Robert Sæther 11805382cc Removed duplicate translation 2022-10-10 14:18:07 +02:00
Robert Sæther 044a847e78 Added option to control playlist folder format 2022-10-10 01:22:47 +02:00
Gilbert Paquin 0c83717469 Only take streamReady track
This is when a track is still in the playlist and no longer on tidal, you can't play the song anymore through tidal

Fix Issue #970
2022-09-23 16:37:04 -04:00
Gilbert Paquin 7f1afb27f1 Random delay and long wait if for any reason the random delay too short
Fix issue #986
2022-09-23 16:35:55 -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-23 09:16:24 +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
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
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
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
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