[mythtv-users] Mythtranscode doesn't rename and delete .tmp files

Chris Pinkham cpinkham at bc2va.org
Fri Dec 16 00:13:38 EST 2005


> What scripts run when doing a transcode?  There has to
> be a portion that does the delete/rename that is not
> getting executed properly because of some subtle
> difference between my Slave and Master.

The rename and delete happen inside the JobQueue and are
straight C calls, there is no callout to a shell script.
So, whoever is running mythjobqueue or mythbackend needs to
have write access.

rename() and unlink() are used.

-- 
Chris



More information about the mythtv-users mailing list