diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-12-22 18:15:46 +0000 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2007-12-22 18:15:46 +0000 |
commit | 600227043a817c2c911d021ba78b9739b4e92088 (patch) | |
tree | 4c35e7b3fce0a11d1868890675cd9d3c2c404f3a /doc | |
parent | 34a8da7294f445448dfdf9597e8ba322d9dc08e6 (diff) | |
download | vdr-plugin-live-600227043a817c2c911d021ba78b9739b4e92088.tar.gz vdr-plugin-live-600227043a817c2c911d021ba78b9739b4e92088.tar.bz2 |
- Almost full featured javascript controlling interface for the vlc window.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 53105d1..f0a1182 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,17 @@ +2007-12-22 Dieter Hametner <dh+vdr at gekrumbel dot de> + + * live/js/live/vlc.js + Added an own mootools based implementation of a controlling + class for the vlc plugin as proposed by Rolf Ahrenberg. + Features currently supported are: + - start/stop play (pause is left out because it provides no + timeshift functionality). + - mute sound. (Use this instead of pause) + - switch to full screen mode. + - close the popup window. + The class is customizable and you can see in vlc.ecpp how + customization for the changed button strings has been done. + 2007-12-18 Dieter Hametner <dh+vdr at gekrumbel dot de> - Integrated a new patch Rolf Ahrenberg sent to me privately |