Closed SHxKM closed 4 years ago
I know the csv dumps include release date in the releases file (not the master file).
They are not clean dates though. Many different formats as assume is a text input.
Wrt api I’m not sure. Not spent enough time near it recently.
On 18 Aug 2018, at 10:27, typistX notifications@github.com wrote:
All I see available is a simple "year" field.
Am I missing something?
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
There is a property on the api response for releases called released
that stores a date if present.
I've forked and updated the release class in models.py
. Happy to submit a PR.
@SHxKM if you want to do this yourself:
released = SimpleField()
in the Release
class in models.py
import discogs_client
in __init__.py
(to get the imports working, pretty sure there is a better way to do this)python -m pip install path/to/your/repo/discogs_client
import discogs_client
in python and any release you look up should have the released
property. Hi, thank you for opening this issue.
Unfortunately, this project is no longer actively maintained, and today, we're archiving the repository and publishing the final version to PyPI.
We sincerely appreciate your contribution and regret that we weren't able to give it the attention it deserved.
All I see available is a simple "year" field.
Am I missing something?