You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,8 @@
15
15
- Setting `--config` (formerly `--config-location`) can be set to "None" to not use any config file
16
16
- Search result selector now accepts both comma-seperated and hyphen-seperated values at the same time
17
17
- Renamed `--liked`/`-l` to `--liked-tracks`/`-lt`
18
-
- Renamed `root_path` and `root_podcast_path` to `music_library` and `podcast_library`
18
+
- Renamed `root_path` and `root_podcast_path` to `album_library` and `podcast_library`
19
19
-`--username` and `--password` arguments now take priority over saved credentials
20
-
- Regex pattern for cleaning filenames is now OS specific, allowing more usable characters on Linux & macOS.
21
20
- On Linux both `config.json` and `credentials.json` are now kept under `$XDG_CONFIG_HOME/zotify/`, (`~/.config/zotify/` by default).
22
21
- The output template used is now based on track info rather than search result category
23
22
- Search queries with spaces no longer need to be in quotes
@@ -29,7 +28,7 @@
29
28
30
29
- New library location for playlists `playlist_library`
31
30
- Added new command line arguments
32
-
-`--library`/`-l` overrides both `music_library` and `podcast_library` options similar to `--output`/`-o`
31
+
-`--library`/`-l` overrides both `album_library` and `podcast_library` options similar to `--output`/`-o`
33
32
-`--category`/`-c` will limit search results to a certain type, accepted values are "album", "artist", "playlist", "track", "show", "episode". Accepts multiple choices.
34
33
-`--debug` shows full tracebacks on crash instead of just the final error message
Pull requests are always welcome, but if adding an entirely new feature we encourage you to create an issue proposing the feature first so we can ensure it's something that fits sthe scope of the project.
106
+
Pull requests are always welcome, but if adding an entirely new feature we encourage you to create an issue proposing the feature first so we can ensure it's something that fits the scope of the project.
108
107
109
108
Zotify aims to be a comprehensive and user-friendly tool for downloading music and podcasts.
110
109
It is designed to be simple by default but offer a high level of configuration for users that want it.
111
110
All new contributions should follow this principle to keep the program consistent.
112
111
113
112
## Will my account get banned if I use this tool?
114
113
115
-
There have been no confirmed cases of accounts getting banned as a result of using Zotify.
114
+
There have been no *confirmed* cases of accounts getting banned as a result of using Zotify.
116
115
However, it is still a possiblity and it is recommended you use Zotify with a burner account where possible.
117
116
118
117
Consider using [Exportify](https://watsonbox.github.io/exportify/) to keep backups of your playlists.
0 commit comments