You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With this simple workaround works a little better, but if the lowerCase letters are in the middle of the song, it can't be found
Another issue with this solution is that the performance is affected because is neccesary repeat whole process.
sure, I will adding some songs.
MediaInformation(name='Without Me', artists='Eminem', position=4.350999832153, state=2, durantion=290.0)
MediaInformation(name='Stan', artists='Eminem', position=317.200012207031, state=2, durantion=404.0)
another issue, found the lyrics but does not work.
[Song(title='The Next Episode (Instrumental Version)', artists='dr. dre', target_title='The Next Episode', target_artists='dr. dre', lyric='[00:00.000]
For the two songs you shared, it found the lyrics fine without any change. Please let me know if I am missing something.
For the third one, unfortunately, Spotify does not return the full list of artists for this song. It only gave me Dr. Dre, so it ended up matching to an instrumental version which does not have any lyrics but has Dr. Dre as the only artist. Songs with Dr. Dre,Snoop Dogg ended up ranked behind that version.
With this simple workaround works a little better, but if the lowerCase letters are in the middle of the song, it can't be found
Another issue with this solution is that the performance is affected because is neccesary repeat whole process.
`
so that is all, good job, awesome app !
The text was updated successfully, but these errors were encountered: