Bug 429483 - Please add barcode search to Musicbrainz source
Summary: Please add barcode search to Musicbrainz source
Status: RESOLVED FIXED
Alias: None
Product: tellico
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Debian stable Linux
: NOR wishlist
Target Milestone: ---
Assignee: Robby Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-11-22 00:28 UTC by Mike
Modified: 2020-11-22 20:09 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 3.3.4


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mike 2020-11-22 00:28:39 UTC
Barcodes can be queried via the Musicbrainz API using the release entity, with a query string of 'barcode:<barcode #>'.

For instance, to search for an album with barcode 8024391054123:

http://musicbrainz.org/ws/2/release?query=barcode%3A8024391054123
Comment 1 Robby Stephenson 2020-11-22 19:44:08 UTC
Git commit a950dfe16be960f4246a134a90c3051c20f75a92 by Robby Stephenson.
Committed on 22/11/2020 at 19:24.
Pushed by rstephenson into branch '3.3'.

Add barcode searching to MusicBrainz data source
FIXED-IN: 3.3.4

M  +4    -0    ChangeLog
M  +13   -0    src/fetch/musicbrainzfetcher.cpp
M  +1    -2    src/fetch/musicbrainzfetcher.h
M  +13   -0    src/tests/musicbrainzfetchertest.cpp
M  +1    -0    src/tests/musicbrainzfetchertest.h

https://invent.kde.org/office/tellico/commit/a950dfe16be960f4246a134a90c3051c20f75a92
Comment 2 Robby Stephenson 2020-11-22 20:09:12 UTC
Git commit aef972c299fc3d69e4fed1459f96029a408b1cc9 by Robby Stephenson.
Committed on 22/11/2020 at 19:22.
Pushed by rstephenson into branch 'master'.

Add barcode searching to MusicBrainz data source
FIXED-IN: 3.3.4

M  +1    -0    ChangeLog
M  +13   -0    src/fetch/musicbrainzfetcher.cpp
M  +1    -2    src/fetch/musicbrainzfetcher.h
M  +13   -0    src/tests/musicbrainzfetchertest.cpp
M  +1    -0    src/tests/musicbrainzfetchertest.h

https://invent.kde.org/office/tellico/commit/aef972c299fc3d69e4fed1459f96029a408b1cc9