Import from Delicious Library #177
-
|
I am looking for any guidance on how I might use the client to help me import my collection from Delicious Library into Discogs. I believe that the UPC is the key index for DL, so any hints about how to use that in the import process would be gratefully received! Thanks, John |
Beta Was this translation helpful? Give feedback.
Answered by
AnssiAhola
Jul 23, 2025
Replies: 1 comment 5 replies
-
|
You should probably provide more context. What is Delicious, what is your plan exactly? Do they have an API? And so on. Hope that helps |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You could use the search method to search for each record with the barcode and pick the correct one from the results.
See the docs here https://python3-discogs-client.readthedocs.io/en/latest/quickstart.html#searching
That supports barcode as an keyword argument.
This wont be vary fast way to do it especially if your collection is in the hundreds of records.
Hope that helps. Cheers.