Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

--skip-previously-downloaded should read .song_ids as well as .song_archive #24

Open
ghost opened this issue Sep 25, 2023 · 0 comments · May be fixed by #50
Open

--skip-previously-downloaded should read .song_ids as well as .song_archive #24

ghost opened this issue Sep 25, 2023 · 0 comments · May be fixed by #50

Comments

@ghost
Copy link

ghost commented Sep 25, 2023

Title.

.song_archive is apparently only written if --skip-previously-downloaded is set, but that doesn't make much sense to set on your first download. If you then later set that flag it looks for the archive, which isn't there, and wants to re-download everything.

.song_ids are also a source of downloaded info, so Zotify should use that as well.

I personally just populated the .song_archive file per below, but IMO this shouldn't be necessary

for f in **/.song_ids; do cat "$f" >> ~/Library/Application\ Support/Zotify/.song_archive; done
@ryansereno ryansereno linked a pull request Nov 28, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants