thibauts / node-upnp-mediarenderer-client

An UPnP/DLNA MediaRenderer client
MIT License
125 stars 30 forks source link

Adds the possibility to include metadata when loading the client #13

Closed gabrielmagno closed 9 years ago

gabrielmagno commented 9 years ago

When loading the renderer client, it would be great to have the option to include a metadata to send to the AVTransport. The metadata could include several information, like title, cover image, description, and even subtitle.

I simply included a new option value called "metadata", that could be passed in the options object when calling the load function.

gabrielmagno commented 9 years ago

Thank you for accepting my merge! Following on this, could the version be bumped to 0.0.3?

thibauts commented 9 years ago

And done

gabrielmagno commented 9 years ago

Awesome!