diff options
author | thlo <smarttv640@gmail.com> | 2014-06-09 12:56:48 +0200 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2014-06-09 12:56:48 +0200 |
commit | 478222ca3bee5e20432dcc052a74e955d3fa255a (patch) | |
tree | 618002e1c41fa1143eaf0b669723a32f016d2041 /smarttv-client/index.html | |
parent | 1f4c5de1370cacfb1b514d833860c372c3ff3767 (diff) | |
download | vdr-plugin-smarttvweb-Wv1.00.tar.gz vdr-plugin-smarttvweb-Wv1.00.tar.bz2 |
* Commands Menu Entry (when enabled in plugin)
* Fix of sorting bug (blue key in recordings)
* Improved buffering tuning for Live
* Fixes with respect to using HLS for Recordings
* Touch Remote Control support
* New 21:9 crop (picture size key)
* Making additional notifications (such as Recording has finished)
optional
* Show Language Code for Audio Track Select
* Bug Fixes
Diffstat (limited to 'smarttv-client/index.html')
-rwxr-xr-x | smarttv-client/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/smarttv-client/index.html b/smarttv-client/index.html index 6760353..1032638 100755 --- a/smarttv-client/index.html +++ b/smarttv-client/index.html @@ -51,6 +51,7 @@ <!-- <object id="pluginAudio" border=0 classid="clsid:SAMSUNG-INFOLINK-AUDIO"></object>-->
<object id="pluginTime" border=0 classid="clsid:SAMSUNG-INFOLINK-TIME"></object>
+ <object id="pluginTV" border=0 classid="clsid:SAMSUNG-INFOLINK-TV"></object>
<object id="pluginObjectTVMW" border=0 classid="clsid:SAMSUNG-INFOLINK-TVMW"></object>
<object id="pluginObjectVideo" border=0 classid="clsid:SAMSUNG-INFOLINK-VIDEO"></object>
<object id="pluginObjectScreen" classid="clsid:SAMSUNG-INFOLINK-SCREEN"></object>
@@ -176,7 +177,7 @@ </div>
<div id="infoOverlay">
- <table height="100%" width="90%">
+ <table height="100%" width="100%" style="border-radius: 8px;background: rgba(0, 0, 139, 0.5);-webkit-box-shadow:3px 3px 7px 4px rgba(0,0,0, 0.5);" >
<tr><th id="infoTitle" align="left">
</th></tr>
<tr><td id="infoDuration">
|