Installation Mele A1000 - 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.
This installation guide is written for Debian, if you are using a different operating system the guides listed on the Installation page specific to your operating system may be more helpful.
- 
Download the latest release of the WebTools plugin from here 
- 
Extract the downloaded ZIP archive unzip WebTools.bundle.zip 
- 
Copy the WebTools.bundlefolder to thePlug-insfolder on your system:sudo cp -r WebTools.bundle "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/"
- 
Restart Plex Media Server - 
SysVinit sudo /etc/init.d/plexmediaserver restart 
- 
Systemd sudo systemctl restart plexmediaserver 
- 
Upstart sudo initctl restart plexmediaserver 
 
- 
- 
Open the WebTools interface at http://<System IP>:33400orhttp://<System IP>:33443and 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 -> Channelsin 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) wget https://github.com/trakt/Plex-Trakt-Scrobbler/archive/master.zip -O Plex-Trakt-Scrobbler.zip 
- 
Beta wget https://github.com/trakt/Plex-Trakt-Scrobbler/archive/beta.zip -O Plex-Trakt-Scrobbler.zip 
- 
Development wget https://github.com/trakt/Plex-Trakt-Scrobbler/archive/develop.zip -O Plex-Trakt-Scrobbler.zip 
 
- 
- 
Extract the downloaded ZIP archive unzip Plex-Trakt-Scrobbler.zip 
- 
Copy the Trakttv.bundlefolder to thePlug-insfolder on your system:sudo cp -r Plex-Trakt-Scrobbler-*/Trakttv.bundle "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/" 
- 
Restart Plex Media Server - 
SysVinit sudo /etc/init.d/plexmediaserver restart 
- 
Systemd sudo systemctl restart plexmediaserver 
- 
Upstart sudo initctl restart plexmediaserver 
 
- 
- 
The "Trakt.tv" plugin should appear at Plex/Web -> Channelsin 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 may result in incorrect permissions on the Trakttv.bundle folder, permissions can be fixed with the following steps:
- 
Determine the user + group which has ownership of Plex Media Server: stat --format '%U:%G' "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server" 
- 
Update ownership of the Trakttv.bundlefoldersudo chown -R plex:plex "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle"(Replace plex:plexwith the output from step 1)
- 
Update permissions on the Trakttv.bundlefoldersudo chmod -R 770 "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins/Trakttv.bundle"
The plugin may require the cpu_type to be manually set to marvell-pj4 in some cases. If the plugin isn't starting up correctly the following steps may resolve the issue:
- 
Navigate to the following directory (either via SSH, or other means): /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-in Support/Data/com.plexapp.plugins.trakttv
- 
Create the advanced.inifile inside this directory with the following contents:[libraries] cpu_type = marvell-pj4
(Discovered in issue #318)