rhythmbox r6195 - in trunk: . plugins/audioscrobbler
- From: jmatthew svn gnome org
- To: svn-commits-list gnome org
- Subject: rhythmbox r6195 - in trunk: . plugins/audioscrobbler
- Date: Wed, 11 Mar 2009 13:45:30 +0000 (UTC)
Author: jmatthew
Date: Wed Mar 11 13:45:30 2009
New Revision: 6195
URL: http://svn.gnome.org/viewvc/rhythmbox?rev=6195&view=rev
Log:
2009-03-11 Jonathan Matthew <jonathan d14n org>
patch by: Pascal Terjan <pascal terjan free fr>
* plugins/audioscrobbler/rb-lastfm-source.c:
Add more last.fm stream types. From #398179.
Modified:
trunk/ChangeLog
trunk/plugins/audioscrobbler/rb-lastfm-source.c
Modified: trunk/plugins/audioscrobbler/rb-lastfm-source.c
==============================================================================
--- trunk/plugins/audioscrobbler/rb-lastfm-source.c (original)
+++ trunk/plugins/audioscrobbler/rb-lastfm-source.c Wed Mar 11 13:45:30 2009
@@ -195,6 +195,10 @@
{N_("Tag radio"), "lastfm://globaltags/%s", N_("Tracks tagged with %s")},
{N_("Artist Fan radio"), "lastfm://artist/%s/fans", N_("Artists liked by fans of %s")},
{N_("Group radio"), "lastfm://group/%s", N_("Tracks liked by the %s group")},
+ {N_("Neighbour radio"), "lastfm://user/%s/neighbours", N_("%s's Neighbour Radio")},
+ {N_("Personal radio"), "lastfm://user/%s/personal", N_("%s's Personal Radio")},
+ {N_("Loved tracks"), "lastfm://user/%s/loved", N_("%s's Loved Tracks")},
+ {N_("Recommended tracks"), "lastfm://user/%s/recommended/100", N_("Tracks recommended to %s")},
{NULL, NULL, NULL}
};
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]