INSTALLATION
Because my qt/c++ skill's are less then adequate for this job,  I could not make this a true Mythtv module.  As a result a few external programs are required for  for this work. 

These instruction assume that you have a already running myth system including nuvexport
---------------------------------------------------------------------------------------------------------------------------------------------
EBOXY INSTALLATION

Knoppmyth
Pre installed as of version R5.


Fedora Core 1,2,3
      Should be a simple installation as .rpm's can be found in the download/rpm directory. 
      Grab all the deb's and install them using  "rpm -i  ".
      All the rest of the software requirments  can be installed with apt-get.



Now follow the NUV2DISC instructions below.

OTHERS
Installation is not a simple rpm or apt-get (yet)  but if you READ the directions it should be straight forward.

The first thing needed is Eboxy which is the GUI portion.
  Download this patched version of Eboxy, then follow the install direction's at eboxy.sf.net.
  Next you will need to download and install a couple of  eboxy plugins  (playlist and rcon).




NUV2DISC INSTALLATION

Knoppmyth
Pre installed as of version R5.

Others
 Download the   Nuv2disc install script   and run nuv2disc-install.sh -download
        -This will install nuv2disc under /myth/nuv2disc and perform all the steps (except #4) below
        -Be sure to review commonvars and change anything needed to match your system.
   

Manual  steps:     
        
  1) unzip the file   (tar -zxvf nuv2disc)
  2) copy the directory nuv2disc to a location with plenty of space.
       - Please make sure the disk drive has enough space, as all temp work  will be done under this directory.
       - The myth user will need write access to everything under nuv2disc
       -The current skin is designed to be displayed at 848x480 it is also usable at 800x600. 
                                *Why 848x480 , because that is the native resolution of my system.
                             

  3)  proceed to step 4
  
  4)  Modify nuv2disc/nuv2disc-skin/commonvars  to match your system. 
  5) Link nuv2disc.sh to /usr/local/bin
            ( ln -s nuv2disc.sh  /usr/local/bin/nuv2disc.sh )



To add nuv2disc to the myth menu  add the following to mainmenu.xml
   
        <button>
           <type>Extra</type>
           <text>TITLE_TEXT</text>
              <action>EXEC  /usr/local/bin/nuv2disc.sh  </action>
        </button>