Open michou83 opened 11 years ago
Well if this gets added I will 100% start running Boxee+. I love trakt.tv (of course I am VIP).
I'm sold if this gets done. Willing to pay!!!!
I checked on trakt webpage, and I found a php script for boxee 0.9. I got php running on boxee so I guess if you want trakt you got it. I also got cron working.
http://trakt.tv/downloads/boxee (look for How to use the trakt PHP script for Boxee 0.9+ ) boxee https://github.com/rudf0rd/trakt-standalone
you can find my files on https://github.com/boxeehacks/boxeehack/issues/217
First try running trakt failed, need to recompile php for bb
Recompiled php with curl support and added some new libs. Got trakt running with trakt-standalone script for boxee 0.9. got to do some more testing, but at least I got connected with both boxee box and trakt.tv with the php script
Full Trakt.tv integration is not only about scrobbling, but also about setting movies/tv episodes to watched when they are watched on another device. The above is of course a way to get trakt.tv working, but maybe not very user-friendly. It would be great if in settings there would be an option to login with my trakt account and that 2 way sync would work.
Now I have a python script running on my NAS, but that's only one way.
I agree with BjornB2, as I mentioned in my first post, I believe a user interface would be needed ultimately in Settings --> Boxee+ .With options for:
The main stumbling blocks I believe would be:
Trakt.tv is a site that allows you track your TV shows / episodes and Movies, by scrobbling what you are watching on your boxee box in real time. Currently this can be achieved with certain limitations with a Linux server or a NAS running Linux with python 2.7.2 installed, and a little script called trakt-for-boxee.
If it could be run at startup straight on the Boxee Box, more features could be added. The Boxee Box seems to be running python 2.4, but if python 2.7.2 can be installed trakt-for-boxee could probably be moved as is to the boxee box.
Few features that might be good:
I'm sure this will be low on the list of priorities on the todo list, but I thought I would mention it anyway.