handbrake auto
I'm ripping dvd to my NAS then win does move to the NAS
How do i fix it?
How I add code to move it to my NAS?
https://github.com/rfletcher/handbrake-auto
code is =
tell application "/Applications/HandBrake.app"
set scriptname to "/Users/bob/Desktop/handbrake-auto-master/handbrake.rb"
set scriptlog to "~/Library/Logs/" & scriptname & ".log"
do shell script "echo 'starting up...' >>" & scriptlog
do shell script "~/usr/local/bin" & scriptname & " &>>" & scriptlog & " &"
end tell
Script Error
HandBrake got an error: sh: /Users/bob/Users/bob/Library/Logs/Users/bob/Desktop/handbrake-auto-master/handbrake.rb.log: No such file or directory
Wed Jan 3 16:23:33 CST 2018
starting up...
I'm ripping dvd to my NAS then win does move to the NAS
How do i fix it?
How I add code to move it to my NAS?
https://github.com/rfletcher/handbrake-auto
code is =
tell application "/Applications/HandBrake.app"
set scriptname to "/Users/bob/Desktop/handbrake-auto-master/handbrake.rb"
set scriptlog to "~/Library/Logs/" & scriptname & ".log"
do shell script "echo 'starting up...' >>" & scriptlog
do shell script "~/usr/local/bin" & scriptname & " &>>" & scriptlog & " &"
end tell
Script Error
HandBrake got an error: sh: /Users/bob/Users/bob/Library/Logs/Users/bob/Desktop/handbrake-auto-master/handbrake.rb.log: No such file or directory
Wed Jan 3 16:23:33 CST 2018
starting up...
Last edited: