Queue
Table of contents
Each time deemon finds new releases, they are dumped to queue.csv
inside the deemon application directory. This provides a way to recover a failed job.
To redownload a queue, you can manually extract the album_id
or track_id
column and save it into a new file to pass to deemon:
Album IDs: deemon download --album-file file.csv
Track IDs: deemon download --track-file file.csv