Problem with Filebot shellscript with Hazel / Automator

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
edenexposito
Posts: 21
Joined: 10 Sep 2013, 06:08

Problem with Filebot shellscript with Hazel / Automator

Post by edenexposito »

Hi!

I have this file "The Walking Dead 4x02 - Infectados [HDiTunes-m720p][AC3][tenshou].mkv"

And i get different results with

Code: Select all

/Applications/FileBot.app/Contents/MacOS/filebot -rename "$1" --db TheTVDB -non-strict --lang es --format "{n} - {sxe} - {t}"


With automator works perfect! (log)

Code: Select all

(
  "Rename episodes using [TheTVDB]",
  "Auto-detected query: [The Walking Dead]",
  "Fetching episode data for [The Walking Dead]",
  "Fetching episode data for [Talking Dead]",
  "Fetching episode data for [The Walking Dead Black And White]",
  "[TEST] Rename [/Volumes/Descargas/05 RENOMBRAR/RENOMBRAR SERIES/The Walking Dead 4x02 - Infectados [HDiTunes-m720p][AC3][tenshou].mkv] to [b][The Walking Dead - 4x02 - Infectado.mkv][/b]",
  "Processed 1 files",
  "Done ?(?????)?"
)
But running the same shellscript with hazel i get a wrong name

"Talking Dead - 3x02 - Infected.mkv"

I dont know found Hazel shellscript log to show it here but i post here a screenshot https://www.monosnap.com/image/6WMnYa8Y ... kCaAMUfd9y

Some help please! thaaanks!
Post Reply