--skip-previously-downloaded should read .song_ids as well as .song_archive #24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Title.
.song_archiveis apparently only written if--skip-previously-downloadedis 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_idsare also a source of downloaded info, so Zotify should use that as well.I personally just populated the
.song_archivefile per below, but IMO this shouldn't be necessary