Hi Pippin,
See below:
pippin wrote: 
> As long as it's an issue with Jimi Hendrix only I tend to believe it's
> somehow related to CB's caching or something specific to this case.
> 
> I looked at what CB delivers (at least with the default "Artists" menu)
> and it's the exact same relative URL MAI delivers for iPeng's native
> "Artists" menu.
> 
> If you had plenty of time, you could set "network.cometd" logging on
> your server to "debug" and load the CB Artsist menu. Make sure to
> immediately turn the setting off after the menu loaded (just the menu,
> don't wait for the artwork) since it's very verbose.
> Then look for the entry for Jimi Hendrix.
> It should look somewhat like this:
> > 
Code:
--------------------
  >   > 
  > {
  > actions => {
  > more => {
  > cmd => ["contextmenu"],
  > itemParams => "params",
  > params => { artist_id => 35_746, isContextMenu => 1, menu => "artist" },
  > },
  > },
  > icon    => "imageproxy/mai/artist/35746/image.png",
  > params  => { artist => 35_746, hierarchy => "artists,artist", textkey => 
"J" },
  > text    => "Jimi Hendrix",
  > textkey => "J",
  > type    => "artist",
  > window  => {
  > icon => "imageproxy/mai/artist/35746/image.png",
  > titleStyle => "album",
  > },
  > },
  > 
--------------------
> > 
> Actually, it should look EXACTLY like this except for the numbers.
Hmmm, I get the correct URL (browsing to it on the server gives the
correct image), but the wrong image shows up in the CustomBrowse menu:

Code:
--------------------
    
  {
  actions => {
  more => {
  cmd => ["contextmenu"],
  itemParams => "params",
  params => { artist_id => 47_754, isContextMenu => 1, menu => "artist" },
  },
  },
  icon    => "imageproxy/mai/artist/47754/image.png",
  params  => {
  artist    => 47_754,
  hierarchy => "group_Rock,multilibrary_rock_ml_artists,artist",
  textkey   => "H",
  },
  text    => "Jimi Hendrix",
  textkey => "H",
  type    => "artist",
  window  => {
  icon => "imageproxy/mai/artist/47754/image.png",
  titleStyle => "album",
  },
  },
  
  
--------------------

Again, when I view imageproxy/mai/artist/47754/image.png, I get the
correct image, -not- the image that is actually shown in the
CustomBrowse menu. Any suggestions?

Thanks,

Mike


------------------------------------------------------------------------
mps's Profile: http://forums.slimdevices.com/member.php?userid=36351
View this thread: http://forums.slimdevices.com/showthread.php?t=100515

_______________________________________________
discuss mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/discuss

Reply via email to