I am trying to run a command to update my video library via SSH (with a view to writing a script that I can run on a cron or on command), but the xbmc-send command is returning an error. This is my input:
xbmc-send --action="UpdateLibrary(Video)"
The error I receive is this:
Traceback (most recent call last):
File "/usr/bin/xbmc-send", line 29, in <module>
from xbmcclient import *
ImportError: No module named xbmcclient
If I run a basic xbmc-send --h
I get the same error, so it’s nothing to do with the specific action I’m choosing to run.
@sam_nazarko In this thread you say that you have fixed this issue, but it is still not working for me despite being fully updated on my side. Is there something I could be doing wrong? If you need any more info regarding my setup then let me know and I’ll tell you all that I can - I’m not sure what would be relevant here though.
Thanks!