-
Notifications
You must be signed in to change notification settings - Fork 166
Installation Synology
Table of Contents:
This guide has been derived from third-party sources (forum threads, other guides, etc..), so might have errors or missing information. If you find any problems with this guide please open an issue here.
(steps required for both installation methods)
-
Open the "Control Panel" in the web interface for your Synology device, and click on "File Services"
-
Ensure the "Enable Windows file service" option has been checked
-
Click "Apply"
-
Open the "Control Panel" in the web interface for your Synology device, and click on "Shared Folder"
-
Right-click on the "Plex" shared folder and click on "Edit"
-
Open the "Permissions" tab
-
Ensure "Read/Write" has been checked for the user you wish to use for shared folder (samba, windows sharing) connections.
-
Click "OK"
-
Download the latest release of the WebTools plugin from here
-
Extract the downloaded ZIP archive
-
Open the extracted folder, and copy the
WebTools.bundle
folder to thePlug-ins
folder on your Synology device at:Linux, OS X:
smb://<Synology IP>/Plex/Library/Application Support/Plex Media Server/Plug-ins
Windows:
\\<Synology IP>\Plex\Library\Application Support\Plex Media Server\Plug-ins
-
Restart Plex Media Server
-
Open the WebTools interface at
http://<Synology IP>:33400
orhttps://<Synology IP>:33443
and login with your Plex.tv account -
Open the "Unsupported AppStore" module:
-
Find the "Trakt.tv" plugin listed under "Application", and click "Install":
-
The "Trakt.tv" plugin should appear at
Plex/Web -> Channels
in about one minute. (but can vary depending on the speed of your system)If the plugin doesn't appear after waiting a few minutes: the plugin may not be installed correctly, or has crashed on startup. Please post an issue here with the latest plugin log file for support.
-
Configure the plugin by clicking on the plugin settings button at
Plex/Web -> Channels
:
-
Download the latest release of the Trakt.tv plugin
- Stable (recommended)
- Beta
- Development
-
Extract the downloaded ZIP archive
-
Open the extracted folder, and copy the
Trakttv.bundle
folder to thePlug-ins
folder on your Synology device at:Linux, OS X:
smb://<Synology IP>/Plex/Library/Application Support/Plex Media Server/Plug-ins
Windows:
\\<Synology IP>\Plex\Library\Application Support\Plex Media Server\Plug-ins
-
Restart Plex Media Server
-
The "Trakt.tv" plugin should appear at
Plex/Web -> Channels
in about one minute. (but can vary depending on the speed of your system)If the plugin doesn't appear after waiting a few minutes: the plugin may not be installed correctly, or has crashed on startup. Please post an issue here with the latest plugin log file for support.
-
Configure the plugin by clicking on the plugin settings button at
Plex/Web -> Channels
:
Copying the plugin into the Plug-ins
folder via SMB may result in incorrect permissions on the Trakttv.bundle
folder, permissions can be fixed with the following steps:
-
Open the "File Station" in the web interface for your Synology device and navigate to:
Plex/Library/Application Support/Plex Media Server/Plug-ins
-
Right-click on the plugin you've installed (e.g.
Trakttv.bundle
orWebTools.bundle
) and click on "Properties" -
Change the owner to "plex" and check "Apply to this folder, sub-folders and files"
-
Click "OK"
The plugin may not be able to detect the correct CPU architecture on DS410 devices, the following steps will show you how to manually specify the correct CPU architecture (PowerPC).
-
Open the plugin data directory on your Synology device:
Linux, OS X:
smb://<Synology IP>/Plex/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.plugins.trakttv
Windows:
\\<Synology IP>\Plex\Library\Application Support\Plex Media Server\Plug-in Support\Data\com.plexapp.plugins.trakttv
-
Create the
advanced.ini
file inside this directory with the following contents:[libraries] cpu_architecture = PowerPC
-
Restart Plex Media Server
(Discovered in issue #294)