[gnome-music] grilo: Push up last.fm art rank



commit 57021b547665e05da69c9327c1ea1bc86ac9acf2
Author: Marinus Schraal <mschraal src gnome org>
Date:   Sun Sep 3 22:20:21 2017 +0200

    grilo: Push up last.fm art rank
    
    Last.fm started to use https, making it fit to be a media art provider
    again. Spotify started to require authentication for art retrieval,
    lowering it relevance.

 gnomemusic/grilo.py |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnomemusic/grilo.py b/gnomemusic/grilo.py
index d224b8d..21d6f02 100644
--- a/gnomemusic/grilo.py
+++ b/gnomemusic/grilo.py
@@ -35,8 +35,8 @@ import os
 os.environ['GRL_PLUGIN_RANKS'] = ("grl-local-metadata:5,"
                                   "grl-filesystem:4,"
                                   "grl-tracker-source:3,"
-                                  "grl-spotify-cover:2,"
-                                  "grl-lastfm-cover:1")
+                                  "grl-lastfm-cover:2,"
+                                  "grl-spotify-cover:1")
 from gi.repository import Grl
 logger = logging.getLogger(__name__)
 


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