home *** CD-ROM | disk | FTP | other *** search
/ Minami 85 / MINAMI85.iso / Extra / vlc-0.8.6b-win32.exe / http / requests / vlm.xml < prev   
Extensible Markup Language  |  2007-04-24  |  5KB  |  80 lines

  1. <?xml version="1.0" encoding="<vlc id="value" param1="charset"/>" standalone="yes" ?>
  2. <vlc id="if" param1="0"/>
  3. <!--  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
  4. <  vlm.xml: VLC media player web interface
  5. < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - >
  6. <  Copyright (C) 2005-2006 the VideoLAN team
  7. <  $Id: vlm.xml 14907 2006-03-24 14:17:28Z dionoea $
  8. <  Authors: Antoine Cellerier <dionoea -at- videolan -dot- org>
  9. <  This program is free software; you can redistribute it and/or modify
  10. <  it under the terms of the GNU General Public License as published by
  11. <  the Free Software Foundation; either version 2 of the License, or
  12. <  (at your option) any later version.
  13. <  This program is distributed in the hope that it will be useful,
  14. <  but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. <  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. <  GNU General Public License for more details.
  17. <  You should have received a copy of the GNU General Public License
  18. <  along with this program; if not, write to the Free Software
  19. <  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  20. < - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -->
  21. <vlc id="end"/>
  22.  
  23. <vlm>
  24. <vlc id="foreach" param1="el" param2="vlm"  />
  25.   <vlc id="if" param1="el.type value 'broadcast' strcmp 0 =" />
  26.     <broadcast name="<vlc id="value" param1="el.name"/>" enabled="<vlc id="value" param1="el.enabled" />" loop="<vlc id="value" param1="el.loop"/>">
  27.       <output><vlc id="value" param1="el.output" /></output>
  28.       <inputs>
  29.         <vlc id="foreach" param1="in" param2="el.inputs" />
  30.           <input><vlc id="value" param1="in" /></input>
  31.         <vlc id="end" />
  32.       </inputs>
  33.       <options>
  34.         <vlc id="foreach" param1="opt" param2="el.options" />
  35.           <option><vlc id="value" param1="opt" /></option>
  36.         <vlc id="end" />
  37.       </options>
  38.       <instances>
  39.         <vlc id="foreach" param1="inst" param2="el.instances" />
  40.           <instance name="<vlc id="value" param1="inst.name"/>" state="<vlc id="value" param1="inst.state"/>" position="<vlc id="value" param1="inst.position"/>" time="<vlc id="value" param1="inst.time"/>" length="<vlc id="value" param1="inst.length"/>" rate="<vlc id="value" param1="inst.rate"/>" title="<vlc id="value" param1="inst.title"/>" chapter="<vlc id="value" param1="inst.chapter"/>" seekable="<vlc id="value" param1="inst.seekable"/>" playlistindex="<vlc id="value" param1="inst.playlistindex"/>" />
  41.         <vlc id="end" />
  42.       </instances>
  43.     </broadcast>
  44.   <vlc id="else" />
  45.     <vlc id="if" param1="el.type value 'vod' strcmp 0 =" />
  46.       <vod name="<vlc id="value" param1="el.name"/>" enabled="<vlc id="value" param1="el.enabled" />">
  47.         <output><vlc id="value" param1="el.output" /></output>
  48.         <inputs>
  49.           <vlc id="foreach" param1="in" param2="el.inputs" />
  50.             <input><vlc id="value" param1="in" /></input>
  51.           <vlc id="end" />
  52.         </inputs>
  53.         <options>
  54.           <vlc id="foreach" param1="opt" param2="el.options" />
  55.             <option><vlc id="value" param1="opt" /></option>
  56.           <vlc id="end" />
  57.         </options>
  58.       <instances>
  59.         <vlc id="foreach" param1="inst" param2="el.instances" />
  60.           <instance name="<vlc id="value" param1="inst.name"/>" state="<vlc id="value" param1="inst.state"/>" position="<vlc id="value" param1="inst.position"/>" time="<vlc id="value" param1="inst.time"/>" length="<vlc id="value" param1="inst.length"/>" rate="<vlc id="value" param1="inst.rate"/>" title="<vlc id="value" param1="inst.title"/>" chapter="<vlc id="value" param1="inst.chapter"/>" seekable="<vlc id="value" param1="inst.seekable"/>" playlistindex="<vlc id="value" param1="inst.playlistindex"/>" />
  61.         <vlc id="end" />
  62.       </instances>
  63.       </vod>
  64.     <vlc id="else" />
  65.       <schedule name="<vlc id="value" param1="el.name"/>" enabled="<vlc id="value" param1="el.enabled" />" date="<vlc id="value" param1="el.date"/>" period="<vlc id="value" param1="el.period"/>" repeat="<vlc id="value" param1="el.repeat"/>">
  66.         <commands>
  67.           <vlc id="foreach" param1="com" param2="el.commands" />
  68.             <command><vlc id="value" param1="com" /></command>
  69.           <vlc id="end" />
  70.         </commands>
  71.       </schedule>
  72.     <vlc id="end" />
  73.   <vlc id="end" />
  74. <vlc id="end" />
  75. </vlm>
  76.