]> git.sesse.net Git - vlc/commitdiff
add same controls as in previous http interface. As zorglub pointed out,
authorAntoine Cellerier <dionoea@videolan.org>
Wed, 7 Dec 2005 00:12:39 +0000 (00:12 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Wed, 7 Dec 2005 00:12:39 +0000 (00:12 +0000)
some people might be using these controls regardless of the http interface
code itself.

share/http/index.html

index ea2f8c83dfeb5c814d2c2212f144e11b377e8a5b..9304a6a2956b187836567079e718d2f549f9a1e9 100644 (file)
   <link href="style.css" rel="stylesheet" type="text/css" />
   <script type="text/javascript" src="functions.js"></script>
 
+  <!-- in case people had scripts that sent commands to the default
+       index.html page -->
+  <vlc id="control" param1="stop,pause,previous,next,add,sout,play,delete,empty,seek,fullscreen,keep,volume,sort,move" />
+
 </head>
 
 <body onload="loop_refresh();">