freerip icon indicating copy to clipboard operation
freerip copied to clipboard

Minor adjustment

Open sGoette opened this issue 3 years ago • 0 comments

Thanks a lot for the great Tool sibson! I got it to work after about 4 hours of head scratching :) Here is what I had to do additionally to your install guide:

  • Set devfs_ruleset in the Jail Properties to 3 so the cd drive at dev/cd0 was showing inside the jail.
  • Changed the freerip-launcher at the last line from: jexec $JAIL_NUM /usr/local/bin/freerip.sh $* to: jexec -U root $JAIL_NUM sh /usr/local/bin/freerip.sh $* I'm not sure if the "-U root" option is necessary but the "sh" for sure to run the script.
  • In rip-video.sh the --preset "High Profile" doesn't exist anymore with the newest version of HandbrakeCLI, I took "HQ 1080p30 Surround" instead.
  • Last but not least, the freerip.conf file gets removed after a restart of Truenas, has to be copied again.

I am running TrueNAS-12.0-STABLE - Release Train for TrueNAS 12.0 [release] at the moment, having an USB DVD Drive from Asus

sGoette avatar May 27 '21 19:05 sGoette