Changes between Version 1 and Version 2 of WikiStart


Ignore:
Timestamp:
2012-08-13 02:14:55 (12 years ago)
Author:
jster
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.12.3 = 
    21 
    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. 
     2[[Image("http://www.mythtv.org/img/mythtv.png",align=center,100%)]] 
    53 
    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. 
     4= Introduction = 
     5The MythTV media plugin is a [http://wiki.micasaverde.com/index.php/Luup_Plugins Luup component] that permits the Remote Control of MythTV Frontends (version 0.25 or later). 
    106 
    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. 
     7= How does it work = 
    168 
    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. 
     9This Plug-in is able to control a MythTV Frontend using the [http://www.mythtv.org/wiki/Services_API MythTV services API].  
    2110 
    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''.  
     11Once connected, and configured, the plug-in sends HTTP commands to the receiver. If polling is enabled, it will also update and display the presently displayed media information in the dashboard.  
    2512 
    2613 
    27 TracGuide is a good place to start. 
     14Most remote commands are currently supported and its best used in conjunction with SQRemote to provide a more seamless experience. 
    2815 
    29 Enjoy! [[BR]] 
    30 ''The Trac Team'' 
    3116 
    32 == Starting Points == 
     17The plug-in contains a list of commands and maps them to "well known" Actions within Vera's Media Automation Services. 
    3318 
    34  * TracGuide --  Built-in Documentation 
    35  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 
    36  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 
    37  * TracSupport --  Trac Support 
     19== Notes == 
     20* For installation of the plug-in, it is not recommended to use Internet Explorer, or change the naming convention of the files in any way. 
     21* During Plug-in creation, the exact files must be used; this includes keeping the case sensitivity. 
     22* The IP address *must* also include the port number. The default MythTV Frontend services API port is 6547. 
    3823 
    39 For a complete list of local wiki pages, see TitleIndex. 
     24= Installation = 
     25 1. Download the following files from source control: 
     26 
     27   [http://code.mios.com/trac/mios_mythtv/browser/trunk/D_MythTVFrontend1.json D_MythTVFrontend1.json] 
     28 
     29   [http://code.mios.com/trac/mios_mythtv/browser/trunk/D_MythTVFrontend1.xml D_MythTVFrontend1.xml] 
     30 
     31   [http://code.mios.com/trac/mios_mythtv/browser/trunk/I_MythTVFrontend1.xml I_MythTVFrontend1.xml] 
     32 
     33   [http://code.mios.com/trac/mios_mythtv/browser/trunk/json.lua json.lua] 
     34 
     35 
     36    
     37 1. Goto ''Devices'' --> ''Luup plugins'' --> ''Luup files'' 
     38 1. Click the '''(Browse)''' buttons on the right, and enter the 4 filenames referenced at the end of the URL above. 
     39 1. Select the checkbox "''[x] Restart Luup after upload''" and click '''(Go)''' 
     40 1. ... wait whilst it uploads and restarts the Lua engine ... 
     41 1. If successful, you'll see the files listed in the System (using the exact names listed above). 
     42 1. Navigate to ''Devices'', scroll to the bottom at the ''Add device'' form. 
     43 1. Type "`D_MythTVFrontend1.xml`", and click '''(Add Device)''', type in a name of your choice against the device, enter in the ip address (with port number), and then then click '''(Save)''' 
     44 1. You may need to reload luup again to get the device to be displayed. 
     45 
     46If everything works correctly, then the current media information will be displayed. 
     47 
     48Once the device is responding properly, polling can be disabled or the frequency adjusted from the advanced properties tab. The default polling frequency is every 60 seconds.  
     49 
     50= Testing = 
     51This Device is exposed through MiOS Control Points that expose the Media Control interfaces (like [http://squareconnect.com SQ Remote]). 
     52You can then Assign these Actions to the Buttons of the Control Point. 
     53 
     54You can also test the commands using the lu_invoke web interface. Browse to {{{http://<your mios device ip address>:3480/data_request?id=lu_invoke}}}, select the "MythTV Frontend" device, and click on any link to run that command. Note that only commands listed with a * are currently supported. 
     55 
     56= Errors = 
     57 
     58= Releases = 
     59 
     60= Discussion = 
     61 
     62= References = 
     63 *  [http://www.mythtv.org/wiki/Services_API Services API]