What exactly did you change to get it to work?
In other words, how did you modify the path when going from an URL based approach to the VC call?
As far as I can tell you didn't change anything so why is it working now?
Hey guys sorry if I wasn't clear. I was actually having to work in Linux @ work yesterday and encountered some weird nuances too lol.
"home/xbmc/.xbmc/addons/test-service.XBLFriends-8926e01/service.py"
I tried ./home/xbmc/.xbmc/addons/test-service.XBLFriends-8926e01/service.py
I tried encapsulating with "s and 's
but it was just /home/xbmc/.xbmc/addons/test-service.XBLFriends-8926e01/service.py
So at work I needed to preface a folder with ./ once when dealing with the entire root folder structure but here, I only needed a single (seemingly benign) front forward slash. (no leading (period))
Still a bit confused on why the URL works with the path w/o the "/" while in VC I had to put it in there.
But I have encountered some URL encoding differences before when testing commands via a browser vs trying them in my other various scripting. Whats nice/interesting is in VC so far I haven't seen the need to URL encode stuff.
Its a bit quirky dealing with my existing setup from a VM hosting Win7 to a linux node, but wow the Kinect was picking up so much ambient vibrations and was unusable is my very brief tests...and the other solutions that require push to talk don't really gel well with me atm.
The problem with my approach at the moment, is it makes it a bit hard to test on another machine such as a windows box as I have to go change some of the commands first and try to recall those
But at the moment I'm activated and very happy.
I have VC instantiating the 1st party addons like TED, Food network, Youtube...etc, being able to pass more arguments like the show specifically a dynamic youtube search would be great but not sure thats possible yet. ( i know theres the sendkeys aproach, not sure i love that, and don't think applicable on my linux config, more important cause dynamic search would help curb desire to login to youtube since accounts freetext in config files
)
Calling my XBOX Live friends script in tandem with the fact it runs as a service, so I can see what friends are online atm.
Got the smart playlists working via remote smb sharing. Never knew of the smart playlists but as cool as they are i would think they are severely restricting without something like VC, with VC leveraging them its extremely versatile / powerful.
Can't wait to learn more how the gui/command structure works and refine and help build some more stuff.