Bug 2697 - Allow alternate Orchestra and Ensemble tags for "band"
: Allow alternate Orchestra and Ensemble tags for "band"
Status: NEW
Product: Logitech Media Server
Classification: Unclassified
Component: Tagging
: 7.4.0
: All All
: P2 enhancement with 13 votes (vote)
: New Schema
Assigned To: Brandon Black
http://forums.slimdevices.com/showthr...
: new_schema
Depends on: 8303
Blocks: 2698 2699 2701
  Show dependency treegraph
 
Reported: 2005-12-09 01:21 UTC by Ceejay
Modified: 2009-07-30 14:02 UTC (History)
1 user (show)

See Also:
Category: ---


Attachments
Context description for this and other requests (8.17 KB, text/plain)
2005-12-09 01:22 UTC, Ceejay
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ceejay 2005-12-09 01:21:26 UTC
NB - this is one of a series of requests, collectively intended to improve
usability for users of Classical music.  See attachment for context.

In Vorbis; recognise "Orchestra" and "Ensemble" tags as equivalent to "Band".

Note that there could be multiple instances of this tag on a single file, all are equally valid.

Reason: Vorbis preferred standard is "ENSEMBLE", many users will see "ORCHESTRA" as more intuitive.

Optional extra: make this behaviour user selectable (in the same way that Conductor, Composer and Band can optionally be treated as equivalent to Artist for browse/search in current Slimserver).  However, there doesn't seem to be a downside to having them equivalent, so this may not be necessary.
Comment 1 Ceejay 2005-12-09 01:22:11 UTC
Created attachment 1070 [details]
Context description for this and other requests
Comment 2 Ceejay 2005-12-24 01:23:55 UTC
I note that a simple implementation of this for FLAC, at least, is available by adding 

'ORCHESTRA'  => 'BAND',
'ENSEMBLE'  => 'BAND',

to the %tagMapping definition near the beginning of FLAC.pm

This of course isn't giving anyone any choice, or covering other file types...