Hello,
I have looked but didn't find the answer.
On OSX where should the config file be placed?
Is the config file just a .txt file?
Should the opensubtitles account info be something like
username
password
Any help is appreciated.
Open subtitles config file.
Re: Open subtitles config file.
There is no config file. You need to call filebot -script fn:configure to enter your login details, and then FileBot will remember that internally somehow.
@see viewtopic.php?f=3&t=228
@see viewtopic.php?f=3&t=228
Re: Open subtitles config file.
saved in the "prefs.properties" file
look for net/filebot/osdb.user=USERNAME\:encryptedpassword
look for net/filebot/osdb.user=USERNAME\:encryptedpassword
Re: Open subtitles config file.
The implementation details of how and where these pieces of information are stored are different for each platform. On Mac, the data is stored in a platform-specific way that is difficult to edit manually.
@see https://docs.oracle.com/javase/8/docs/a ... ences.html
@see https://docs.oracle.com/javase/8/docs/a ... ences.html
Re: Open subtitles config file.
Thanks for the responses. Just a quick post to help someone with a similar question.
Copy & Paste the following into the command line.
You will be prompted for username and then password. As Kim pointed out, these are stored locally.
You will then be able to use filebot to get the subtitles from the command line, hazel etc.
Thanks.
Copy & Paste the following into the command line.
Code: Select all
filebot -script fn:configure
You will then be able to use filebot to get the subtitles from the command line, hazel etc.
Thanks.