> 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
_______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
