From 94fb932281cf54abb9af02958d8fb9a842a880f1 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 2 Oct 2016 14:47:12 -0700 Subject: [PATCH] Updated Frequently Asked Questions (FAQ) (markdown) --- Frequently-Asked-Questions-(FAQ).md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Frequently-Asked-Questions-(FAQ).md b/Frequently-Asked-Questions-(FAQ).md index 7e946b6..4c53e64 100644 --- a/Frequently-Asked-Questions-(FAQ).md +++ b/Frequently-Asked-Questions-(FAQ).md @@ -36,8 +36,9 @@ * [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) -* [Facebook notifications are telling me "Insufficient permission to post to target on behalf of the viewer".](notifications-q7) +* [Why are posters not showing up in my notifications?](#notifications-q6) +* [How do I set up Imgur for notification posters?](#notifications-q7) +* [Facebook notifications are telling me "Insufficient permission to post to target on behalf of the viewer".](notifications-q8) ## Windows * [I enabled HTTPS but received a warning that the pyOpenSSL module is missing. How do I fix this?](#windows-q1) @@ -224,10 +225,13 @@ 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? +#### Q: Why are posters not showing up in my notifications? +**A:** Posters are only available for notification agents which have the "[Include Poster Image](https://i.imgur.com/enP0tsP.png)" option in the settings, with the exception of Email. If you are using any of those agents, make sure you have Imgur upload setup (see the next question), and the poster will automatically be included with notification. For Email, make sure you have "[Enable HTML Support](https://i.imgur.com/Rk6FU5p.png)" checked in the Email settings, then you may use an HTML image tag to add the poster to body of your notification, for example: `` + +#### 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 "OAuth 2 authorization without a callback URL". You will receive a new `client_id` for your application. Enter this value for the "Imgur Client ID" in the PlexPy settings. -#### Q: Facebook notifications are telling me "Insufficient permission to post to target on behalf of the viewer". +#### Q: Facebook notifications are telling me "Insufficient permission to post to target on behalf of the viewer". **A:** When allowing PlexPy to access your Facebook account, you must select `Public` or `Friends` for the app visibility permissions.