Wow that’s Interesting extension.
I would like to implement in one of my music app
Woderfull!
Can we place online url ?
No, I’ll add if possible or you/anyone can make a fork of the extension and create a PR.
Thanks for your replies
Wow​, Wonderful extension!!!
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.
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 )
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.
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 ).
Although it should work but if it does not then its fine.
Very interesting.
It will ,certainly, serve to improve many music player apps.
Nice extension but can’t use since the LRC file can be loaded only from assets or file path.
Could you tell me where you were trying to load the LRC from?. I’ll try to add that method if possible.
Thanks for the reply. I am trying to load LRC file from airtable.
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.
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.