DLNA Media Controller plugin - version 1.2 released

Version 1.2 is released.

You can download it here (ZIP archive at the bottom of this page): 1.2 in tags – DLNA Media Controller

This version will be available in the MiOS app store in few days.

What’s new in version 1.2:

[ol][li]
Full compatibility with UI5 and UI7
[/li]
[li]
Different UI theme for UI5 and UI7 users, automatically selected
[/li]
[li]
New ability to install/uninstall the network patch for UPnP discovery
[/li][/ol]

The plugin in version 1.2 is now available in the MiOS marketplace.

To not have problems, here is the sequence to follow when installing the plugin:
1 - install the plugin from the store
2 - wait around half a minute, the time for the Vera to create a new device and reload the Vera
3 - [glow=red,2,300]Clear your WEB cache[/glow]
4 - Now you are ready to setup your DLNA device

Wiki page is updated.

I am using version 1.2 now with UI5. TTS Say works fine when used within vera. I am using Tasker and autovera to use Say for TTS. The text in Say is translated to “+” for every blank space when used in tasker. Here is the log which I got for the Say used in Tasker.
I Input Text “HELLO HOW ARE YOU” within double quotes in Say.

08 11/16/14 18:46:50.200 JobHandler_LuaUPnP::HandleActionRequest device: 32 service: urn:dlna-org:serviceId:DLNAMediaController1 action: e[36;1mSaye[0m <0x304b1680>
08 11/16/14 18:46:50.200 JobHandler_LuaUPnP::HandleActionRequest argument serviceId=urn:dlna-org:serviceId:DLNAMediaController1 <0x304b1680>
08 11/16/14 18:46:50.200 JobHandler_LuaUPnP::HandleActionRequest argument action=Say <0x304b1680>
08 11/16/14 18:46:50.200 JobHandler_LuaUPnP::HandleActionRequest argument Text=“HELLO+HOW+ARE+YOU” <0x304b1680>
08 11/16/14 18:46:50.201 JobHandler_LuaUPnP::HandleActionRequest argument Volume=50 <0x304b1680>
08 11/16/14 18:46:50.201 JobHandler_LuaUPnP::HandleActionRequest argument DeviceNum=32 <0x304b1680>
08 11/16/14 18:46:50.201 JobHandler_LuaUPnP::HandleActionRequest argument v=20140704 <0x304b1680>

The text has to be encoded. If not done automatically by tasker, you have to do yourself. For example, you will replace blank by %20.