digitalec / deemon

Monitor specified artists for new releases
GNU General Public License v3.0
176 stars 15 forks source link

Archive option similar to yt-dlp --download-archive #96

Closed AKL55 closed 1 year ago

AKL55 commented 1 year ago

Is there any way to avoid redownloading deleted files? If not it would be nice to have in the future, this way we can delete the files or move then to another folder, and not redownload when updating artist.

digitalec commented 1 year ago

deemon is database-based, not file based. If you delete a file, it doesn't know. It will only download release IDs it has not seen yet. Sometimes releases get re-added which is a different release ID. You can prevent those from getting downloaded by making sure max_release_age is set.

AKL55 commented 1 year ago

It was a dumb feature request by me, i was using deemon download -m and this command redownloaded files, using deemon refresh worked fine without redownloading deleted files.

AKL55 commented 1 year ago

@digitalec quick question: when using deemon download -T or -u is there a way to add the track into the database without monitoring the artist of the track\album?

digitalec commented 1 year ago

No, there isn't. The database is designed to track album releases and their respective artists.