Wonder if it's the version of PMS perhaps... I'll try an older version later today
I have the same OS and PMS version so must be something else.
update: i tried an older version of PMS but to no avail, same problem.
today i decided to make a backup of my PMS library/database, delete the original and have PMS start again from scratch and low and behold each movie so far has something like ‘com.plexapp.agents.imdb://tt0082176?lang=en’ which in turn means its now scrobbling movies!
only issue I’m currently facing is that the python script doesn’t appear to be running after restarting my mac but i’ll work on that as I’m sure its something i’ve missed 
how can I get this working on a plex windows server? My clients are atv2. Also what features does this script actually do?
Does it
update all moves from plex to trakt
Update watched/unwatched movies to trakt and vice versa?
Do the same for episodes
does this script no longer update what i’m currently watching? it only sends the info after i’ve watched something?
I don't know about windows sorry but for the 'other questions, no but there are scripts that can do this
Any progress with this? Scrobbling fine, would just like to be able to sync my collection with Trakt?
Thinking about reinstalling XBMC to do just that, but the thought doesn’t fill me with joy.
The features of Trakt Utilities would be great (with a rating pop-up) but I suspect that’s not possible? Just collection syncing would be great for me…
I have my PMS on windows and run clients from ATV, Mac mini and windows.
Do I understand correctly that there is no Trakt plugin available yet?
Thanks much for the hard work…
Wouldn’t a better solution for all this be if PMS allowed for plugins natively?
Sure, all the code to build that is in the dev branch on github so just start coding!!!
I still have a lack of time and don't know when I can continue to work on this.
well, I don't see a way to do plugins in PMS natively so I'm not sure what I'd be coding against. This looks like a nice potential plugin for me to use. I'm just checking out plex still :)
There are some basic docs here http://dev.plexapp.com/docs/
The things that are left to do in the dev repo is:
Apply regexp to the retur from logsucker to get item id and progress.
Detect if the last action was watch or scrobble so we don't spam the trakt API.
Manually sync function with buttons in the GUI.
The functions allready written helps with creating the dicts that can be directly passed to the trakt API.
Did you add these in github under issues? may be a useful place to put them and label them as features
Sort of, they are under issues but I havn't explained how I planned to solve them.
trakt.tv didn’t update an episode of a show as watched for me. I decided to try your plugin to see how it works. I marked the episode unwatched, and marked it watched again. However, there was no console output, and it didn’t get marked watched in trakt. Should I have expected something?
The only thing that is possible to get from the logfile is progress and internal id. So no this cannot be done in plex.
I have installed the plex media scrobbler from this site: http://trakt.tv/downloads/plex
It looks like the scrobbler is disabled after a restart. Is this normal behaviour? i don’t want to enable this everything i start my mac mini.
Hi all,
There is finally a beta of version 1.0 of the plugin and it seems to work great so far (Only tested on OSX).
Thanks o some great input from Mikedm139 it is now just a native plugin for Plex.
So download the file bellow, add the bundle to your plugins folder.
Go to applications in Plex, add your username, password and set scrobble to automatic if you like.
If Trakt respons with “all good” you are good to go. The plugin will start when you start the PMS and quit when you quit PMS no need for anything else.
Just some important info, the plugin is monitoring everything on the PMS so it is not recommended to use this if you share the library with other users over myPlex since it will scrobble all of those as well.
Also if there are more then 1 streams watched at the same time you get some undesired results.
There might be other functions in the future but if you are miss any functionality just code it yourself.
Also this is only tested on OSX so would appreciate feedback of the result on other platforms.
If you have any problems remember to check the file: com.plexapp.plugins.trakttv.log to see the output of the plugin!
Trying this out now on Windows Vista x86…
It's not showing up under Applications even though I do have the Unsupported AppStore there.
I think this is the pertinent part of the logs, if not let me know and I'll PM you the entire file.