Rednoah,
i have changed my script ProgramPath to:
set ProgramPath to "/opt/homebrew-cask/caskroom/filebot/4.5.3/filebot.app/Contents/MacOS/filebot.sh"
This works!
I am just trying to figure out how to just call "filebot" without all the path info.
Search found 7 matches
- 24 Dec 2014, 22:17
- Forum: Scripting and Automation
- Topic: OSX Filebot scripting no longer works
- Replies: 4
- Views: 3326
- 24 Dec 2014, 22:08
- Forum: Scripting and Automation
- Topic: OSX Filebot scripting no longer works
- Replies: 4
- Views: 3326
Re: OSX Filebot scripting no longer works
rednoah, i installed based on your post. so how would I now call the script as below script no has an error: set ProgramPath to "filebot" ... do shell script (quoted form of ProgramPath) & " -rename " & (quoted form of RenameFile) & " --db TheTVDB --conflict skip -non-strict --format " & (quoted ...
- 21 Dec 2014, 00:12
- Forum: Scripting and Automation
- Topic: OSX Filebot scripting no longer works
- Replies: 4
- Views: 3326
OSX Filebot scripting no longer works
Hi, I have downloaded filebot 4.5.3 of the Apple APP Store (yes i paid for it) and it did over write my older free version 3.8. The reason I downloaded the latest version was that the rename script i ran stopped working and I noticed that the 3.8 gui version stopped working too (like many times ...
- 05 Nov 2013, 00:36
- Forum: Help and Support
- Topic: Incorrect TV Show matches
- Replies: 6
- Views: 4572
Re: Incorrect TV Show matches
Hey, here is what I came up with in the end - this actually works now. 1. I download the files into a "Complete" folder and use HAZEL to extract and unarchive all the media files (excluding samples,..) and move those files to the "Ready to Upload" folder. Here HAZEL triggers and renames the download ...
- 04 Nov 2013, 19:25
- Forum: Help and Support
- Topic: Incorrect TV Show matches
- Replies: 6
- Views: 4572
Re: Incorrect TV Show matches
Hi Rednoah, when executing blow script (matching file by file) I run into issues when filebot cannot make an absolute positive match (with me it "Grimm.SxxExx.avi") and the script fails. Any Idea on this? ---- Begin - TVShowsFileNames is a list with all files names in my folder repeat with TVShow in ...
- 03 Nov 2013, 14:05
- Forum: Help and Support
- Topic: Incorrect TV Show matches
- Replies: 6
- Views: 4572
Re: Incorrect TV Show matches
Not sure how to do that. I am using Hazel to move the files into a folder. I then rename them with FileBot and then have Hazel move them onto my NAS for Plex to index. That means at any given time there could be more than one file in the folder causing above mentioned issue (feature). So not using ...
- 03 Nov 2013, 11:55
- Forum: Help and Support
- Topic: Incorrect TV Show matches
- Replies: 6
- Views: 4572
Incorrect TV Show matches
Dear Support, I have noticed that Filebot renames unknown shows randomly to any other show within the same folder. I have used the GUI as well as written an apple script however both with the same results. I would prefer if the unrecognized show is left as is. Is there a way doing this? - see ...