[F/OS] Lyrics Viewer - Play Lyrics for songs in Music Players

Wow that’s Interesting extension.
I would like to implement in one of my music app

2 Likes

Woderfull!
Can we place online url ?

2 Likes

No, I’ll add if possible or you/anyone can make a fork of the extension and create a PR.

Thanks for your replies

1 Like

Wow​:open_mouth:, Wonderful extension!!!

2 Likes

Great extension, but it doesn’t seem to work with Companion.

3 Likes

Thanks for you reply.

This crashes on companion due to asset loading. I’ve used the normal way to get the assets and I wanted to mention this in the first post. I’ll find a way to load them in a way that works well in Kodular or anyone who interested can make a PR.

1 Like

Extension Update ( v1.1 )

  • Companion Crash Fix
    ( AI2 Way of loading assets )

Download ( v1.1 )

com.jaxparrow.lyricviewer.aix (26.3 KB)

Update can be found directly in first post ( won’t take you to Github Releases )

4 Likes

Nice work but -


Why are you trying to get drawable through this much process ai2 has a built in function with MediaUtil -
http://3nportal.com/AIBridge/API/com/google/appinventor/components/runtime/util/MediaUtil.html
and same goes for other places used
though this is not something that useful but still.

3 Likes

Actually, I’ve used this and other methods too. I was testing and it couldn’t load asset in companion / couldn’t get extension’s assets. So, I used this way of getting the assets ( in all the other places too ).

1 Like

Although it should work but if it does not then its fine.

2 Likes

@Jaxparrow Very Useful extension I will also try in my music app

2 Likes

Very interesting.

It will ,certainly, serve to improve many music player apps.

3 Likes

Nice extension but can’t use since the LRC file can be loaded only from assets or file path.

2 Likes

Could you tell me where you were trying to load the LRC from?. I’ll try to add that method if possible.

1 Like

Thanks for the reply. I am trying to load LRC file from airtable.

1 Like

I could add a URL loader ( as mentioned above in a previous reply ) or you could download them ( cache ) for the first time and load them from the ASD.

1 Like

See… I am actually extracting data from airtable in variables and then throwing it into music player. So I am having title, subtitles(lyrics) and source link in my variables and want to link subtitle variable with Lyrics Viewer.

Can I expect the upgrade anytime soon?

kodular Font asset not found help me please?

Do you have the font file uploaded to the assets? ( the one you specified in the function of the extension ).

please note that it’s case sensitive and check if the font type is supported ( otf, ttf ). - Try loading a different font if you want to make sure it’s not any extension issue.