Subtitles were working fine in 5.1.4 (using a Panasonic TX-P42G15 if that matters), but when I upgraded to 6.0-RC2 i found that subtitles no longer work, so I decided to capture the traffic between the TV and twonky and found that the 6.0-RC2 does not send the subtitle information to the TV in the SOAP response:
Notice that --- pv:subtitleFileType="SRT" pv:subtitleFileUri="whatever.srt" --- is only pressent in 5.1.4 but no longer present in 6.0-RC2.
TWONKY 6.0-RC2:
==========================
<item id="0$3$34$40$41$126R14346" parentID="0$3$34$40$41$126" restricted="1">
<dc:title>1x01 Movie</dc:title>
<dc:date>2009-11-20</dc:date>
<res duration="0:31:01.986" size="244654080" resolution="624x352" protocolInfo="http-get:*:video/avi:DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000">http://192.168.202.6:9000/disk/DLNA-PNAVI-OP01-FLAGS01700000/O0$3$27I14346.avi</res>
<upnp:class>object.item.videoItem.movie</upnp:class>
</item>
==========================
TWONKY 5.1.4:
==========================
<item id="0$3$34$40$41$118R56" parentID="0$3$34$40$41$118" restricted="1">
<dc:title>1x01 Movie</dc:title>
<dc:date>2009-11-20</dc:date>
<res pv:subtitleFileType="SRT" pv:subtitleFileUri="http://192.168.202.6:9000/disk/O0$3$27I56.srt" size="244654080" duration="0:31:01.986" resolution="624x352" protocolInfo="http-get:*:video/avi:DLNA.ORG_OP=01;DLNA.ORG_CI=0;DLNA.ORG_FLAGS=01700000000000000000000000000000">http://192.168.202.6:9000/disk/DLNA-PNAVI-OP01-FLAGS01700000/video/O0$3$27I56/1x01%20Movie.avi</res>
<upnp:class>object.item.videoItem.movie</upnp:class>
</item>
==========================
