After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339557 - Muine does not load ogg composer metadata
Muine does not load ogg composer metadata
Status: RESOLVED FIXED
Product: muine
Classification: Other
Component: general
trunk
Other Linux
: Normal normal
: ---
Assigned To: Muine Maintainers
Muine Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-04-24 12:19 UTC by Wouter Bolsterlee (uws)
Modified: 2006-10-06 14:25 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Support extra metadata (2.21 KB, patch)
2006-05-15 20:05 UTC, Wouter Bolsterlee (uws)
none Details | Review

Description Wouter Bolsterlee (uws) 2006-04-24 12:19:08 UTC
Muine does not load/offer a way to search through composer metadata in Ogg files. This makes it impossible to search for some classical works in my collection, since the artist is not the composer of the work.

Sample files can be found here:
http://en.wikipedia.org/wiki/Felix_Mendelssohn#Media
The Violin Concerto in E minor has Composer tags.
Comment 1 Wouter Bolsterlee (uws) 2006-05-15 20:05:38 UTC
Created attachment 65537 [details] [review]
Support extra metadata

This patch alters the metadata extraction code for ogg/vorbis files. It adds the values for the composer, conductor and ensemble tags to the performers tag in the internal muine metadata model.

The result is that I can happily add tracks after searching for "Mendelssohn" in my collection. Previously I had to search by artist name, eg. "Fulda Orchestra".
Comment 2 Wouter Bolsterlee (uws) 2006-05-15 20:08:55 UTC
Of course you should re-import your music to see the effect.
Comment 3 Wouter Bolsterlee (uws) 2006-05-15 20:18:06 UTC
"part" and "opus" should probably be added to the title too.
Comment 4 Aaron Gyes 2006-05-20 02:13:16 UTC
I'd also like it if live concerts would show up. If ALBUM isn't set, it should look at DATE and LOCATION?
Comment 5 Wouter Bolsterlee (uws) 2006-10-06 14:25:36 UTC
2006-10-06  Wouter Bolsterlee  <wbolster@gnome.org>

    * libmuine/metadata.c: (assign_metadata_vorbiscomment):
    Load extra metadata into performers metadata field.
    Although this is not the most elegant solution, it is
    the least intrusive approach using the current codebase.
    Fixes bug #339557.