


I hoped that there might be some way of integrating DVBv/RS into it and I did ask, but there doesn't seem to be a way at present.

The server side takes a lot of setting up but it's worth it and once done it works very well. You'll find the Plex app in the app store on the TV. I guess uPnPProfilesV2.xml should support more customization.ĭLNA improvements - Subtitles, Movie Album Art, Search The problem affects shared movies with external subtitles and the tv channels shared with recording service. Implement a call to that function in your script.CREATIONDATE=1253629219,FOLDER=01 - Sous-Titrés Find out the UPnP-function that sends a URL to your TV (again, I recomment UPnP Inspector, you can explore and call all functions with it). Find out the links to those videos using UPnP Inspector or other DLNA-clients. In summary: Get a DLNA-Server to host you videos on. Use UPnP Inspector to find the correct one, including its parameters. The UPnP-function I worked with to push a link to the TV is SetAVTransportURI, but it might differ from your TV. I do not know my way around python, but you since UPnP is HTTP based, you will need to send an HTTP request with appropriate UPnP-headers (see wikipedia or test it yourself with UPnP Inspector) and the proper XML-formatted body for the function you are trying to use. You can then push this URL to the TV, which will download and play the video, if its format is supported. Once you have it hosted on a DLNA server, you can find out the URL to a video by playing it in Windows Media Player (which has DLNA-support) or by using UPnP Inspector (which I recommend anyways, if you are going to be working with UPnP). Via UPnP you only hand the URL to the TV, not the video directly. You will still need a DLNA server to host your videos on. Python – uPnP pushing video to Smart TV/Samsung TV on OSX/Mac
