[grilo-plugins] all: Add "module" information



commit e8ef9fb1291cf5f4a52a36f5824cfba1753f93ff
Author: Juan A. Suarez Romero <jasuarez igalia com>
Date:   Fri Apr 8 19:12:23 2011 +0200

    all: Add "module" information
    
    Add module filename information so plugins can be loaded later by its
    ID.
    
    Signed-off-by: Juan A. Suarez Romero <jasuarez igalia com>

 src/media/apple-trailers/grl-apple-trailers.xml    |    1 +
 src/media/bookmarks/grl-bookmarks.xml              |    1 +
 src/media/filesystem/grl-filesystem.xml            |    1 +
 src/media/flickr/grl-flickr.xml                    |    1 +
 src/media/jamendo/grl-jamendo.xml                  |    1 +
 src/media/podcasts/grl-podcasts.xml                |    1 +
 src/media/shoutcast/grl-shoutcast.xml              |    1 +
 src/media/tracker/grl-tracker.xml                  |    1 +
 src/media/upnp/grl-upnp.xml                        |    1 +
 src/media/vimeo/grl-vimeo.xml                      |    1 +
 src/media/youtube/grl-youtube.xml                  |    1 +
 src/metadata/fake-metadata/grl-fake-metadata.xml   |    1 +
 src/metadata/gravatar/grl-gravatar.xml             |    1 +
 .../lastfm-albumart/grl-lastfm-albumart.xml        |    1 +
 src/metadata/local-metadata/grl-local-metadata.xml |    1 +
 src/metadata/metadata-store/grl-metadata-store.xml |    1 +
 16 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/src/media/apple-trailers/grl-apple-trailers.xml b/src/media/apple-trailers/grl-apple-trailers.xml
index 9fd929a..cb9612d 100644
--- a/src/media/apple-trailers/grl-apple-trailers.xml
+++ b/src/media/apple-trailers/grl-apple-trailers.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Apple Movie Trailers</name>
+    <module>libgrlappletrailers</module>
     <description>A plugin for browsing Apple Movie Trailers</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/bookmarks/grl-bookmarks.xml b/src/media/bookmarks/grl-bookmarks.xml
index 74ef3ee..55103de 100644
--- a/src/media/bookmarks/grl-bookmarks.xml
+++ b/src/media/bookmarks/grl-bookmarks.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Bookmarks</name>
+    <module>libgrlbookmarks</module>
     <description>A plugin for organizing media bookmarks</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/filesystem/grl-filesystem.xml b/src/media/filesystem/grl-filesystem.xml
index cfb9bc6..1ca268e 100644
--- a/src/media/filesystem/grl-filesystem.xml
+++ b/src/media/filesystem/grl-filesystem.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Filesystem</name>
+    <module>libgrlfilesystem</module>
     <description>A plugin for browsing the filesystem</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/flickr/grl-flickr.xml b/src/media/flickr/grl-flickr.xml
index 4b47f05..0295b3c 100644
--- a/src/media/flickr/grl-flickr.xml
+++ b/src/media/flickr/grl-flickr.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Flickr</name>
+    <module>libgrlflickr</module>
     <description>A plugin for browsing and searching Flickr photos</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/jamendo/grl-jamendo.xml b/src/media/jamendo/grl-jamendo.xml
index e864cfe..b0f99b2 100644
--- a/src/media/jamendo/grl-jamendo.xml
+++ b/src/media/jamendo/grl-jamendo.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Jamendo</name>
+    <module>libgrljamendo</module>
     <description>A plugin for browsing and searching Jamendo videos</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/podcasts/grl-podcasts.xml b/src/media/podcasts/grl-podcasts.xml
index 1222f5c..f43a404 100644
--- a/src/media/podcasts/grl-podcasts.xml
+++ b/src/media/podcasts/grl-podcasts.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Podcasts</name>
+    <module>libgrlpodcasts</module>
     <description>A plugin for browsing podcasts</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/shoutcast/grl-shoutcast.xml b/src/media/shoutcast/grl-shoutcast.xml
index 2f9e916..98d9832 100644
--- a/src/media/shoutcast/grl-shoutcast.xml
+++ b/src/media/shoutcast/grl-shoutcast.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>SHOUTcast</name>
+    <module>libgrlshoutcast</module>
     <description>A plugin for browsing SHOUTcast radios</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/tracker/grl-tracker.xml b/src/media/tracker/grl-tracker.xml
index 20f7bb6..dcc39af 100644
--- a/src/media/tracker/grl-tracker.xml
+++ b/src/media/tracker/grl-tracker.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Tracker</name>
+    <module>libgrltracker</module>
     <description>A plugin for searching multimedia content using Tracker</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/upnp/grl-upnp.xml b/src/media/upnp/grl-upnp.xml
index 3617b98..8e698dd 100644
--- a/src/media/upnp/grl-upnp.xml
+++ b/src/media/upnp/grl-upnp.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>UPnP</name>
+    <module>libgrlupnp</module>
     <description>A plugin for browsing UPnP servers</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/vimeo/grl-vimeo.xml b/src/media/vimeo/grl-vimeo.xml
index b80c9d9..868171a 100644
--- a/src/media/vimeo/grl-vimeo.xml
+++ b/src/media/vimeo/grl-vimeo.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Vimeo</name>
+    <module>libgrlvimeo</module>
     <description>A plugin for searching Vimeo videos</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/media/youtube/grl-youtube.xml b/src/media/youtube/grl-youtube.xml
index b874678..6e344d8 100644
--- a/src/media/youtube/grl-youtube.xml
+++ b/src/media/youtube/grl-youtube.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>YouTube</name>
+    <module>libgrlyoutube</module>
     <description>A plugin for browsing and searching Youtube videos</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/metadata/fake-metadata/grl-fake-metadata.xml b/src/metadata/fake-metadata/grl-fake-metadata.xml
index 11e4d32..dd9fb35 100644
--- a/src/metadata/fake-metadata/grl-fake-metadata.xml
+++ b/src/metadata/fake-metadata/grl-fake-metadata.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Fake Metadata Provider</name>
+    <module>libgrlfakemetadata</module>
     <description>A plugin for faking metadata resolution</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/metadata/gravatar/grl-gravatar.xml b/src/metadata/gravatar/grl-gravatar.xml
index 58f60d1..93cc7dd 100644
--- a/src/metadata/gravatar/grl-gravatar.xml
+++ b/src/metadata/gravatar/grl-gravatar.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Avatar provider from Gravatar</name>
+    <module>libgrlgravatar</module>
     <description>A plugin to get avatars for artist and author fields</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/metadata/lastfm-albumart/grl-lastfm-albumart.xml b/src/metadata/lastfm-albumart/grl-lastfm-albumart.xml
index f2b64dd..cc574ac 100644
--- a/src/metadata/lastfm-albumart/grl-lastfm-albumart.xml
+++ b/src/metadata/lastfm-albumart/grl-lastfm-albumart.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Album art Provider from Last.FM</name>
+    <module>libgrllastfm-albumart</module>
     <description>A plugin for getting album arts using Last.FM as backend</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/metadata/local-metadata/grl-local-metadata.xml b/src/metadata/local-metadata/grl-local-metadata.xml
index 073392e..31cd37d 100644
--- a/src/metadata/local-metadata/grl-local-metadata.xml
+++ b/src/metadata/local-metadata/grl-local-metadata.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Local Metadata Provider</name>
+    <module>libgrllocalmetadata</module>
     <description>A plugin that gets simple-to-obtain metadata from the local system</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>
diff --git a/src/metadata/metadata-store/grl-metadata-store.xml b/src/metadata/metadata-store/grl-metadata-store.xml
index b8bbbb8..0005907 100644
--- a/src/metadata/metadata-store/grl-metadata-store.xml
+++ b/src/metadata/metadata-store/grl-metadata-store.xml
@@ -1,6 +1,7 @@
 <plugin>
   <info>
     <name>Metadata Store</name>
+    <module>libgrlmetadatastore</module>
     <description>A plugin for storing extra metadata information</description>
     <author>Igalia S.L.</author>
     <license>LGPL</license>



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