Class MusicExtras::Lrcdb
In: lib/musicextras/musicsites/lrcdb.rb
Parent: MusicSite

This is an implementation of MusicSite for www.lrcdb.org

Methods

new   synced_lyrics   test  

Constants

NAME = 'lrcdb'
URL = 'www.lrcdb.org'
DESCRIPTION = 'Time-tagged song lyrics'

Public Class methods

Public Instance methods

Fetches lyrics from the site, returning the lyrics as string

song
a Song object

Note: returns nil if something went wrong (including just not being able to find the lyrics)

[Validate]