mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
191f2b1e24
musicbrainz v1 API was removed in 2018, glyr itself is more or less abandoned upstream in 2016, but some metadata providers still work fine (mostly lastfm, musicbrainz, lyrix & elyrics) required to update audio/gmpc to a less deprecated version and somewhat retain metadata fetching..
18 lines
547 B
Plaintext
18 lines
547 B
Plaintext
https://github.com/sahib/glyr/issues/102
|
|
|
|
Index: lib/intern/lyrics/elyrics.c
|
|
--- lib/intern/lyrics/elyrics.c.orig
|
|
+++ lib/intern/lyrics/elyrics.c
|
|
@@ -88,9 +88,9 @@ static void remove_from_from_string (gchar * string)
|
|
|
|
/////////////////////////////////
|
|
|
|
-#define LYRICS_BEGIN "<div class='ly' style='font-size:12px;'>"
|
|
+#define LYRICS_BEGIN "<div id='inlyr'>"
|
|
#define LYRICS_ALT_END "these lyrics are submitted by"
|
|
-#define LYRICS_END "</div>"
|
|
+#define LYRICS_END "</div><br>\n"
|
|
|
|
static GList * lyrics_elyrics_parse (cb_object * capo)
|
|
{
|