Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dvr:linux [2019/10/19 20:19] – [Manual install instructions] nedsdvr:linux [2019/12/28 08:26] (current) neds
Line 24: Line 24:
  
   - Create a folder for recordings. For example from the command line you could do, <code>mkdir HDHomeRun</code> which will create a folder called "HDHomeRun" in your default user directory.   - Create a folder for recordings. For example from the command line you could do, <code>mkdir HDHomeRun</code> which will create a folder called "HDHomeRun" in your default user directory.
 +  - Enter the new folder: <code>cd HDHomeRun</code>
   - Download the latest HDHomeRun RECORD for Linux release using the wget command or a desktop GUI/browser   - Download the latest HDHomeRun RECORD for Linux release using the wget command or a desktop GUI/browser
-    * Debian/Ubuntu-based: https://download.silicondust.com/hdhomerun/hdhomerun_record_linux +    * Debian/Ubuntu
-    * BSD-based (FreeBSD, FreeNAS): https://download.silicondust.com/hdhomerun/hdhomerun_record_freebsd +        * Stable: https://download.silicondust.com/hdhomerun/hdhomerun_record_linux 
-    * The command will look like this <code>wget https://download.silicondust.com/hdhomerun/hdhomerun_record_linux</code>+        * Beta: https://download.silicondust.com/hdhomerun/hdhomerun_record_linux_beta 
 +    * BSD-based (FreeBSD, FreeNAS) 
 +        * Stable: https://download.silicondust.com/hdhomerun/hdhomerun_record_freebsd 
 +        * Beta: https://download.silicondust.com/hdhomerun/hdhomerun_record_freebsd_beta 
 +    * For example, the command might look like this <code>wget https://download.silicondust.com/hdhomerun/hdhomerun_record_linux</code>
   - Copy to the recordings folder and rename "hdhomerun_record".   - Copy to the recordings folder and rename "hdhomerun_record".
-    * <code>mv hdhomerun_record_linux HDHomeRun/hdhomerun_record</code>+    * <code>mv hdhomerun_record_linux hdhomerun_record</code>
   - Create a configuration file hdhomerun.conf in the recordings folder. Add the line: <code>RecordPath=<full Linux path to recordings folder></code>   - Create a configuration file hdhomerun.conf in the recordings folder. Add the line: <code>RecordPath=<full Linux path to recordings folder></code>
     - To do this from the command line, use the command<code>nano hdhomerun.conf</code>     - To do this from the command line, use the command<code>nano hdhomerun.conf</code>
  • Last modified: 2019/10/19 20:19