We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey,
I think there's a problem with parsing the musicbrainz API result when an albumlist query is made.
For example,
$glyrc albumlist -a Radiohead
returns:
- Artist : radiohead - Language : us - Type : albumlist ---- Triggering: musictree local musicbrainz ---- ///// ITEM #1 ///// WRITE to './Radiohead___albumlist_1.txt' FROM: <http://musicbrainz.org/ws/1/release/?type=xml&artist=radiohead&limit=100> PROV: musicbrainz SIZE: 9 Bytes MSUM: 1d04acfbf071f0a6e781dd934102f92d TYPE: albumname SAFE: No RATE: 0 STMP: 0.000000 DATA: The Bends //////////////////// # => 1 item in total.
The link provided in the FROM field contains the full discography, so I guess it's not parsed correctly.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hey,
I think there's a problem with parsing the musicbrainz API result when an albumlist query is made.
For example,
$glyrc albumlist -a Radiohead
returns:
The link provided in the FROM field contains the full discography, so I guess it's not parsed correctly.
The text was updated successfully, but these errors were encountered: