alexkn / node-red-contrib-dlna

Node-RED nodes to control DLNA media players.
MIT License
1 stars 2 forks source link

an example for URL? #32

Open Barabba11 opened 3 months ago

Barabba11 commented 3 months ago

Hi, how URL should be formatted? Can you please write plase an example for loading file from a DLNA server and (if possible) from a samba shared network path? Thank you

Barabba11 commented 3 months ago

Hi, I strongly recomend to put on help an example, we're going mad to understand what this node expects to receive:

let msg = {payload:
{
  action : "load",
  url : "http://url"
}
};
return msg;

Also, I would add that there shouldn't be necessary to erite an address on device, but it should appear there as a list, and if it doesn't the problem is on DLNA player