Does this include myPlex shares? I would assume most would agree that behavior would not be desirable... if this is the case, then PERFECT! :-)
What library do I need installed for the winpaths module?
python script.py<br />
Traceback (most recent call last):<br />
File "script.py", line 16, in <module><br />
import winpaths<br />
ImportError: No module named winpaths
EDIT: n/m, easy_install to the rescue ;)
I did mention it was easy_install winpaths
myPlex also seem to count, dont know if there is an easy way to stop them. For me myPlex working with it is good - but i not share my server with other people.
this script doesn’t update what you are currently watching?
Yes, it does.
However, I noticed yesterday the website wasnt showing it as “being watched” on the main screen, but if I viewed the episode my username was in the “currently being watched by X people”. It later updated on the main page.
Possibly a website issue with trakt? there are a few bugs I have noticed so far.
Any chance that someone can port this for Synology NAS ?
The script is monitoring all connections to the server so yes it would scrobble all myPlex. It would be possible to remove all myPlex scrobbles but then you would loose scrobbled from your iOS devices if you use them via myPlex.
Should work as it is right now. What error messages do you get when you launch it via terminal?
This is great. Thanks tester22
ok, then i will have to test it again. thanks for the update
well i have a video playing, and it’s not updating at all, nor is it showing me under the watching now, i mean, this thing has 3 options to configure, how hard can it be? i don’t get it
So whats the output of the script when you run it from terminal, are you using the latest version from github, on what os is PMS running and what version, what client are you using, in what version, what version of python are you using, are all required modules installed?
ok works great, now…how to make it auto start at boot. is there a daemon mode maybe?
i had no errors, i was just being an idiot. i pointed to my plex client log file LOL, whoops
Well like it says on Github it is still just a proof of concept so I don't ever think it will be a deamon mode unless you create a patch and makes a pull request.
The plan is to make this into a real Plex plugin so you don't need to think about launchagent or similar, just install and configure your username and password.
i put together a quick PLIST and it works on boot, and no terminal window running. is it ok to post what i did here?
I manage to install elementtree using ipkg ( py25-elementtree) and simplejson ( py26-simplejson) but i still get an elementtree error.
<br />
Traceback (most recent call last):<br />
File "script.py", line 7, in <module><br />
from elementtree.ElementTree import parse, tostring<br />
ImportError: No module named elementtree.ElementTree<br />
I don't have any Synology so can't give you any help here. My guess is that you have multiple python versions installed and that there is some conflict but that just a guess. On mac there are seperate binaries for each py version so then it wouldn't work with one component in py25-* version and one in py26-* version. But like I said that just a guess.
What do you get when you type: python --version
Did a quick search at google and it seems like easy_install is aviable for Synology so suggest that you use that instead.
http://flexget.com/wiki/InstallWizard/SynologyNAS
Python 2.6.6
-didn't find a 26- of elementtree
-ill check if i find multi install.