Rpi2-TVHEADEND Recording to NAS

Synonyms:

  • xx.xx.xx.xx (IP address of your NAS)
  • username_nasĀ  (username of NAS)
  • password_nas (password of NAS)

Tasks:

  • define mounting dir
  • automount: add entry to fstab and boot-wait for network
  • configure tvheadend-recording

Commands:

  • sudo md /mnt/recordings
  • sudo vi /etc/fstab
  • add line: //xx.xx.xx.xx/path/to/folder /mnt/recordings cifs username=username_nas,password=password_nas,uid=1000,gid=1000,iocharset=utf8 0 0
  • sudo raspi-config: Wait for Network at Boot -> set to TRUE
  • tvheadend -> configuration -> recording -> Stream profile: select “pass” to minimize cpu load
  • tvheadend -> configuration -> recording ->Recording System Path: enter /mnt/recordings