Issue Details (XML | Word | Printable)

Key: PICARD-242
Type: New Feature New Feature
Status: Closed Closed
Resolution: Fixed
Priority: Normal Normal
Assignee: Johannes Weißl
Reporter: Johannes Weißl
Votes: 1
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Picard

Store lyrics language in tags instead of text representation language

Created: 21/Jun/12 01:17 AM   Updated: 06/Sep/12 09:58 AM   Resolved: 19/Aug/12 10:53 AM
Component/s: Tags & Metadata
Affects Version/s: None
Fix Version/s: 1.1

Issue Links:
Depends
 
Relates
 


 Description  « Hide

Currently, Picard stores the language of the text representation in the tags. It would be far more useful to store the language of the lyrics instead (now that we can). The old behavior is even wrong according to e.g. the ID3 standard:
"The 'Language' frame should contain the languages of the text or lyrics spoken or sung in the audio."
http://www.id3.org/id3v2.4.0-frames



Sort Order: Ascending order - Click to sort in descending order
Johannes Weißl added a comment - 07/Aug/12 11:14 PM

Paul Taylor added a comment - 06/Sep/12 09:14 AM

So where is the language of the text representation now stored then, or have you just dropped saving this data ?


Johannes Weißl added a comment - 06/Sep/12 09:58 AM

Yes, it is not saved by default. However, users can do that by something like:

$set(language,%_releaselanguage%)

(or any custom tag)