[mythtv-users] Can I use MythArchive from frontend?

Chris Pinkham cpinkham at bc2va.org
Tue Oct 24 17:47:26 UTC 2006


* On Tue Oct 24, 2006 at 02:39:23AM -0700, Mike wrote:
> What I did was mapped a share to my recordings dir (nfs or smb) Then 
> shoved a new value into mythconverg.settings with the frontend info
> 
> INSERT INTO settings VALUES ('RecordFilePrefix', '/mnt/recordings', 
> 'mythfe1')
> 
> Worked for me although I have no mythtranscode support obviously. 
> *shrug* (have to use ffmpeg only)

If you mount the directory in the same exact place on both
servers you shouldn't have to put this entry in the DB, because
the current code will search in the same directory locally as the
file is stored in on the backend.  If the file is not found there,
then the code will check the local RecordFilePrefix setting and
search there.

--
Chris


More information about the mythtv-users mailing list