Project

General

Profile

TVheadend recordings to NAS

Added by Alvaro Gir over 1 year ago

Hello!!,

I have to record a few channels to store them. I have a TVHeadend Server and a external NAS connected via LAN. (TVHeadend to router // External NAS to router)

Maybe is a silly question, but... Is it possible to set the external NAS as recording path directly?

Best regards!!!


Replies (2)

RE: TVheadend recordings to NAS - Added by JMRR JMRR over 1 year ago

Hello,

Dont know if this suits your need but its possible.

A simple way is to create a folder on your tvheadend server as a mountpoint for your nas storage:

sudo mkdir /local/directory/ -p

(this is the directoy you will configure in tvh to record storage)
sudo mount NAS_ip:/remote/directory/ /local/directory/

this is the basic, you may need to mount at start and adjust some previlegies.

RE: TVheadend recordings to NAS - Added by Alvaro Gir over 1 year ago

MR JMRR JMRR,

I love you!!!, with your response with a few other things I mounted the NAS to store the records!!

Ty for real!!

    (1-2/2)