-
Notifications
You must be signed in to change notification settings - Fork 167
FAQ Installation
This means the plugin isn't starting up correctly on your server, usually this can be fixed with one (or a combination) of the following solutions.
This plugin has a different directory structure to other plugins, so it is very easy to install it incorrectly. Ensure the plugin directory looks like this:
If there is no Contents
folder under Plug-ins\Trakttv.bundle
, re-install the plugin and make sure you move the Trakttv.bundle
folder out of the zip file and into your Plug-ins
folder.
(FreeBSD, Linux, OS X)
The plugin may fail to start if you haven't correctly set the permissions on Trakttv.bundle
.
-
Run the following commands in a shell/terminal (see here for the path to your plugins directory):
cd <your plugins directory> sudo chown -R plex:plex Trakttv.bundle
-
Restart Plex Media Server
Note: Depending on your setup, the plex
user may be named something else. You can check the owner of the Plex Media Server
process with ps aux | grep "Plex Media Server"
Dropping the latest Trakttv.bundle
into your Plug-ins
folder (and replacing the existing files) can result in conflicting files causing the plugin to crash on startup.
Try following these steps to re-install the plugin cleanly:
- Shutdown Plex Media Server
- Delete the current
Plug-ins\Trakttv.bundle
folder - Download the latest version of the plugin (available here)
- Extract the downloaded zip file
- Move the
Trakttv.bundle
folder into yourPlug-ins
folder - Start Plex Media Server
If the plugin still isn't visible after attempting the above solutions, post an issue here with links to the following files (uploaded to pastebin, dropbox, etc..):
-
com.plexapp.plugins.trakttv.log
(details, might not exist in some cases) -
Plex Media Server.log
(details)
See the Installation or Update page for more details.