-
Notifications
You must be signed in to change notification settings - Fork 15
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
Check if release date has changed on existing release #70
Comments
In my case the realease_id was registered in database as "2021-01-01". So I think it was not seed as "future release". |
Other id, checkin release date, and if release date is not the same than the one registered in database, re-download the album. |
I'll check into this but if the release date is not in the future, I have no other way of knowing if it's a future release. Sometimes tracks are not available due to licensing so retrying on every refresh would cause that album to always fail. |
I think this album (334190677) was first set up as "20210101" (because this is the release date registered in the db file) and today change to "20220715", with enabling all the tracks. That's why I suggest checking the release date when refreshing, so if the date change, re-downloading the release. |
That may be possible. I already perform a check if the ID exists so I would expand that to if the ID and release date exist as a pair. I'm away for the next week but I'll implement this when I return. Good idea! |
Deezer has 3 different release dates: Original, Physical and Digital. I've experimented with the order in the past and found the current order to be the most accurate. I'll look into this particular case though to see how this could be resolved. |
ok, but when some tracks are not availables, they will never be downloaded with deemon.this joins the subject of failed downloads. |
When release date is in the future and some track have been availabled before, deemon thinks it has already download the full album. Perhaps, it has only downloaded the available tracks at moment of the download. When the release date is reach, nothing append, so it looses the other tracks.
The text was updated successfully, but these errors were encountered: