Skip to content

Extras: Plex Requests

desimaniac edited this page Oct 21, 2018 · 2 revisions
  1. Intro
  2. URL
  3. Initial Setup
    1. Domain
    2. Install
  4. Setup Wizard
  5. Settings

1. Intro

Plex Requests is a simple automated way for users to request new content for Plex.

2. URL

  • To access Plex Requests, visit https://plexrequests.yourdomain.com

3. Initial Setup

i. Domain

  • See Adding a Subdomain on how to add the subdomain plexrequests to your DNS provider.

  • Note: You can skip this step if you are using Cloudflare with Cloudbox.

ii. Install

  • Run the following commands:

    cd ~/cloudbox/
    sudo ansible-playbook cloudbox.yml --tags plexrequests  

4. Setup Wizard

  1. First time you go to the Plex Requests page, you will be presented with the "Welcome to Plex Requests" screen. Click the orange-colored admin page link to be taken to the "Admin" page, then click the Close button.

  2. You will see the "Sign in" prompt. Click the Register link at the bottom.

  3. You will now see "Create an Account" prompt. Fill in your preferred Email and Password and click the Register button. This will be the Admin account for Plex Requests.

5. Settings

  1. You will now be taken to the "General" settings page. You may select whatever options you like here. Click Update Settings to save changes.

  2. On the "Authentication" settings page

    • It is advised to have both Enable user authentication and Require users to login with their passwords enabled (at the very least Enable user authentication enabled).

    • To have your Plex Authorization token automatically retrieved, fill in your Plex Username and Plex Password and click the Get Token button. When this is successful, you will get the "Successfully got token!" message and the Plex authorization token textbox will be filled in.

    • Click Update Settings to save changes.

  3. On the "Radarr" settings page:

    Note: There are some slight differences in the settings for Feeder / Plex setups. See notes below.

    • Check "Enable Radarr"

    • "Radarr server IP or Hostname": radarr

      • For a Feeder / Plex setup, use radarr.yourdomain.com (or the IP address of your Feeder box) instead.
    • "Radarr server port":7878

      • For a Feeder / Plex setup, use 443 instead.
    • "Radarr API key": Your Radarr API Key

    • "Enable Radarr SSL": disabled.

      • For Feeder / Plex setup, set it to enabled.
    • Click Update Settings.

    • Click Test Radarr server. The button will update to show "Success!".

    • Click Get Profiles and choose your preferred "Download quality profile for Radarr".

    • "Root save directory for movies": /movies.

    • Click Update Settings.

  4. On the "Sonarr" settings page:

    Note: There are some slight differences in the settings for Feeder / Plex setups. See notes below.

    • Check "Enable Sonarr"

    • "Sonarr server IP or Hostname": sonarr

      • For Feeder / Plex setup, use sonarr.yourdomain.com (or the IP address of your Feeder box) instead.
    • "Sonarr server port":8989

      • For Feeder / Plex setup, use 443 instead.
    • "Sonarr API key": Your Sonarr API Key

    • "Enable Sonarr SSL": disabled.

      • For Feeder / Plex setup, set it to enabled.
    • Click Update Settings.

    • Click Test Sonarr server. The button will update to show "Success!".

    • Click Get Profiles and choose your preferred "Download quality profile".

    • "Root save directory for TV shows": /tv.

    • Click Update Settings.

    _Note: If you have a separate Plex and Feeder setup, this will be done on the server where Plex is installed.

  5. Click Sign Out to exit Settings.

Basics

  1. Introduction
  2. Cloudbox Install Types
  3. Cloudbox Paths
  4. Accessing Cloudbox Apps

Prerequisites

  1. Overview
  2. Presumptions
  3. Server
  4. Domain Name
  5. Cloudflare
  6. Cloud Storage
  7. Plex / Emby - Account
  8. Usenet vs. BitTorrent

Install Cloudbox

Cloudbox
  1. Overview
  2. Dependencies (Choose only one of these)
  3. Settings
  4. Preinstall (Choose only one of these)
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Cloudbox (Choose only one of these)
  9. Application Setup
    1. NZBGet
    2. ruTorrent
    3. NZBHydra2
    4. Jackett
    5. Plex Media Server
    6. Plex Autoscan
    7. Sonarr
    8. Radarr
    9. Lidarr
    10. PlexPy (Tautulli)
    11. Ombi
    12. Portainer
    13. Organizr
  10. Next Steps

Install Feederbox / Mediabox

Feederbox (do this first)
  1. Overview
  2. Dependencies
  3. Settings
  4. Preinstall
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Feederbox (Choose only one of these)
  9. Application Setup
    1. NZBGet
    2. ruTorrent
    3. NZBHydra2
    4. Jackett
    5. Sonarr
    6. Radarr
    7. Lidarr
    8. Portainer
    9. Organizr
  10. Next Steps

Mediabox
  1. Overview
  2. Dependencies
  3. Settings
  4. Preinstall
  5. SSH
  6. Ansible Vault
  7. Rclone
  8. Mediabox (Choose only one of these)
  9. Application Setup
    1. Feeder Mount
    2. Plex Media Server
    3. Plex Autoscan
    4. PlexPy (Tautulli)
    5. Ombi
  10. Next Steps

Recommended Reading

Backup and Restore

More Information

Advanced Configuration

Experimental

Extras

Misc

Community-Submitted

See Community Wiki.

Reference

Troubleshooting

Links

Clone this wiki locally