Skip to content
Discussion options

You must be logged in to vote

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.

d.search(barcode="")

This wont be vary fast way to do it especially if your collection is in the hundreds of records.

Hope that helps. Cheers.

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@johnbshk
Comment options

@JOJ0
Comment options

JOJ0 Jul 22, 2025
Maintainer

@johnbshk
Comment options

@AnssiAhola
Comment options

Answer selected by johnbshk
@johnbshk
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants