Installation Synology - trakt/Plex-Trakt-Scrobbler GitHub Wiki

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.

Preparation

(steps required for both installation methods)

Enable the "Windows File Sharing" service

  1. Open the "Control Panel" in the web interface for your Synology device, and click on "File Services"

  2. Ensure the "Enable Windows file service" option has been checked

  3. Click "Apply"

Update permissions on the "Plex" shared folder

  1. Open the "Control Panel" in the web interface for your Synology device, and click on "Shared Folder"

  2. Right-click on the "Plex" shared folder and click on "Edit"

  3. Open the "Permissions" tab

  4. Ensure "Read/Write" has been checked for the user you wish to use for shared folder (samba, windows sharing) connections.

  5. Click "OK"

Installation

Install: Unsupported AppStore (v2)

  1. Download the latest release of the WebTools plugin from here

  2. Extract the downloaded ZIP archive

  3. Open the extracted folder, and copy the WebTools.bundle folder to the Plug-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
    
  4. Restart Plex Media Server

  5. Open the WebTools interface at http://<Synology IP>:33400 or https://<Synology IP>:33443 and login with your Plex.tv account

  6. Open the "Unsupported AppStore" module:

  7. Find the "Trakt.tv" plugin listed under "Application", and click "Install":

  8. 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.

  9. Configure the plugin by clicking on the plugin settings button at Plex/Web -> Channels:

Install: Manual

  1. Download the latest release of the Trakt.tv plugin

  2. Extract the downloaded ZIP archive

  3. Open the extracted folder, and copy the Trakttv.bundle folder to the Plug-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
    
  4. Restart Plex Media Server

  5. 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.

  6. Configure the plugin by clicking on the plugin settings button at Plex/Web -> Channels:

Fixes

Fix: Permissions

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:

  1. Open the "File Station" in the web interface for your Synology device and navigate to:

    Plex/Library/Application Support/Plex Media Server/Plug-ins
    
  2. Right-click on the plugin you've installed (e.g. Trakttv.bundle or WebTools.bundle) and click on "Properties"

  3. Change the owner to "plex" and check "Apply to this folder, sub-folders and files"

  4. Click "OK"

Devices

DS410

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).

  1. 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
    
  2. Create the advanced.ini file inside this directory with the following contents:

    [libraries]
    cpu_architecture = PowerPC
    
  3. Restart Plex Media Server

(Discovered in issue #294)