Is it called install.sh?rednoah wrote:If you don't have an alias that links to the filebot.sh yet it won't find that command. Instead just use the absolute path to filebot.sh (somewhere in the app bundle).
Search found 4 matches
- 28 Mar 2013, 03:45
- Forum: Scripting and Automation
- Topic: NOOB - rename MOVIES and find english subs
- Replies: 10
- Views: 9793
Re: NOOB - rename MOVIES and find english subs
- 28 Mar 2013, 01:47
- Forum: Scripting and Automation
- Topic: NOOB - rename MOVIES and find english subs
- Replies: 10
- Views: 9793
Re: NOOB - rename MOVIES and find english subs
tmanto02 those are ran from the command line/terminal. You'll need to change "/path/to/movies" to the path of the folder that contains your movies. It'll will expect that only movies are in the folder, so don't have any TV series episodes mixed in the folder. Thanks for you help mate, however when ...
- 27 Mar 2013, 22:35
- Forum: Scripting and Automation
- Topic: NOOB - rename MOVIES and find english subs
- Replies: 10
- Views: 9793
Re: NOOB - rename MOVIES and find english subs
Read this: http://www.filebot.net/cli.html Fetch subtitles: filebot -get-missing-subtitles -non-strict -r /path/to/movies Rename movies: filebot -rename -non-strict --db themoviedb -r /path/to/movies Done. Thanks for your reply - but again I'm a total noob so I have no idea what to do with that ...
- 27 Mar 2013, 05:07
- Forum: Scripting and Automation
- Topic: NOOB - rename MOVIES and find english subs
- Replies: 10
- Views: 9793
NOOB - rename MOVIES and find english subs
Hi guys, I am a MAC user and have been using the GUI to rename my movies for a while now however I want to automate this process. I have little to no experience with creating scripts. So any help would be great! I want to rename my movies and download english subs. I dont want to move/relocate them ...