Lonely Lyle
4c242583b8
Add support for downloading playlist metadata
...
Add option PLAYLIST_CAPTURE. When enabled, downloaded playlists will be stored
as JSON files.
This lets users parse those JSON files and write small tools that can recreate
Spotify playlists locally. This commit only adds the download capability, and
making playlists (as m3u files et.c.) is left as an exercise for the reader or
maybe a latter commit.
2024-05-11 13:33:26 +02:00
Logykk
5da27d32a1
version bump
2024-02-07 18:10:08 +13:00
Zotify
55a5e6a355
Merge pull request #46 from SimsesLab/main
...
Added 'Defaults' column to Options table in README.md
2024-02-07 04:38:39 +00:00
Simon
5b705a1d7d
Update README.md
...
Added 'Defaults' column to Options table
2023-11-15 17:50:10 +01:00
Zotify
e236b4d38c
Correct macos config path in README
2023-10-05 23:39:09 +02:00
Zotify
ac4fff4e1f
Reference INSTALLATION.md in README
2023-09-12 23:16:24 +02:00
Zotify
0db75acc7e
Merge pull request 'Various fixes from github issues and PRs' ( #8 ) from octoshrimpy/zotify:main into main
...
Reviewed-on: https://zotify.xyz/zotify/zotify/pulls/8
2023-09-12 23:06:42 +02:00
octoshrimpy
2c8ed634c7
alumbs -> albums
2023-09-12 19:30:08 +02:00
octoshrimpy
4e6c425afa
adds INSTALLATION.md
2023-09-12 19:24:23 +02:00
octoshrimpy
fe6de7698a
attemps -> attempts
2023-09-12 19:13:30 +02:00
octoshrimpy
0ba8ae0f01
uninstall does not remove config file
2023-09-12 19:12:03 +02:00
octoshrimpy
901582948e
update skip-existing flag
2023-09-12 19:10:51 +02:00
octoshrimpy
fbc020687a
add logout instructions
2023-09-12 19:09:20 +02:00
octoshrimpy
0e6ec3804f
updates app.py with changes from GH PRs
2023-09-12 18:47:53 +02:00
octoshrimpy
33ffd38d46
updates readme with changes from GH PRs
2023-09-12 18:46:08 +02:00
logykk
8cfd27407e
force lrc file to utf-8
2023-08-10 01:01:00 +12:00
Zotify
ff527fe834
Fix lyrics extension replacement
2023-07-02 05:58:40 +02:00
Zotify
0604056667
Merge 'Fixed Dockerfile'
...
Reviewed-on: https://zotify.xyz/zotify/zotify/pulls/1
2023-04-30 13:07:34 +02:00
Zotify
e72fb18eb1
Update 'README.md'
2023-04-30 13:06:09 +02:00
Gabe
c6485a3ae5
Removed git dependency in build stage
2023-04-25 10:03:26 +00:00
Gabe
52a263aa20
Updated Dockerfile
2023-04-25 09:57:54 +00:00
logykk
91f24a81f2
add scope for followed artists
2022-12-28 23:49:18 +13:00
zotify
4bf43efe78
fix cover art resolution again
2022-11-12 14:17:48 +13:00
zotify
c8d0b0eb59
release 0.6.9
2022-10-19 16:07:48 +13:00
Zotify
b416ca9853
Switch cover art to 640px image
...
Fixes recent API change that switched the order of cover art URLs, causing zotify to fetch 64px images.
2022-10-18 21:25:07 +00:00
Zotify
505a52f0ab
Merge pull request #1 from zotify-dev/update-repo-location
...
Update repo location
2022-10-13 09:20:17 +00:00
Zotify
52be1e20a4
Update repo location
2022-10-13 09:19:41 +00:00
Zotify
08d8e229bb
Create pushmirror.yml
2022-10-13 09:18:08 +00:00
zotify
04207597e5
Update License
2022-10-07 17:50:40 +13:00
logykk
76bc317a6a
version bump
2022-07-02 13:00:47 +12:00
logykk
7844f776cf
check for "audio_preview_url"
2022-07-02 12:57:12 +12:00
Not Logykk
2bcef5e65e
Temporary fix for protobuf error
2022-05-29 00:27:32 +00:00
logykk
99c59a5812
use same naming for lyrics as tracks
2022-04-24 17:56:17 +12:00
logykk
5c4a317d89
switch to static setup file
2022-04-15 14:59:08 +12:00
Not Logykk
f71074811e
Merge branch 'thisisnotlogykk-main-patch-59558' into 'main'
...
Update docs
See merge request team-zotify/zotify!8
2022-04-03 02:32:39 +00:00
Not Logykk
1e7ad14dae
Update README.md
2022-04-03 02:27:54 +00:00
Not Logykk
5782b69c3d
Merge branch 'all-artists-test' into 'main'
...
option to download by followed artists
See merge request team-zotify/zotify!7
2022-03-28 20:48:46 +00:00
logykk
59543504ae
option to download by followed artists
2022-03-24 22:42:06 +13:00
Not Logykk
820f0b2182
Merge branch 'fix-downloads' into 'main'
...
Fix download skipping
See merge request team-zotify/zotify!6
2022-03-23 07:40:58 +00:00
logykk
e052e13584
Basic fault tolerance
2022-03-23 20:01:26 +13:00
logykk
7c315da6f4
Proper fix for incomplete downloads
2022-03-23 19:05:40 +13:00
Zotify
7bc02bd3d0
bump version
2022-03-23 05:11:24 +00:00
logykk
08ece45ae9
Fix tracks getting cutoff
2022-03-22 21:35:38 +13:00
logykk
e74dba6344
default to -s
2022-02-25 14:52:30 +13:00
logykk
fd4e93df8b
bump version
2022-02-25 13:42:05 +13:00
logykk
fb1dae5400
fix json fetching
2022-02-25 13:40:28 +13:00
Not Logykk
fcb823a474
Fix typo in output format
2022-02-21 23:13:58 +00:00
Not Logykk
4e7d468ade
Less stupid single format
2022-02-20 03:34:37 +00:00
logykk
73ca05bf41
Minor fixes - 0.6.2
2022-02-19 16:25:36 +13:00
Not Logykk
d04efb0794
Merge branch 'dsalmon-main-patch-26678' into 'main'
...
Fix Dockerfile
See merge request team-zotify/zotify!5
2022-02-17 07:23:14 +00:00