It would be great if you could add an explanation of dict returned by MPDClient.status() because I really do not understand the difference between MPDClient.status()['time'] and MPDClient.status()['elapsed']. And is there no way to get the absolute length of a song in seconds?
It would be great if you could add an explanation of dict returned by
MPDClient.status()
because I really do not understand the difference betweenMPDClient.status()['time']
andMPDClient.status()['elapsed']
. And is there no way to get the absolute length of a song in seconds?