Page 1 of 1

MMREMOTE5 Not updating last Skipped

Posted: Fri Jun 16, 2023 6:10 am
by jess12345
Hey guys,

I've noticed that when using MM Remote 5 the last skipped and skip court are not updated when I skip songs.

Just thought I would mention it

Cheers.

Re: MMREMOTE5 Not updating last Skipped

Posted: Mon Aug 28, 2023 3:19 pm
by Ludek
It depends how this addon is calling the app.player.nextAsync(); function..
Seeing that calling from JS requires the first param to be TRUE for skip count increasing to be applied like this:
app.player.nextAsync(true);

But there is lack of the documentation re this params: https://www.mediamonkey.com/docs/apinew ... #nextAsync
I'll fix it for the new doc version..

Note also that skipcount is increased only when you skip in first 30% of the song and track position is more than 2 seconds..

Re: MMREMOTE5 Not updating last Skipped

Posted: Tue Aug 29, 2023 1:56 am
by Degeim
Hey!

The developer of MMRemote here. I was just made aware of this post. Thanks, Jess, for reporting it, and thanks Ludek for letting me know what was wrong! I have fixed this now, and it will be included in the next update.

Re: MMREMOTE5 Not updating last Skipped

Posted: Tue Aug 29, 2023 9:51 am
by Ludek
Degeim wrote: Tue Aug 29, 2023 1:56 am Hey!

The developer of MMRemote here. I was just made aware of this post. Thanks, Jess, for reporting it, and thanks Ludek for letting me know what was wrong! I have fixed this now, and it will be included in the next update.
Hi, great to see your very fast reaction time! Thanks! ;-)
And sorry for the lack of doc (that will be corrected) and my reaction time :roll: