There is a problem: The file i posted here was working, but it doesn't works any more..I have a runtime error !
someone have an idea of what happened ?
is something changes ans i have to modify in my extension ?
I tried it on my old phone and it return : "Attempt to invoke virtual method 'java.lang.String java.io.File..getAbsolutePath()' on a null object reference....but i have no .getAbsolutePath() in my code !
please use your existing thread to post new versions...
I now merged the 2 threads...
you additionally could edit your first post and upload version 2 additionally there and update the documentation...
see also this thread as example about how to work with different versions [Paid] Alarm Manager Extension with Notification
sorry, I just found out, that trust level 2 only enables you to edit you own post up to 30 days after posting...
I now added a note into your first post ...
I built formulas to convert stras number (N) to Rate (R): R=(N-1)63+1 (doesn't work for 0)
And Rate to Number of stars : N=Round((0,0157060054B2+0,9974137071)*2)/2
you can find it in .aia
Group is use for you to sort your file's with some criterion of your choice
i corrected a bug (it was not possible to create rating if it does'nt exist)
and i add some tags:
volume adjustment level . it allow you to store a value to corect volume on some songs
Last play date you can store here the system date when you listen the file in order to not listen always the same file.(be careful, this tag is not a standard ID3 tag ang will be not read out of your app)
I'm in trouble whith the extension : rating bar All Extensions From AppyBuilder Community [FREE]
-taping the bar it is not possible to select zero star
-when i try to make it display half stars it doesn't works
is someone know a well orking extention or is able to make one ?
Rating is not standardized in ID3 standard. so each program has its own scale.
previously I tried to define formulas to translate rate to value to store (and reverse) but it doesn't works for all.
so in this version (6) i created a new block:
this one returns name of the last program which wrote a rating in the file (for exemple"Windows Media Player 9 Ser¿es")
when you change rating from this extension, it will be " AI Mp3Tags extension."
so with this you are able to use the good scale according to your files
Thank you so much for your work. It's first that i used without compiler errors. But there is a little "but": it doesn't run if i try to play a mp3 stream. Fortunately without errors also in this case but without retrive any data from the stream. I think it's for the nature of the get system that you had used in your software. So, the question is: there is a way to get ID3 TAG data from a streaming mp3 flow?
Thank yoy very much for your attention.
effectively my extension probably cannot get data from streaming: it reads informations in mp3 file and i have no idea from how streaming works...so i'm not able to extract data from streaming...