[PATCH 0/1] New metadata source: Gravatar



I've created this metadata source as an example of a source that defines its
own keys, in this case "author-avatar" and "artist-avatar".

This plugin looks at "author" and "artist" fields. If some of them contains a
valid email, the assigns previous keys with an url containing an avatar for the
author/artist.

Take in care that this source will only work if the new metadata key system was
applied.

Also, it is worth to note that probably you won't see any effect. Reason is
that so far no source is providing an email in the artist/author field. But
I've simulated it and it works fine.

Anyway, who knows what will future sources bring.

Juan A. Suarez Romero (1):
  [gravatar] Add Gravatar plugin

 AUTHORS                     |    1 +
 configure.ac                |   21 +++
 src/Makefile.am             |    6 +-
 src/gravatar/Makefile.am    |   24 ++++
 src/gravatar/grl-gravatar.c |  305 +++++++++++++++++++++++++++++++++++++++++++
 src/gravatar/grl-gravatar.h |   74 +++++++++++
 6 files changed, 430 insertions(+), 1 deletions(-)
 create mode 100644 src/gravatar/Makefile.am
 create mode 100644 src/gravatar/grl-gravatar.c
 create mode 100644 src/gravatar/grl-gravatar.h



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]