Bug 366120 - Read lyrics embedded in the audio file
Summary: Read lyrics embedded in the audio file
Status: RESOLVED DUPLICATE of bug 184325
Alias: None
Product: amarok
Classification: Applications
Component: Context View/Lyrics (show other bugs)
Version: 2.8.0
Platform: Other Linux
: NOR wishlist
Target Milestone: 2.9
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-26 08:55 UTC by Christian Weiske
Modified: 2016-07-26 12:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Weiske 2016-07-26 08:55:45 UTC
Amarok's lyrics view displays lyrics stored in amarok's database.

mp3, ogg and wma files allow lyrics to be stored as meta data tags in the files itself. Amarok should read those lyrics tags and show them if the lyrics in the database is empty.

MP3's ID3v2 has two tags:
- unsynchronized lyrics - USLT tag - http://id3.org/id3v2.3.0#Unsychronised_lyrics.2Ftext_transcription
- synchronized lyrics - SYLT tag - http://id3.org/id3v2.3.0#Synchronised_lyrics.2Ftext

ogg/vorbis files may have a LYRICS tag (as written by kid3, http://kid3.sourceforge.net/)

Please import the lyrics from those meta data tags.

Reproducible: Always
Comment 1 Myriam Schweingruber 2016-07-26 12:08:42 UTC
Please test current Amarok 2.9 beta, this should work since quite some time.

FWIW: this is a duplicate

*** This bug has been marked as a duplicate of bug 184325 ***
Comment 2 Myriam Schweingruber 2016-07-26 12:10:02 UTC
I removed the "see also" links as those refer to Amarok 1.x, which was a totally different codebase