event not found
Posted: 03 Jun 2024, 16:04
I'm trying to run filebot via terminal, but it's giving me an 'event not found' error.
Follow the command I'm trying to use.
Could someone help me?
Follow the command I'm trying to use.
Shell: Select all
for f in *.mkv; do filebot "$f" -rename -r --format "{n.upperInitial( ).space('.').replaceAll(/[`´'''?,!]/,".")}.{ s00e00}.{t.space('.').replaceAll(/[()`´'''?,!]/,"")}.{vf}.CR.WEB-DL.{ac}{af .format(8:'DD+ 7.1',7:'6.1',6:'DD 5.1',5:'5.0',3:'2.1',2:'2.0')}.{vc.replace('Microsoft ', 'VC-1').replace ('AVC','H.264') .replace ('x264','H.264')}.{ audioLanguages.ISO3.joining('.','', '').upper().replace("ENG","pt-BR")}-Levaculik" --db TheTVDB -non-strict ; done