GNOME Bugzilla – Bug 685893
rhythmbox lyrics plugin: some service no longer work
Last modified: 2012-10-14 06:55:53 UTC
Some service provided with lyrics plugin no longer work: * If service Astraweb is enabled in Lyric plugin you will get this error: Traceback (most recent call last):
+ Trace 231007
(ok, contents, etag) = file.load_contents_finish(result)
return info.invoke(*args, **kwargs)
* If you enable winampnc.com in lyrics plugin, you will never get info from winampnc.com It seems service is down. This is a simple search string that should give "Metallica - One" lyric built by plugin: http://www.winampcn.com/lyrictransfer/get.aspx?song=one&artist=metallica&lsong=one&Datetime=20060601 I would suggest to remove them from plugin installation folder and configuration. See attachment. NOTE: I'm writing two new parsers replacing them.
Created attachment 226179 [details] [review] Disable some lyrics service
The patch also updates TerraParser link (and id) according with the new URL.
I've fixed the winampcn.co parser in commit e403650. Commit 4865e34 disables the astraweb parser. The changes to the Terra parser should go with your other patch relating to that code.