mherger wrote: 
> 
> Enable logging for MAI to see what services it calls with what
> parameters.
> 


Code:
--------------------
    
  [20-04-05 11:42:37.9566] Plugins::MusicArtistInfo::Common::call (102) Async 
API call: GET 
http://api.chartlyrics.com/apiv1.asmx/SearchLyric?artist=Pearl%20Jam&song=Alright
  [20-04-05 11:42:38.0712] Slim::Utils::Misc::msg (1255) Warning: 
[11:42:38.0708] {
  SearchLyricResult => [
  {
  Artist        => "Pearl Jam",
  ArtistUrl     => "http://www.chartlyrics.com/58u5g1eY4kmrjrV7AQOBAw.aspx";,
  LyricChecksum => "32b2277dff6ac00d64c75fbe296ef8c8",
  LyricId       => 40_150,
  Song          => "The Kids Are Alright",
  SongRank      => 9,
  SongUrl       => 
"http://www.chartlyrics.com/58u5g1eY4kmrjrV7AQOBAw/The+Kids+Are+Alright.aspx";,
  TrackId       => 0,
  },
  {
  Artist        => "JAM Project",
  ArtistUrl     => "http://www.chartlyrics.com/A79gRyFpz0q9b4dD9TNgCA.aspx";,
  LyricId       => 0,
  Song          => "Alright Now! \x{301C}movie Remix Ver.\x{301C}",
  SongRank      => 1,
  SongUrl       => "http://www.chartlyrics.com/app/add.aspx?a=210535&t=5924143";,
  TrackChecksum => "11338841b6d3e43058f9d177b6e88e5e",
  TrackId       => 5_924_143,
  },
  {
  Artist        => "Casting Pearls",
  ArtistUrl     => "http://www.chartlyrics.com/dnPGaM-HKk-e4_5WyTBQ9g.aspx";,
  LyricId       => 0,
  Song          => "Alright",
  SongRank      => 1,
  SongUrl       => "http://www.chartlyrics.com/app/add.aspx?a=187252&t=6521053";,
  TrackChecksum => "f697be2641f2b33026050e08d88bd74e",
  TrackId       => 6_521_053,
  },
  { "xsi:nil" => "true" },
  ],
  xmlns => "http://api.chartlyrics.com/";,
  "xmlns:xsd" => "http://www.w3.org/2001/XMLSchema";,
  "xmlns:xsi" => "http://www.w3.org/2001/XMLSchema-instance";,
  } at 
C:\ProgramData\Squeezebox\Cache\InstalledPlugins/Plugins/MusicArtistInfo/Common.pm
 line 144.
  [20-04-05 11:42:38.0721] Plugins::MusicArtistInfo::Common::call (102) Async 
API call: GET 
http://api.chartlyrics.com/apiv1.asmx/GetLyric?lyricId=40150&lyricCheckSum=32b2277dff6ac00d64c75fbe296ef8c8
  
--------------------


If I look at the songlist for Pearl Jam at ChartLyrics it seems they
don't have those songs (yet). I saw that the one that worked came from
AZLyrics because the ChartLyrics lookup failed.
So maybe the only option for MAI would be to check more strictly that
the results match the request?

> 
> No, I don't respect the album for lyrics. The services I know likely 
> don't support albums either. And I'm assuming that a song's lyrics 
> doesn't change with albums on which it's being published. I know this 
> assumption is wrong, like any assumption around metadata and music 
> publishing. But anyway.
> 

Fair enough.


------------------------------------------------------------------------
reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070
View this thread: http://forums.slimdevices.com/showthread.php?t=99537

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

Reply via email to