[Bug 30308] sound-juicer doesn't fetch CD info from the Internet

starox fredo at starox.org
Sun Mar 19 10:47:39 UTC 2006


Public bug report changed:
https://launchpad.net/malone/bugs/30308

Comment:
Sorry for the delay 
Using Gnome sound-juicer 2.14.0 :
- Cache is effectively disabled now
- First query to MB don't use track number and size (see below on a cd present in MB database)

So with half my cds, I don't have titles. The solution could be to make
a second request with track info if the first fails.

--------
fredo at ange:~$ export MUSICBRAINZ_DEBUG=true
fredo at ange:~$ sound-juicer
  url: http://mm.musicbrainz.org:80/cgi-bin/mq_2_1.pl
query: <?xml version="1.0"?>
<rdf:RDF xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc  = "http://purl.org/dc/elements/1.1/"
         xmlns:mq  = "http://musicbrainz.org/mm/mq-1.1#"
         xmlns:mm  = "http://musicbrainz.org/mm/mm-2.1#">
<mq:GetCDInfo>
   <mq:depth>2</mq:depth>
   <mm:cdindexid>l17cuHDncnllmXKE8SC6klUOuFM-</mm:cdindexid>
</mq:GetCDInfo>
</rdf:RDF>


result: <?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf = "http://www.w3.org/1999/02/22-rdf-syntax-ns#"
         xmlns:dc  = "http://purl.org/dc/elements/1.1/"
         xmlns:mq  = "http://musicbrainz.org/mm/mq-1.1#"
         xmlns:mm  = "http://musicbrainz.org/mm/mm-2.1#"
         xmlns:ar  = "http://musicbrainz.org/ar/ar-1.0#"
         xmlns:az  = "http://www.amazon.com/gp/aws/landing.html#">
  <mq:Result>
    <mq:status>OK</mq:status>
  </mq:Result>
</rdf:RDF>


fredo at ange:~$ sound-juicer --version
Gnome sound-juicer 2.14.0
fredo at ange:~$




More information about the desktop-bugs mailing list