If anyone have the time, it would be great if you tried if musixmatch
has enough lyrics to be the first lyrics source.

Just open <Cache>/InstalledPlugins/SongLyrics/Plugin.pm in a text
editor and change:

Code:
--------------------
    
  my @lyricsHandlers = (
  #       \&Plugins::SongLyrics::Modules::LyricsFly::getLyrics, 
  \&Plugins::SongLyrics::Modules::ChartLyrics::getLyrics,
  \&Plugins::SongLyrics::Modules::Musixmatch::getLyrics, 
  );
  
--------------------


To the following order:

Code:
--------------------
    
  my @lyricsHandlers = (
  #       \&Plugins::SongLyrics::Modules::LyricsFly::getLyrics, 
  \&Plugins::SongLyrics::Modules::Musixmatch::getLyrics, 
  \&Plugins::SongLyrics::Modules::ChartLyrics::getLyrics,
  );
  
--------------------


I'd prefer to use musixmatch if it's good enough because the risk they
get shutdown in similar way as lyricsfly should be smaller as
musixmatch have the permission from the music industry to re-distribute
their lyrics. I'm guessing it's just a matter of time until ChartLyrics
API is removed in similar fashion as LyricsFly recently removed their
API.


-- 
erland

Erland Isaksson ('My homepage' (http://erland.isaksson.info))
(Developer of 'many plugins/applets'
(http://wiki.slimdevices.com/index.php/User:Erland). If my answer
helped you and you like to encourage future presence on this forum
and/or third party plugin/applet development, 'donations are always
appreciated' (http://erland.isaksson.info/donate))
------------------------------------------------------------------------
erland's Profile: http://forums.slimdevices.com/member.php?userid=3124
View this thread: http://forums.slimdevices.com/showthread.php?t=82877

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

Reply via email to