From 87a312ac8c307f4182dfd781cdcda9e95c63a87b Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 8 May 2016 14:40:10 -0700 Subject: [PATCH] Imgur instructions --- Frequently-Asked-Questions-(FAQ).md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 3be0904..9b24888 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -34,7 +34,7 @@ Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If y * [Can I disable recently added notifications for TV Shows/Movies?](#notifications-q3) * [All my recently added notifications are showing `S00E01`.](#notifications-q4) * [I can't seem to setup Gmail notifications. Help?](#notifications-q5) - +* [How do I set up Imgur for notification posters?](#notifications-q6) ## Windows * [I enabled HTTPS but received a warning that the pyOpenSSL module is missing. How do I fix this?](#windows-q1) @@ -217,6 +217,9 @@ SMTP Password: Your Gmail password or app password if you use 2-factor authent TLS: checked ``` +#### Q: How do I set up Imgur for notification posters? +**A:** First you must create an [Imgur account](https://imgur.com/register), then register a new application [here](https://api.imgur.com/oauth2/addclient). Enter an Application Name, Email, and Description, and select the option "Anonymous usage without user authorization". You will receive a new `client_id` for your application. Enter this value for the "Imgur Client ID" in the PlexPy settings. + ---