Search found 2 matches

by danemacmillan
16 Mar 2019, 16:58
Forum: Scripting and Automation
Topic: Possible to change the $HOME/.filebot path?
Replies: 3
Views: 2388

Re: Possible to change the $HOME/.filebot path?

Changing the `$HOME` variable is a super destructive recommendation. Just about every script on earth in the Linux/Unix/BSD/MacOS (i.e., POSIX-compliant) universe treat the tilde (~) and `$HOME` environment variable identically and expect it to exist at a certain place; that doesn't mean $HOME can ...
by danemacmillan
13 Mar 2019, 15:22
Forum: Scripting and Automation
Topic: Possible to change the $HOME/.filebot path?
Replies: 3
Views: 2388

Possible to change the $HOME/.filebot path?

I bought FileBot a few months ago and it works fantastic. My question is about the `$HOME/.filebot` path. Is it possible to change it? I'm on MacOS. I noted that the `filebot.sh` script references `APP_DATA="$HOME/.filebot"` as the application data folder. I realize I can just create my own script ...