getmusicbee.com

Support => Developers' Area => MusicBee API => Topic started by: Akira Q. on May 01, 2022, 06:12:14 AM

Title: Is there any way to get the duration of the current queue?
Post by: Akira Q. on May 01, 2022, 06:12:14 AM
I've noticed that there's a NowPlaying_GetDurationDelegate that will give a playtime to a useful degree of precision, but there isn't a similar delegate for the NowPlayingList or Playlist sections. Is there any way to get those same kinds of precise numbers from either of those? Or is it possible to get a version for NowPlayingList added to the API at some point?
(By meaningful precision I mean listing it as say "860497" instead of "14:20" as I sort of need the numbers beyond the seconds place, but going through each thing in the queue individually and using the NowPlaying delegates on those individual songs is painful, believe me I've tried.)