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.
MMREMOTE5 Not updating last Skipped
Moderators: jiri, drakinite, Addon Administrators
Re: MMREMOTE5 Not updating last Skipped
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..
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
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.
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
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
