[totem] grilo: Use grl-video-title-parsing now
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem] grilo: Use grl-video-title-parsing now
- Date: Tue, 1 Dec 2015 16:36:19 +0000 (UTC)
commit b1eee829ba4b8a607f51b87fb660f61271a680f3
Author: Bastien Nocera <hadess hadess net>
Date: Tue Dec 1 17:23:24 2015 +0100
grilo: Use grl-video-title-parsing now
grl-local-metadata is now gone, replaced by a Lua source
that does the same.
src/totem-grilo.c | 2 +-
src/totem-grilo.conf | 3 ---
2 files changed, 1 insertions(+), 4 deletions(-)
---
diff --git a/src/totem-grilo.c b/src/totem-grilo.c
index 938862e..dcade3d 100644
--- a/src/totem-grilo.c
+++ b/src/totem-grilo.c
@@ -1268,7 +1268,7 @@ source_added_cb (GrlRegistry *registry,
name = grl_source_get_name (source);
/* Metadata */
- if (g_str_equal (id, "grl-local-metadata"))
+ if (g_str_equal (id, "grl-video-title-parsing"))
self->priv->local_metadata_src = source;
else if (g_str_equal (id, "grl-metadata-store"))
self->priv->metadata_store_src = source;
diff --git a/src/totem-grilo.conf b/src/totem-grilo.conf
index dd57db5..d4a1829 100644
--- a/src/totem-grilo.conf
+++ b/src/totem-grilo.conf
@@ -6,9 +6,6 @@ api-secret = bef979d87f28ec47
api-key = AIzaSyApUNmStaVm22rukl3bbF52yf_w_JPQbvY
format = best
-[grl-local-metadata]
-guess-video = true
-
[grl-tmdb]
api-key = 719b9b296835b04cd919c4bf5220828a
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]