Plex Media Server scrobbler for trakt.tv

Forgive me if this has already been answered but does this not support scrobbling movies yet?



Disregard the question I got it to work.



Thanks this worked i thought it was just the path that was required! this is awesome!

hello, i have update the script with latest master version of the script and nothing is scrobble on trakt.


<br />
<br />
Started monitoring...<br />
Running on Linux  (#2166 SMP Fri Jan 13 21:14:41 CST 2012) with PMS Version 0.9.5.2-0727bc9<br />
Plugin version: 0.2<br />
Monitoring the log at /volume1/Plex/Library/Logs/Plex Media Server.log<br />
PMS running at http://localhost:32400/<br />
trakt.tv username toto<br />
Progress on 1642 is 403297 ms<br />
We will watch it<br />
Response: not implmented yeat<br />
Progress on 1642 is 408298 ms<br />
<br />




the progress continue but i don't see the name of the movie or tvshow and nothing is update on trakt even when its over.


Did you watch an entire episode? Since as soon as you reach 85 % it should scrobble.

yes i did watch 2 full episode .
i will try again and send you the logfile

No luck with progressing this yet? Really looking forward to it - appreciate your efforts to date!



/wishes he had learned how to code so he could help lol

Bit the bullet in the end and figured out how to get the script working.



Seems to be processing the log okay - not told Trakt that I am ‘watching’ something though? Does it do that, or just report when something hits 85%?



Hoping this isn’t dead, because Plex really needs a solid Trakt plug-in! Script seems great in the meantime though!



Also, does it submit your collection to Trakt, or just what you watch (I realise it is very beta at the moment, just curious!)

only thing it does for the moment is tell what you watched at 85% or so…



not sure if it tracks when you are watching something … could be…



but no syncing anything for the moment …



i hope something decent as the trakt script for xbmc will come up soon …

Its not dead.



I am (was) helping with this, but had been busy. same for tester.



I will be working on it again soon and no doubt he will too.



Dont worry, will happen eventually.

I’ve got the script working well - great to have Trakt back, and great to know it’s still in the pipeline :slight_smile:

Works excellent on 64 bit Ubuntu server!



Thank you for producing this script, does the job really well!! :smiley:



Now to update my signature…

Can anyone please explain to a bit of a noob how to setup this up on my MacMini HTPC (which is running the Plex media server). Or at least point me in the direction of some documentation telling me how to do it. Many thanks in advance.

Please vote on an integrated solution: http://forums.plexapp.com/index.php/topic/37855-feature-request-integrate-trakttv-into-plex/

I’ve finnaly got this to run on my Mac Mini and updated Trakt with my collection. http://trakt.tv/user/robahearts/library/movies/collection

Hey there

I didn’t read the thread completely, but a recently wrote a little script for reporting seen movies and tv show episodes to trakt.tv.



Source: GitHub - jone/plex-trakt-syncer: Sync watched movies from plex to trakt.



It just marks movies / tv show episodes as “seen” and rates them (optional).

It does no scrobbling.

I’ve set up a cronjob running the script periodically, I think that is the simplest way to use it.



Feel free to use it, report bugs (at github), change it, make pull requests or do whatever you like :wink:



Cheers

Hello, tschoun . Any addition to the way plex and trakt interact is very welcome, so thanks :smiley:



I was a bit confused though, about one thing.

Does it do 2-way sync or just 1-way? For example, if something is marked as watched on Trakt, but marked as unwatched on Plex, will it sync it?

That is, does it do:

Trakt → Plex

Plex → Trakt



or just:

Plex → Trakt ?

must the script be runned every time manualy?



There is a problem that you should try to fix in this script. It is matching based on title and year and that isn't so accurate.
In the plugin was working on (don't have much time now) I am getting the IMDB/thetvdb id based on the guid, see: https://github.com/tester22/Plex-Trakt-Scrobbler/blob/master/script.py#L236

But If you wan't I would love if you could implement your code (using plex version of python) and add a menu item for this functionality.

Apologies for what might be a simple question - but is there an easy way using this script or another to upload my entire collection into trakt?

Thanks! Really cool!

Do you need any python help?

I’ll fork it and see how I can help :slight_smile: