littlejeem / control_scripts

A collection of scripts that control functions, primarily on my media pc
GNU General Public License v3.0
0 stars 0 forks source link

CD_ripping - Some kind of error checking for dirty cd's? #10

Open littlejeem opened 2 years ago

littlejeem commented 2 years ago

be good to have a more robust way of running abcde, perhaps to help with those cases whereby 'ripping' of the cd by abcde stalls, eg. with dirty cd. Perhaps some kind of timeout for this function?

ripcd_flac () {
  abcde -j `getconf _NPROCESSORS_ONLN` -N -c /home/"$install_user"/.config/ScriptSettings/abcde_flac.conf -d /dev/"$drive_install"
}