Commit Graph

5523 Commits

Author SHA1 Message Date
dabreadman
a17485e0cf Merge remote-tracking branch 'upstream/main' 2021-10-27 18:07:15 +00:00
logykk
68cea35fde Updated documentation 2021-10-27 23:03:33 +13:00
logykk
fe6f266b41 Added realtime downloading for songs 2021-10-27 22:49:21 +13:00
Girish Kotra
01c8dd49fd revised playlist id parsing logic in playlist.download_from_user_playlist 2021-10-27 13:53:54 +05:30
mockuser404
8e77cea4d1
Update podcast.py 2021-10-27 12:58:14 +05:30
mockuser404
5358d6f8ee
fix podcast existing episodes not skipping
Skip if existing episodes.
2021-10-27 12:55:27 +05:30
Logykk
8bab8a03c5
Fix pylint always failing
Merge pull request #146 from sheeeng/feature/pylint-exit
2021-10-27 10:36:37 +13:00
Footsiefat
16ade2d5e1
Merge pull request #148 from shirt-dev/bitrate-selection
Fix audio copy, set bitrate based on account type if not in config
2021-10-27 09:37:10 +13:00
shirt
27d6c791ce
Fix audio copy, set bitrate based on account type if not in config 2021-10-26 16:14:31 -04:00
Leonard Sheng Sheng Lee
48db26860f feature: pylint-exit
Pylint always fails. Pylint-exit displays fatal errors only.
2021-10-26 21:28:43 +02:00
Footsiefat
b279125a9c
Merge pull request #144 from mockuser404/patch-2
update ban info on readme
2021-10-27 08:20:08 +13:00
Footsiefat
494fd350d8
Merge pull request #145 from shirt-dev/ffmpeg
Use ffmpeg instead of pydub, support ogg stream copy
2021-10-27 08:12:09 +13:00
mockuser404
709a8cbfcd
Update README.md 2021-10-27 00:36:23 +05:30
shirt
eba1ec11c7
Use ffmpeg instead of pydub, support ogg stream copy 2021-10-26 15:06:17 -04:00
mockuser404
524c6fe075
Update README.md 2021-10-27 00:32:53 +05:30
mockuser404
5248995a7b
Update README.md 2021-10-27 00:31:56 +05:30
mockuser404
b01c96bb1c
update ban info on readme 2021-10-27 00:31:13 +05:30
Footsiefat
05e2cdda7d
Merge pull request #143 from mockuser404/patch-1
use os.path.join
2021-10-27 07:34:02 +13:00
mockuser404
3167c44d94
use os.path.join
fixes #142
2021-10-27 00:00:19 +05:30
dabreadman
d441843125 Merge remote-tracking branch 'upstream/main' 2021-10-26 18:06:58 +00:00
el-gringo-alto
ab35683045 Amended help text 2021-10-26 12:37:10 -04:00
Logykk
87419e18a8
Fix downloading by artist.
Modifying the scripts to include the query include_groups=album,single will only cause albums and singles made by the specific artist to be downloaded, avoiding unnecessary downloads.
2021-10-26 20:42:40 +13:00
el-gringo-alto
693cc068c4 Added argparser and updated Readme for cli usage 2021-10-26 01:39:38 -04:00
jonathan2384
8a450fd1ee
Fix for #127
Simple change to include ?include_groups=album%2Csingle in the api request when function get_artist_albums is used. Sorry if there is something wrong with this, I have not used Python before. It seems to work as expected in my testing.
2021-10-26 12:58:11 +09:00
Logykk
b62f6bea7f
Added docker hub image to Readme 2021-10-26 09:24:07 +13:00
Logykk
27c4ea580b
Merge pull request #126 from sheeeng/fix/pylint
fix: pylint
2021-10-26 08:09:31 +13:00
Footsiefat
89acac5013
Merge pull request #131 from jayden000/main
create common errors markdown page
2021-10-26 07:21:17 +13:00
Jayden
6da4eea12a
docs(common_errors): remove explanation 2021-10-25 14:15:49 -04:00
Jayden
67c325473f
docs(readme): add common errors markdown file 2021-10-25 14:14:05 -04:00
dabreadman
c8e8cad94a Merge remote-tracking branch 'upstream/main' 2021-10-25 18:07:31 +00:00
Leonard Sheng Sheng Lee
aa714b8022 fix: pylint 2021-10-25 14:15:03 +02:00
Footsiefat
f7da8c2761
Merge pull request #120 from sudouser777/main
updated pylint github action
2021-10-25 19:53:48 +13:00
Footsiefat
baa57668ad
Merge pull request #122 from LeithC/patch-1
Modified dockerfile to only copy zs_config if it exists
2021-10-25 19:52:12 +13:00
LeithC
9f841bf00f
Modified zs_config.json to only copy if exists
If zs_config.json does not exist it no longer forces a copy of the file.
2021-10-25 16:54:38 +10:30
Raju komati
29bdddf76e
Merge branch 'Footsiefat:main' into main 2021-10-25 11:15:07 +05:30
Raju komati
d744b6f40a
added requirements install command to pylint action 2021-10-25 11:13:46 +05:30
Raju komati
ce5e2be010
updated command in pylint github action 2021-10-25 11:10:53 +05:30
Footsiefat
2552e7ece0
Merge pull request #119 from Footsiefat/revert-94-main
Revert "added m3u playlist file creation"
2021-10-25 18:36:32 +13:00
Footsiefat
afeb84de39
Revert "added m3u playlist file creation" 2021-10-25 18:36:17 +13:00
Logykk
841df577a5
Merge pull request #118 from jaredrossberg/pylint
Allows pylint to run correctly
2021-10-25 18:25:00 +13:00
Footsiefat
ab3f7e4ffa
Update CHANGELOG.md 2021-10-25 18:14:09 +13:00
Footsiefat
4603224fa7
Merge pull request #117 from jaredrossberg/gitignore
Add DS_Store to .gitignore
2021-10-25 18:12:28 +13:00
Footsiefat
b7a01580b2
Merge pull request #94 from sudouser777/main
added m3u playlist file creation
2021-10-25 18:12:09 +13:00
Jared Rossberg
8e8d2b1c4b Allows pylint to run correctly 2021-10-24 23:11:09 -06:00
Raju komati
6eae314545
Merge branch 'Footsiefat:main' into main 2021-10-25 10:40:35 +05:30
Footsiefat
89b74ce511
Updated changelog to v2.3 2021-10-25 18:03:52 +13:00
Jared Rossberg
f034fc82bf Add DS_Store to .gitignore 2021-10-24 22:52:14 -06:00
Raju komati
2454d50913
resolved merge conficts 2021-10-25 10:07:06 +05:30
Footsiefat
3b00dee972
Merge pull request #115 from el-gringo-alto/generate_settings
Generate settings when running for the first time
2021-10-25 17:20:33 +13:00
Footsiefat
1799464986
tryna fix merge conflicts the lazy way for PR #155 2021-10-25 17:20:20 +13:00