GNOME Bugzilla – Bug 761624
[tracker] match nmm:composer as author for audio
Last modified: 2016-05-14 00:43:12 UTC
Created attachment 320526 [details] [review] set author to nmm:composer gnome-music bug #705094 wants to add a composer specific field & search. Currently grilo does not expose this field. I suggest to either use the GRL_METADATA_KEY_AUTHOR field for this purpose as the attached patch does or add another GRL_METADATA_KEY_COMPOSER to core grilo. The 2nd option I don't know what an author field would be for a musical piece if it wasn't the composer, so it seems a fair match. Although a clear key name would have it's benefits.
I'd suggest using GRL_METADATA_KEY_COMPOSER as it's unambiguous. The AUTHOR key might be the lyricist
Comment on attachment 320526 [details] [review] set author to nmm:composer Marking as needs-work, as per comment 1
Created attachment 322915 [details] [review] composer to GRL_METADATA_KEY_COMPOSER Use the requested GRL_METADATA_KEY_COMPOSER instead.
Review of attachment 322915 [details] [review]: That looks fine.
Created attachment 327784 [details] [review] core: Add GRL_METADATA_KEY_ALBUM_DISC Addition of GRL_METADATA_KEY_ALBUM_DISC: gives the specific disc number on which the media is located on a physical multi-disc set album. https://bugzilla.gnome.org/show_bug.cgi?id=761868
Comment on attachment 327784 [details] [review] core: Add GRL_METADATA_KEY_ALBUM_DISC sent to the wrong bug no.
Created attachment 327808 [details] [review] tracker: Add mapping for composer key Add support for GRL_METADATA_KEY_COMPOSER.