Ticket #2855 (closed bug: duplicate)

Opened 1 year ago

Last modified 1 year ago

Some ASINs do not load art in Picard using plugin

Reported by: BrianFreud Assigned to: luks
Priority: normal Milestone: Picard Qt
Component: Picard Tagger Version: Picard 0.9.0alpha9
Keywords: Cc:
Browser: OS: Other

Description

This one BrianG mentioned to me in IRC.

http://musicbrainz.org/show/release/relationships.html?releaseid=89609

I gather he's seen other ASINs also not loading coverart.

Using PicardQTa9 with the newest version of the art plugin (from the webpage, not aCiD2's special version for me).

I've checked the urls that ought to parse (http://images.amazon.com/images/P/B00004THKR.01.LZZZZZZZ.jpg and http://images.amazon.com/images/P/B00004THKR.01.MZZZZZZZ.jpg) and they do load when directly referenced, using the same url as is created by the plugin when it parses ASINs.

I've also tried replacing the ASIN reference with a new one via edit, just in case something was wrong with the ASIN as previously stored. No effect.

So something else is wrong. No log entries are written to either log - just no art shows up in PicardQT.

Attachments

Change History

2007-05-15 05:09:57 changed by BrianFreud

Just a follow up, I tested that release to see if it was a plugin problem, or a QT problem. Using this naming string, if QT sees an ASIN, it ought to put the file in /Music/artist/release. If it doesn't, it ought to go in /NoASIN/Music/artist/release.

It went into /NoASIN/Music/artist/release - thus it looks like QT never sees the ASIN to begin with, so the plugin doesn't have an ASIN to use for pulling the art.

$if($and(%asin%,$eq(%releasestatus%,official)),$if($eq(%releasetype%,soundtrack),Soundtracks/$if(%releasestatus%,[%releasestatus%] )$if(%date%,[$left(%date%,4)] )%album%/$num(%tracknumber%,2). %artist% - %title%,Music/$if2(%albumartist%,%artist%)/$if(%releasetype%,[%releasetype%] )$if(%releasestatus%,[%releasestatus%] )$if(%date%,[$left(%date%,4)] )%album%/$num(%tracknumber%,2). %title%),NoASIN/$if($eq(%releasetype%,soundtrack),Soundtracks/$if(%releasestatus%,[%releasestatus%] )$if(%date%,[$left(%date%,4)] )%album%/$num(%tracknumber%,2). %artist% - %title%,Music/$if2(%albumartist%,%artist%)/$if(%releasetype%,[%releasetype%] )$if(%releasestatus%,[%releasestatus%] )$if(%date%,[$left(%date%,4)] )%album%/$num(%tracknumber%,2). %title%))

2007-05-15 05:14:18 changed by luks

  • status changed from new to closed.
  • resolution set to duplicate.

See #2515


Add/Change #2855 (Some ASINs do not load art in Picard using plugin)




Action