ChriD / node-raumkernel

A nodeJs lib for controlling the raumfeld multiroom system
MIT License
17 stars 7 forks source link

Consider "ContainerUpdateId's" #10

Closed ChriD closed 7 years ago

ChriD commented 7 years ago

We have to consider the containerUpdateId state variable on the content directory of the media server (subcscribe). Whenever we get a list id there we have to inform the mediaList manager that the list has updated and if the media list manager has the list in cache, he will go for an update and willemit the list afterwards. If the list is not in cache we do not have to do anything

ChriD commented 7 years ago

I have updated the code for a new event called "mediaRendererPlaylistReady" This will be triggered whenever the playist on a zon ewas changed. It considers the update Ids. Now the data returnes has to be nicer