Is there anyone that could help me try how good the Musixmatch lyrics
service is ?

I'd like you to open the SongLyrics/Plugin.pm file 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:

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


Then restart SBS and let me know:
- If most lyrics are retrieved from Musixmatch (See the provided by
Musixmatch text at the bottom of the lyrics text).
- If the plugin is generally faster or slower to find lyrics compared
to before.

If someone is willing to help me try this, let me know.

Musixmatch provides lyrics a legal way which is authorized by the music
industry, they claim that they have a lot more lyrics than lyricsfly.com
and chartlyrics.com which is currently tried first in the plugin.


-- 
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