-
Notifications
You must be signed in to change notification settings - Fork 31
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
Lyrics implementation prototype #224
Conversation
268d266
to
2d3b1c9
Compare
Hey @akrv7591, thanks for the help, I've made quite some changes but I've just merged everything in. I'll try and release a beta on TestFlight as soon as I can. |
I'm curious to get your input! |
Hey, that's interesting. The error you're seeing is probably caused by something else failing. Are there any other errors displayed in either this screen or the React Native console? |
ERROR Error: Couldn't find the bottom tab bar height. Are you inside a screen in Bottom Tab Navigator? This error is located at: |
And when I tried to install pod with |
This might have something to do with it. Can you do the following and check if that works?
If you get any errors there, please post them. |
Yeah, you're completely right. I commented out that specific line during development and forgot about it later. I'm committing a more permanent fix for this to main right now. Thanks for catching this! |
Great 👍 |
retrieveAndInjectLyricsToTracks
function to inject lyrics to tracks. Used inretrieveAlbumTracks
,retrievePlaylistTracks
andretrieveAllTracks
.Lyrics
button in Player modalLyrics
modalLyricsRenderer
componentLyrics
localization key(English only)HasLyrics
andLyrics
field toAlbumTrack
interfacehasLyrics
andlyrics
field to return value ofgenerateTrack
lyrics.svg
to/assets/icons/
lyricsMillisecondsFormat
to format lyrics timestampAdded
//TODO
comments to for changes where I was not sure if implementation is acceptableAccidentally pushed with iOS
project.pbxproj
changes sorryScreenshot from build