Reorder

JonnyWong16
2016-03-28 13:34:13 -07:00
parent 1839435200
commit faba63f5ee

@@ -27,10 +27,11 @@ Welcome to the PlexPy FAQ. Please note that most answers are not added yet. If y
## Notifications ## Notifications
* [I can't get Notifications working! Is there a magic trick?](#notifications-q1) * [I can't get Notifications working! Is there a magic trick?](#notifications-q1)
* [Can I disable recently added notifications for TV Shows/Movies?](#notifications-q2) * [Can I disable notifications for a specific user/library?](#notifications-q2)
* [All my recently added notifications are showing `S00E01`.](#notifications-q3) * [Can I disable recently added notifications for TV Shows/Movies?](#notifications-q3)
* [I can't seem to setup Gmail notifications. Help?](#notifications-q4) * [All my recently added notifications are showing `S00E01`.](#notifications-q4)
* [Can I disable notifications for a specific user/library?](#notifications-q5) * [I can't seem to setup Gmail notifications. Help?](#notifications-q5)
## Windows ## Windows
* [I enabled HTTPS but received a warning that the pyOpenSSL module is missing. How do I fix this?](#windows-q1) * [I enabled HTTPS but received a warning that the pyOpenSSL module is missing. How do I fix this?](#windows-q1)
@@ -163,13 +164,16 @@ Don't forget to clear your web browser's cache *every* time you update your web
#### <a name="notifications-q1">Q:</a> I can't get Notifications working! Is there a magic trick? #### <a name="notifications-q1">Q:</a> I can't get Notifications working! Is there a magic trick?
**A:** To be honest: Yes. To be very honest: No. You probably forgot to click on the gray bell icon next to the Notification Agent. On the popup you have to check for which notification the selected agent should be used for. After you checked at least one notification type and clicked on Close the bell turns satisfying orange-ish. Also, make sure the "Global Notification Toggles" are enabled under Settings > Notifications. **A:** To be honest: Yes. To be very honest: No. You probably forgot to click on the gray bell icon next to the Notification Agent. On the popup you have to check for which notification the selected agent should be used for. After you checked at least one notification type and clicked on Close the bell turns satisfying orange-ish. Also, make sure the "Global Notification Toggles" are enabled under Settings > Notifications.
#### <a name="notifications-q2">Q:</a> Can I disable recently added notifications for TV Shows/Movies? #### <a name="notifications-q2">Q:</a> Can I disable notifications for a specific user/library?
**A:** You can control which users/libraries will trigger notifications by going to Users/Libraries > Edit mode > Toggle Notifications.
#### <a name="notifications-q3">Q:</a> Can I disable recently added notifications for TV Shows/Movies?
**A:** You can control which libraries are included in recently added notifications by going to Libraries > Edit mode > Toggle Recently Added. **A:** You can control which libraries are included in recently added notifications by going to Libraries > Edit mode > Toggle Recently Added.
#### <a name="notifications-q3">Q:</a> All my recently added notifications are showing `S00E01`. #### <a name="notifications-q4">Q:</a> All my recently added notifications are showing `S00E01`.
**A:** You probably have "Group notifications for recently added TV Shows or Music" checked in the notification settings. No Season/Episode or Album/Track metadata will be available with this setting enabled. **A:** You probably have "Group notifications for recently added TV Shows or Music" checked in the notification settings. No Season/Episode or Album/Track metadata will be available with this setting enabled.
#### <a name="notifications-q4">Q:</a> I can't seem to setup Gmail notifications. Help? #### <a name="notifications-q5">Q:</a> I can't seem to setup Gmail notifications. Help?
**A:** Here are the settings for Gmail. If you don't use 2-factor authentication, you may need to allow less secure apps to access your account. (See Option 2 [here](https://support.google.com/accounts/answer/6010255?hl=en&ref_topic=2401957)). **A:** Here are the settings for Gmail. If you don't use 2-factor authentication, you may need to allow less secure apps to access your account. (See Option 2 [here](https://support.google.com/accounts/answer/6010255?hl=en&ref_topic=2401957)).
``` ```
@@ -180,9 +184,6 @@ SMTP Password: Your Gmail password or app password if you use 2-factor authent
TLS: checked TLS: checked
``` ```
#### <a name="notifications-q5">Q:</a> Can I disable notifications for a specific user/library?
**A:** You can control which users/libraries will trigger notifications by going to Users/Libraries > Edit mode > Toggle Notifications.
--- ---