vervallsweg / cast-web-api

Quick and dirty web API for Google Cast enabled devices.
GNU General Public License v3.0
141 stars 74 forks source link

Extra track information with callbacks #128

Open Oldjuju opened 4 years ago

Oldjuju commented 4 years ago

Hi,

is it possible to add extra track information with callbacks? The track's length (seconds or milliseconds) would be great.

A progress indicator (seconds or milliseconds) would also be beneficial. This might be better gained by polling the device though.

I'm currently calculating the total running time by totalling the time spent in different statuses.

(cast-web-api is a fantastic project BTW)

thanks,

Cam