-
-
Notifications
You must be signed in to change notification settings - Fork 14
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
Embed Synced Lyrics Into SYLT Tag #103
Comments
Does the ipod work off embedded metadata or an lrc file? |
I added the option to only download plain lyrics, you can find the exe at the bottom of the following page https://github.com/ots-downloader/onthespot/actions/runs/12913932554 |
@justin025 yes it works off the metadata. It looks like this Don’t get me wrong, the lyrics system on your program is really good. But sadly apple only supports real stamped lyrics for subscriptions only and not on locally stored music. Because it caps the features of phones to iPods. I remember I had to put the lyrics metadata not in the default tag but in another to let apple music let me see the lyrics. Sadly we have to workaround the lack of stamped lyrics support by putting all of it at once. I already put it in one song as a reference for how (i think) it should look. |
@justin025 |
According to the ID3 spec USLT is for unsynced lyrics and SYLT is for synced. Currently the app embeds both into USLT because I don't really know how to properly format SYLT lyrics, mutagen has thrown up errors at all my attempts, ffmpeg doesn't seem to support SYLT natively, and I have yet to find a music player that even supports SYLT. I'm going to reopen this issue so that hopefully someone with more knowledge than me on how SYLT formatting can open a pull request. |
Do you have any music players that support SYLT for testing and do you have any mp3s that have SYLT properly embedded so I can look at the format?
…On Saturday, January 25th, 2025 at 9:16 AM, EliasGabr ***@***.***> wrote:
Hello, my recommendation is (when you don't know how to implement SYLT) to at least embed USLT correctly, so the more used lyrics tag standard is properly supported. Instead of now, where both are half backed implementations.
Here is a screenshot of how my USLT tag looks like:
[Bildschirmfoto.2025-01-25.um.10.09.37.png (view on web)](https://github.com/user-attachments/assets/73ae2d29-399f-4237-8793-1b72b1a29c3f)
—
Reply to this email directly, [view it on GitHub](#103 (comment)), or [unsubscribe](https://github.com/notifications/unsubscribe-auth/BESVWLPIFRYITOCJCO4G7RL2MNI6HAVCNFSM6AAAAABVVBP2OKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMJTHA2TONJQGQ).
You are receiving this because you modified the open/close state.Message ID: ***@***.***>
|
Feature Description
Hello, I would love to have an option for lyrics that is plain (no timestamps or info at the top or bottom)
Justification
The justification is that Apple Music in iPod mode doesn't support stamped lyrics, only old school ones. It would be nice as it would save a lot of time and effort removing these extra timestamps at the start and end of each line, which could be easily automated.
Additional Information
No response
The text was updated successfully, but these errors were encountered: