[grilo-plugins/wip/jfelder/tracker-album-title: 5/5] tracker: Use the correct property to retrieve album title



commit a8b2c4c89acd5fe5c25d29dc9cd656c098b87b87
Author: Jean Felder <jfelder src gnome org>
Date:   Sun Sep 1 14:15:08 2019 +0200

    tracker: Use the correct property to retrieve album title
    
    nmm:albumTitle is deprecated. nie:title is only used now.

 src/tracker/grl-tracker-utils.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/tracker/grl-tracker-utils.c b/src/tracker/grl-tracker-utils.c
index 70341a9e..eb012d42 100644
--- a/src/tracker/grl-tracker-utils.c
+++ b/src/tracker/grl-tracker-utils.c
@@ -241,7 +241,7 @@ grl_tracker_setup_key_mappings (void)
 
   insert_key_mapping (GRL_METADATA_KEY_ALBUM,
                       NULL,
-                      "nmm:albumTitle(nmm:musicAlbum(?urn))",
+                      "nie:title(nmm:musicAlbum(?urn))",
                       "audio");
 
   insert_key_mapping (GRL_METADATA_KEY_ALBUM_DISC_NUMBER,


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