Open triplem opened 10 years ago
First draft to use a local metadata source. We are using discogs_id as the id name and "local" as name.
DummyResponse from "_common_test.py" should be adopted to use same functionality (new class in discogsalbum.py). Furthermore add tests to increase test coverage to above 80% again.
The metadata should be read locally, but pictures should get fetched from the discogs servers. Therefor the datasource should be called local_discogs (the source is the discogs json anyways).
Probably in a later version we do create our own "metadata"-format, but this is not really necessary.