Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
2014-05-06 12:34:29 (10 years ago)
Author:
lolodomo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.12.3 = 
     1= The DLNA Media Controller plugin for Vera = 
     2This plugin permits control of any DLNA Media Renderer. 
    23 
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of 
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 
     4== Installation == #Installation 
     5=== What you need === #Whatyouneed 
     6 * Vera with UI5 
     7 * At least one DLNA media server and one DLNA Media renderer 
     8 * The UPnP event proxy plugin 
     9 * The DLNA Media Controller plugin 
    510 
    6 All aspects of Trac have been designed with the single goal to  
    7 '''help developers write great software''' while '''staying out of the way''' 
    8 and imposing as little as possible on a team's established process and 
    9 culture. 
     11=== How To (installation from the MiOS Marketplace) === #HowTo 
     12It is the recommended method for installing the plugin. 
    1013 
    11 As all Wiki pages, this page is editable, this means that you can 
    12 modify the contents of this page simply by using your 
    13 web-browser. Simply click on the "Edit this page" link at the bottom 
    14 of the page. WikiFormatting will give you a detailed description of 
    15 available Wiki formatting commands. 
     14 * Install the UPnP event proxy plugin from the MiOS Marketplace. 
    1615 
    17 "[wiki:TracAdmin trac-admin] ''yourenvdir'' initenv" created 
    18 a new Trac environment, containing a default set of wiki pages and some sample 
    19 data. This newly created environment also contains  
    20 [wiki:TracGuide documentation] to help you get started with your project. 
     16 * Install the DLNA Media Controller plugin from the MiOS Marketplace. 
    2117 
    22 You can use [wiki:TracAdmin trac-admin] to configure 
    23 [http://trac.edgewall.org/ Trac] to better fit your project, especially in 
    24 regard to ''components'', ''versions'' and ''milestones''.  
     18 * When installation is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 
     19 
     20=== How To (manual installation) === #HowToManual 
     21It is the installation method required if you don't have access to the MiOS marketplace. 
     22 
     23 * Download the plugin files using the Zip Archive link at the bottom of this page: http://code.mios.com/trac/mios_dlna-cntroller/browser/tags/1.0 
     24 
     25 * Upload the plugin files: 
     26   * Unzip the ZIP archive 
     27   * Use WinSCP ( http://winscp.net/eng/index.php ) to upload certain files: 
     28     * DLNA.png go into ''/www/cmh/skins/default/icons/'' 
     29   * In '''APPS''' section, open '''Develop Apps''' >> '''Luup Files''' and upload the following files, check the '''Restart Luup after upload''' checkbox and click '''GO''' 
     30     * D_DLNAMediaController1.json 
     31     * D_DLNAMediaController1.xml 
     32     * I_DLNAMediaController1.xml 
     33     * J_DLNAMediaController1.js 
     34     * L_DLNATTS.lua 
     35     * L_DLNAUPnPUtility.lua 
     36     * S_DLNAAVTransport1.xml 
     37     * S_DLNAMediaController1.xml 
     38     * S_DLNARenderingControl1.xml 
     39 
     40=== Create a device === #CreateDevice 
     41If you installed the plugin from the MiOS Marketplace, one device is automatically created. But if you have several media renderers and you want to drive more than one with the Vera, you have to add additional devices in the Vera, one for each media renderer you want to control. 
     42 
     43 * Open '''APPS''' section; open '''Develop Apps''' >> '''Create Device'''. 
     44   * In the '''!Upnp Device Filename''' input box enter ''D_DLNAMediaController1.xml''. 
     45   * In the '''Description''' input box enter a name for the panel device. 
     46   * In the '''Parent device''' list box select ''No parent''. 
     47   * Click '''Create device'''. 
     48 * Close the popup window that informs you about the creation of a new device, then push the '''Reload''' button. 
     49 * When reload is done, refresh your Web browser cache (Ctrl+F5 in most of the browsers) 
     50 
     51=== Select your media renderer === #SelectMediaRenderer 
     52This step will allow to link a Vera device to a physical media renderer. 
     53Note it can be used too to assign the Vera device to a different media renderer. 
     54Please note that you must avoid having several Vera devices linked to the same media renderer. 
     55 
     56 * Find your new device in the UI, 
     57 * Click on its wrench button, 
     58 * Open the '''Settings''' tab, 
     59 * Push the '''Discover''' button and wait for few seconds until the selection box is filled and the '''Select''' button is enabled again, 
     60 * Select your media renderer in the selection box and then push the '''Select''' button, 
     61 * If the automatic discovery is not working (the selection box remains empty), you can enter the URL of your renderer XML description file in the field '''New URL''' and then push the '''Select''' button, 
     62 * Wait for few seconds for a complete initialiazation 
     63 
     64Automatic discovery (UPnP discovery) could require an additional setup of your Vera Lite. Please read the explanations in this message if it does not work directly: http://forum.micasaverde.com/index.php/topic,16905.msg132502.html#msg132502 
    2565 
    2666 
    27 TracGuide is a good place to start. 
    2867 
    29 Enjoy! [[BR]] 
    30 ''The Trac Team'' 
    3168 
    3269== Starting Points ==