Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
dvr:mac [2019/07/15 07:09]
neds
dvr:mac [2023/05/05 00:27] (current)
neds
Line 5: Line 5:
  
 ===== Requirements ===== ===== Requirements =====
 +<WRAP indent>
 +
 **Before you continue, make sure you have the following:​** **Before you continue, make sure you have the following:​**
  
Line 12: Line 14:
   * Sufficient disk space to hold recordings. HD content typically runs around 6GB per hour, so a 500 GB hard drive for recordings is a good minimum to have.   * Sufficient disk space to hold recordings. HD content typically runs around 6GB per hour, so a 500 GB hard drive for recordings is a good minimum to have.
   * The Mac must be on at all times in order to make recordings or access previously recorded content. Sleep mode should be disabled.   * The Mac must be on at all times in order to make recordings or access previously recorded content. Sleep mode should be disabled.
 +  * Wired network connection. The DVR will handle a great deal of video traffic, so wireless connections should be avoided.
 +
 +</​WRAP>​
 ===== Install the storage software ===== ===== Install the storage software =====
 +<WRAP indent>
  
-  - Download the HDHomeRun Mac software here: **http://​download.silicondust.com/​hdhomerun/​hdhomerun_mac.dmg**+  - Download the HDHomeRun Mac software here:  
 +      * Normal version: **http://​download.silicondust.com/​hdhomerun/​hdhomerun_mac.dmg** 
 +      * Beta version: **https://​download.silicondust.com/​hdhomerun/​hdhomerun_mac_beta.dmg**
   - If it hasn't already opened automatically,​ open the HDHomeRun installer disk image so that a "​virtual"​ disk with the HDHomeRun set up software installer opens up. You can do this by double clicking on the .img file that is downloaded, normally in your downloads folder.   - If it hasn't already opened automatically,​ open the HDHomeRun installer disk image so that a "​virtual"​ disk with the HDHomeRun set up software installer opens up. You can do this by double clicking on the .img file that is downloaded, normally in your downloads folder.
   - Double click on the installer and enter your Mac's administrator password when prompted. If you've never set up an administrator password, simply press enter.   - Double click on the installer and enter your Mac's administrator password when prompted. If you've never set up an administrator password, simply press enter.
   - The installer will ask which parts of the software to install. You will want at least the DVR storage recording software, but you can also install the viewer app, so that you can view live TV and recordings on the same Mac.   - The installer will ask which parts of the software to install. You will want at least the DVR storage recording software, but you can also install the viewer app, so that you can view live TV and recordings on the same Mac.
-  - Go to http://my.hdhomerun.comand verify that HDHomeRun ​RECORD shows at the top of the page.+  - And you're done. You should now be able to record using the HDHomeRun app. 
 + 
 +<WRAP center info 80%>By default, recordings are stored in <​code>/​Users/HDHomeRun/</​code>​ on your main drive (normally named Macintosh HD).</​WRAP>​
  
-<WRAP center info 80%> 
-By default, recordings are stored in <​code>/​Users/​HDHomeRun/</​code>​ on your main drive (normally named Macintosh HD). 
-</​WRAP>​ 
  
 ===== Advanced options ===== ===== Advanced options =====
-**Change the recording location:** +<WRAP indent>​ 
-  - Open Terminal and run: <​code>​sudo nano /​Users/​HDHomeRun/​hdhomerun.conf</​code>​+ 
 +===Change the recording location=== 
 + 
 + 
 +  - Open Terminal and run: <​code>​sudo launchctl unload /​Library/​LaunchDaemons/​com.silicondust.dvr.plist</​code>​ 
 +  - Then run the command: <​code>​sudo nano /​Users/​HDHomeRun/​hdhomerun.conf</​code>​
   - Change the record location to the exact location you would like to record to. Do not use paths with spaces in them, and do not use quotes around the path. \\ <WRAP center info 80%>For example, your recording path might look like this <​code>​RecordPath=/​Volumes/​My_new_harddrive/​HDHomeRun/</​code></​WRAP>​   - Change the record location to the exact location you would like to record to. Do not use paths with spaces in them, and do not use quotes around the path. \\ <WRAP center info 80%>For example, your recording path might look like this <​code>​RecordPath=/​Volumes/​My_new_harddrive/​HDHomeRun/</​code></​WRAP>​
-  - To save the changes, press control-o, and then press control-x to exit. Reboot ​the Mac, or run the below commands ​to restart ​the DVR.+  - To save the changes, press control-o, and then press control-x to exit. 
 +  - Run the command: <​code>​sudo launchctl load /​Library/​LaunchDaemons/​com.silicondust.dvr.plist​</​code>​ 
 +  - Open the **System Preferences** from the Apple menu 
 +  - Open **Security & Privacy** 
 +  - Click on the **Privacy** tab. 
 +  - Click on the **padlock icon** in the bottom left corner of the window and enter your computer'​s administrative password (if you have no password just press "​enter"​ on your keyboard). 
 +  - Scroll down on the list in **Security & Privacy** and click on **Full Disk Access**. 
 +  - Enable the checkbox next to the **hdhomerun_record** entry.  
 +  - Restart ​the DVR again by placing the following commands into the Terminal: <​code>​sudo launchctl unload /​Library/​LaunchDaemons/​com.silicondust.dvr.plist 
 +sudo launchctl load /​Library/​LaunchDaemons/​com.silicondust.dvr.plist</​code>​
 \\ \\
  
 +</​WRAP>​
  
-**Restart the DVR without rebooting the Mac**+<WRAP info center>​If you are using a "Mac OS Extended"​ or "​APFS"​ formatted external drive then you will need to make sure that the recording folder has read/write permissions set to "​everyone"​. You can do this by clicking on the folder or drive icon used for recordings and going to the "File menu" -> "Get info" and changing the settings near the bottom of the info screen.</​WRAP>​ 
 + 
 +</​WRAP>​ 
 + 
 + 
 +===Restart the DVR without rebooting the Mac===
   - Open Terminal and run:<​code>​sudo launchctl unload /​Library/​LaunchDaemons/​com.silicondust.dvr.plist   - Open Terminal and run:<​code>​sudo launchctl unload /​Library/​LaunchDaemons/​com.silicondust.dvr.plist
 sudo launchctl load /​Library/​LaunchDaemons/​com.silicondust.dvr.plist​</​code>​ sudo launchctl load /​Library/​LaunchDaemons/​com.silicondust.dvr.plist​</​code>​
 +
  
 ===== Uninstalling ===== ===== Uninstalling =====
 +<WRAP indent>
 +
 <WRAP center important 80%> <WRAP center important 80%>
 Uninstalling the Mac DVR storage software will also remove the folder used for recordings. If you do not move the recordings to a new location, they will be erased by the uninstallation. Uninstalling the Mac DVR storage software will also remove the folder used for recordings. If you do not move the recordings to a new location, they will be erased by the uninstallation.
Line 49: Line 79:
 This will uninstall the HDHomeRun DVR recording software from your Mac. This will uninstall the HDHomeRun DVR recording software from your Mac.
  
 +</​WRAP>​
  
 ===== Next step: Using DVR in the HDHomeRun app ===== ===== Next step: Using DVR in the HDHomeRun app =====
 +<WRAP indent>
 +
 Once you finish setting up a DVR storage device, see our guide link below for instructions on using the DVR features in the HDHomeRun app.\\ Once you finish setting up a DVR storage device, see our guide link below for instructions on using the DVR features in the HDHomeRun app.\\
 <btn type="​success"​ size="​lg"​ icon="​fa fa-book">​[[:​app|Instructions on using the DVR features in the HDHomeRun app]]</​btn>​ <btn type="​success"​ size="​lg"​ icon="​fa fa-book">​[[:​app|Instructions on using the DVR features in the HDHomeRun app]]</​btn>​
 +
 +</​WRAP>​
  
 {{tag>​DVR mac}} {{tag>​DVR mac}}
  • Last modified: 2019/07/15 07:09