-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Read Lyrics from USLT ID3 tags if present #26
Comments
Hi, great work, thank you very much! Writing and reading from audio tags (not only mp3, but also e.g. vorbis) is definitely one of the next things I will implement. Unfortunately, I'm currently busy with writing university exams and thesis and I'm not sure, when I will find some time for doing that. Maybe not before October I fear, but we'll see... If you don't want to wait that long, you can try to implement it yourself and send me a pull request. I would suggest to add it just as an additional lyrics source alongside the internet sites and the local cache file. Otherwise, be patient :) I will definitely add this functionality and your code helps me to get started. Thanks! |
Hi Timo, Thanks, On Jul 23, 2013, at 2:50 PM, Timo Loewe notifications@github.com wrote:
|
Hi Timo, Playing a new song that has USLT ID3 tags loads the ID3 tags and stops. Playing a song with no USLT tag searches until it finds lyrics. From Playing a song with a bad USLT stops after loading the USLT but then It's completely meeting my needs now. Thanks for all of your work on Sean On Wed, Jul 24, 2013 at 12:03 AM, Sean Mullen mullens101@gmail.com wrote:
|
See #23 for any updates please. |
Hi DMO60,
I am assuming your code only pulls from the internet, not from ID3 (If I'm mistaken there, sorry). I see you opened an issue to write Lyrics to ID3 which would be great. Here's the code I'd written to pull lyrics from ID3 tags using mutagen. I'd love to see an option where it pulls from id3 tags if they are present. Could be expanded to pull from the internet and write back to id3 tags if either USLT is not present or if you know they lyrics are not right and want to correct them (maybe a fix lyrics button). I started writing this then found your plugin which already has most of what I was trying to accomplish.
The text was updated successfully, but these errors were encountered: