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

starox fredo at starox.org
Wed Mar 8 20:25:39 UTC 2006


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

Comment:
Have the same behaviour here with ppc and i386. Does not happen in Breezy.
I export MUSICBRAINZ_DEBUG=true and then get the following with sound-juicer 2.13.{4,6}

  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>8FsDc5De9N.Fu_VnUcb9l07xc1A-</mm:cdindexid>
</mq:GetCDInfo>
</rdf:RDF>

After the request is made, it is never renewed, even with file->reread cd.
I don't found where the data are cached.
Sound-juicer 2.12.2 (on breezy) make the request with the full toc :

  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>@DEPTH@</mq:depth>
    <mm:cdindexid>yLpf9vkwv33b55S8W0TVSwTOgfk-</mm:cdindexid>
    <mm:firstTrack>1</mm:firstTrack>
    <mm:lastTrack>18</mm:lastTrack>
    <mm:toc>
      <rdf:Seq>
       <rdf:li>
         <mm:TocInfo>
           <mm:sectorOffset>344792</mm:sectorOffset>
           <mm:numSectors>0</mm:numSectors>
         </mm:TocInfo>
       </rdf:li>
[...]
    </rdf:Seq>
    </mm:toc>
  </mq:GetCDInfo>




More information about the desktop-bugs mailing list