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 |
| 21 | It 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 |
| 41 | If 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 |
| 52 | This step will allow to link a Vera device to a physical media renderer. |
| 53 | Note it can be used too to assign the Vera device to a different media renderer. |
| 54 | Please 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 | |
| 64 | Automatic 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 |