-
Notifications
You must be signed in to change notification settings - Fork 8
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
deezer api returns different release date than other platforms #58
Comments
Actually the situation is quite contrary, Deezer is most likely the only platform which has the correct release date in this case. Deezers API generally has the correct release date while their website displays the original release date. (This seems to be intended.) |
Tidal seems to sometimes agree with Deezer on the different release date, but I haven't investigated this further. |
can confirm that Deezer usually has better release data, especially on pre-streaming albums (i.e. albums originally released before streaming services were a thing). I won't say always, but quite often |
I found some releases where tidal is the only one with a different date:
Is this some kind of tidal exclusive early release? |
Possibly, Tidal had exclusive contracts with artists in the past, but I am not familiar with the artist, so I can't say for sure. In case of date discrepancies I always try to investigate the original release date, check news and announcements to see how the dates might relate. For examples like the last two, a metadata aggregator like Harmony can't do much more than showing the potential values. Only for way too early dates and extremely unlikely dates like the 1st January I plan to add warnings and not use them by default. |
Alright I think this is resolved, maybe there should be a new issue on how to handle different release dates on streaming plaftorms. |
i have an example of a really weird date from the deezer api The deezer api returns 2024-12-25, even tho the deezer streaming page says 2025-01-07 like every other streaming platform including youtube and soundcloud. |
problem description
compare these:
the deezer page says 2017-05-17, the correct release date that all other streaming platforms have as well, but the deezer api returns 2022-12-09
my guess is that the track was only later added to deezer and deezer for whatever reason returns the upload date as the release date in the api
this is also not an issue with a single track, i have seen this in a lot of cases
if you want i can give more examples, they are relatively trivial to find
suggested solution
The text was updated successfully, but these errors were encountered: