Thank you for this plugins, I integrated it with my custom player project.
There is some bugs that I fixed in your code and I like to share, one is very critical , causing the voliumio status to blow a way on very long tracks. Related to a number that is dealing a s string and make the seek value to be string concatenate rather than an arithmetic sum.
- in file “index.js” function playNextTrack , missing JSON.Parse for currentTime (twice)
- function getSongsResponse need to parseFloat airtime value
Thanks,
Ofir