ReK_ Wrote:Example mp3I have read the ID3 standard from http://www.id3.org/. the "synchronised lyrics" in ID3 is not like lrc lyrics, and your example file use "user defined text information frame" to save lrc lyrics. I don't know if this a standard practice or just work for yourself? any document about this method?
Thanks for doing this.
[RELEASE] LRC Lyrics - Addon based on XBMC Lyrics
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2010-05-23 05:20
Post: #31
|
| find quote |
ReK_
Junior Member Posts: 3 Joined: Apr 2010 Reputation: 0 |
2010-05-29 06:44
Post: #32
It's not something I wrote personally, no. The software that does it for me is the Lyrics Show Panel for foobar (foo_uie_lyrics). I've looked around on the net and it seems to be kind of an informal standard. Ape has two tags for lyrics; UNSYNCED LYRICS, which contains what you would find a a txt lyrics file, and LYRICS, which contains what you would find in an LRC file. Officially it should use the ID3 USLT and SYLT tags, but this seems to be the result of people trying to copy ape, or just being too lazy to write a good converter.
I've found an open-source (GPLv2) project on launchpad that is written in python and has code to convert LRC to SYLT and back. Would it be possible for you to use that and support both the official ID3 lyrics and this informal standard? Giving the SYLT a higher priority if present, but falling back to <LYRICS>. http://bazaar.launchpad.net/~vcs-imports...mbedLrc.py
(This post was last modified: 2010-05-29 06:47 by ReK_.)
|
| find quote |
theironyuppie
Member Posts: 52 Joined: Apr 2010 Reputation: 0 Location: Australia |
2010-06-01 00:00
Post: #33
ReK_ Wrote:It's not something I wrote personally, no. The software that does it for me is the Lyrics Show Panel for foobar (foo_uie_lyrics). I've looked around on the net and it seems to be kind of an informal standard. Ape has two tags for lyrics; UNSYNCED LYRICS, which contains what you would find a a txt lyrics file, and LYRICS, which contains what you would find in an LRC file. Officially it should use the ID3 USLT and SYLT tags, but this seems to be the result of people trying to copy ape, or just being too lazy to write a good converter. way over my head but fingers crossed! |
| find quote |
kimp93
Aeon Group Posts: 156 Joined: Mar 2004 |
2010-07-14 00:35
Post: #34
I find this as really useful. thank you so much. Are you planing to update to make it work in new addon system?
|
| find quote |
Belgrath
Member Posts: 50 Joined: May 2010 Reputation: 0 |
2010-07-16 08:23
Post: #35
being able to read lyrics from the actual MP3 would really rock indeed. I use MediaMonkey to bulk grab 100s of lyrics and store them into the MP3. Great if you want these lyrics to appear on your iPods as well.
Being able to display all of our obscure tunnage without net searches would rock. |
| find quote |
theironyuppie
Member Posts: 52 Joined: Apr 2010 Reputation: 0 Location: Australia |
2010-07-18 23:54
Post: #36
Belgrath Wrote:being able to read lyrics from the actual MP3 would really rock indeed. I use MediaMonkey to bulk grab 100s of lyrics and store them into the MP3. Great if you want these lyrics to appear on your iPods as well. agreed. i use minilyrics with wmp to get my lyrics as lrc lyrics itself simply doesnt get enough results. the ability to read from tags would effectively combine all 3 searches into 1! |
| find quote |
Belgrath
Member Posts: 50 Joined: May 2010 Reputation: 0 |
2010-07-19 03:27
Post: #37
theironyuppie Wrote:agreed. i use minilyrics with wmp to get my lyrics as lrc lyrics itself simply doesnt get enough results. the ability to read from tags would effectively combine all 3 searches into 1! Yep and would handle searches where some artists do covers of songs, most search engines won't pick these up simply because. Then there's various artists, alterations of lyrics for live performances. Perhaps if you're like me you'd like to append guitar tab to the end of your lyrics for some select tunes. All of this and more is possible by bypassing the as you go net searches and simply use the in tune tag.
|
| find quote |
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2010-10-10 16:55
Post: #38
kimp93 Wrote:I find this as really useful. thank you so much. Are you planing to update to make it work in new addon system?Support new addon system now. |
| find quote |
taxigps
Team-XBMC Python Developer Posts: 397 Joined: Jan 2009 Reputation: 0 |
2010-10-11 15:50
Post: #39
@ReK_;
I have added a scraper to read embedded lrc lyrics in TXXX id3 frame. Please test it. you should set the scraper with embedded at first. |
| find quote |
spiff
Grumpy Bastard Developer Joined: Nov 2003 Reputation: 82 |
2010-10-11 15:55
Post: #40
feel free to push to the official repo when you think it's ready
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find quote |

Search
Help