forked from plexguide/PlexGuide.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path06 - Plex Setup & Optimization
53 lines (46 loc) · 2.31 KB
/
06 - Plex Setup & Optimization
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
################# PLEX SETUP ################# START
### SAB for TV - http://ipv4address:32400
### Plex Setup
# If you can access our plex server via a VM or interface, you can probably access it. Scroll down to Plex Optimization.
# Setup a remote PLEX server or a headless machine and cannot access your PLEX Server? Read the info below
# You cannot access or setup anything if your plex is not on a LOCAL MACHINE (meaning remote)
# Credit Idea: Plex User - Buba013 - Source: https://forums.plex.tv/discussion/176187/setup-on-remote-computer-cli
### Required
# Windows Machine & Putty
# Linux Users / MAC Users - You'll need to find your own solution. VMWare with Window is great for MAC Users.
### Creating a tunnel to access your remote machine
# Load putty
# Type in your remote-ipaddress and port 22 and select SSH
# On the left side of the menu expand CONNECTION > SSH > Tunnels
# - Source Port: 6969
# - Destination: remote-ipaddress:32400
# - [Click] Open
# - Login and keep the terminal putty open
# Open your browser (Chrome best choice)
# - Type: http://localhost:6969/web or (if you forget the web part, you will get a whole bunch of XML garbage)
# - You will now be able to setup PLEX
# - Double check by opening a new window or tab and type http://ipv4address:32400/web
################# PLEX SETUP ################# END
################# PLEX Optimization ################# START
### Your using PLEXDrive, so it's important to setup correctly - http://ipv4address:32400
### Configuring TV Shows
# [Click] Add Library
# [Click] TV Shows
# [Type] Add Folders to Your Library: /media/tv <<< You will never be able to select it; type it and hit ok
# [Click] Ok
### Configuring Movies
# [Click] Add Library
# [Click] TV Shows
# [Type] Add Folders to Your Library: /media/movies <<< You will never be able to select it; type it and hit ok
# [Click] Ok
### Configure Server Settings
# Configure what you need, there is one important area.
# [Click] Server > Show Advanced > Library
# [Keep-Off] Update my library automatically
# [Keep-Off] Run a partical scan...
# [Keep-Off] Include music libraries...
# [Keep-On] Update my library periodically
# [Select] Library update interval: Every 2 hours
# [Keep-On] Empty trash automatically after every scan
# The rest is on you!
################# PLEX Optimization ################# END