From e564149ee014319fe8b55742ee9d5cc036e96cad Mon Sep 17 00:00:00 2001 From: Alx <35723598+alxlaxv@users.noreply.github.com> Date: Mon, 19 Mar 2018 13:58:37 +0100 Subject: [PATCH] readme: Add Configuring OMDb section(#2739) --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d72b9e3d1..a6edfaf3c 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,10 @@ Example config for apache: Please post logs if you are unable to resolve your issue with these switches ensuring to remove your username/password/cookies. The logfiles (log.txt/updater.txt) are stored in `%ProgramData%\Jackett` on Windows and `~/.config/Jackett/` on Linux/macOS. +## Configuring OMDb +This feature is used as a fallback to get the movie/series title if only the IMDB ID is provided in the request. +To use it, please just request a free API key on [OMDb](http://www.omdbapi.com/apikey.aspx) (1,000 daily requests limit) and paste the key in Jackett + ## Creating an issue Please supply as much information about the problem you are experiencing as possible. Your issue has a much greater chance of being resolved if logs are supplied so that we can see what is going on. Creating an issue with '### isn't working' doesn't help anyone to fix the problem.