sosauce / CuteMusic

CuteMusic is a simple,lightweight and open-source offline music player app for Android.
GNU General Public License v3.0
129 stars 11 forks source link

Feature Request: read lyrics from the music file. #7

Open ghost opened 2 months ago

gargamel17 commented 2 months ago

Yes, reading embedded lyrics is a must

sosauce commented 2 months ago

Will deffo add!

tuuhin commented 1 month ago

@gargamel17 Is reading embedded lyrics is supported by android , is there any media api for that ?

sosauce commented 1 month ago

@tuuhin I've search but it doesn't seem like it, need to find a library for that

tuuhin commented 1 month ago

I don't think music files have embedded lyrics on it, some may have but not all So, you can't directly show lyrics You can check a third party Api like lrclib to get the synced lyrics by querying track name and artist name.

gargamel17 commented 1 month ago

Music files have embedded lyrics if user previously add them. Player should just display tags content

sosauce commented 1 month ago

Musics do have embedded lyrics, sadly not easily supported by Android. I also stand for not connecting my app to the internet

tuuhin commented 1 month ago

Yup I agree that music files have embedded lyrics but not all music files have And it's hard to read then directly, and on the fact that you aren't connecting your app to the internet This feature will be very tough to implement

sosauce commented 1 month ago

Some other apps have it, I'll find a library 💪

realeatham commented 2 weeks ago

Also support for .lrc lyrics as well would be nice

sosauce commented 2 weeks ago

Also support for .lrc lyrics as well would be nice

This should be easier so I'll try fit it in in v1.4

realeatham commented 2 weeks ago

If you want I can send some .lrc and .mp3 files for some songs for testing

sosauce commented 2 weeks ago

Thanks ! But I have the necessary already It's just that I have an internship so I don't have much time to work on it at the moment 😿