Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Hellow

Pages: [1]
1
Python Scripting / Help to understand the python wiki
« on: February 06, 2014, 08:04:40 PM »
I have found:

void triggerEvent(string strEventName, List<string> payloads);
void callAction(string strActionType, string strParams, List<string> payloads);
void doWav(string strWavPath);
Evaluates an audio file and tries to recognize speech
object getObject(string strObject, string strSubObject);
more info
void log(string strLogText);
bool savePayloadFile(string strPath, Dictionary<string, string> payloadPairs, bool subsetMatching);
bool savePayloadListToXML(string strPath, List<xmlPayload> myxmlpayloads);
void setResultList(List<string> lstResults);

Would it be possible to add a explaination to each command and the python command. As i read it setResultList(List<string> lstResults); is it possible to use this one to make a list so you can use match on it?

Thanks in advance.

Hellow

2
Amulet Remote / Users in Europe
« on: January 09, 2014, 08:16:53 AM »
I was wondering if there is any users in Europe that uses Amulet Remote. I ordered mine one month ago, and its still not sendt. How long time did it take before you got yours?

3
Tips and Tricks / Q & A with wolframalpha and duckduckgo
« on: December 31, 2013, 09:27:55 PM »
I have made a python script that uses a wolframalphas https://bitbucket.org/jaraco/wolframalpha and duckduckgos api https://pypi.python.org/pypi/duckduckgo2. The script first checks if wa has a answer (best solution), it not it uses duckduckgo, if that fails aswell vox tells your that is it couldnt find any answer to (Your question), Please rephrase.

I take no credit for making the python apis. All credit goes to the original authors. However you do need to download the files i provided, some are slightly changes in order to make it work with VC

1.Go register on the link below to get a apikey to wa (Please, do not use the one included. It's just for testing purpose)
https://developer.wolframalpha.com/portal/apisignup.html

2. Download duckduckgo.py and wolframalpha.py attached to the post. Move them to \plugins\PY\Lib

3. Download tellme.py and move it to \plugins\PY

4. Paste the group command to your lgb.

5. Do a full restart

6. Take it for a spin. Test it with, tell me "your question"

I have only tested with english


4
Python Scripting / ** Solved **install additions to standard library
« on: December 29, 2013, 08:23:06 PM »
Is it possible to install other modules like request? In that case how?

The solution was to just copy what you want to install to the py/lib folder.

Duckduck go is working like a charm now :D

5
Amulet Remote / Amulet remote OEM version
« on: November 17, 2013, 03:24:15 PM »
Have any tested the oem version? I thought 149$ pull tax, customs, and transport was bit expensive. It would probably end up on 249..

6
I'm trying to add support for sickbeard, atm im working on how i can add a tv show.

I have 2 questions:

1. It there are way to force vox/wsr to only use numbers instead of one, two .. ? I need to use it with a payload dictation. ex Dr. Who (1995)

2. I use sickbeards api to find a show, however since there are 10000's of shows on tvdb i get more then one hits. http://sickbeard.com/api/#sbsearchtvdb and i need the corrects show's tvdbid in order to add a new show.

Is there are way i can call a options meny (like xbmc has) from python? If it is can i have a example?

Thanks
Hellow

7
General Discussion / VC.loaded
« on: November 07, 2013, 05:15:08 AM »
I dont understand why the script isnt exceuted on the event. Nothing seems to happen if i do a full restart. Is this correct?

Code: [Select]
<command id="251" name="onload" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
            <action>
                <cmdType>VC.TriggerEvent</cmdType>
                <cmdString>loaded</cmdString>
                <cmdRepeat>1</cmdRepeat>
            </action>
            <action>
                <cmdType>PY.ExecFile</cmdType>
                <cmdString>Plugins\PY\samsung_tvremote.py</cmdString>
                <cmdRepeat>1</cmdRepeat>
            </action>
        </command>

8
VoxCommando Basics and Core Features / How to upgrade to new version
« on: October 24, 2013, 04:56:06 PM »
I tried to find a guide on now to update vc to newst version. How can i safely upgrade it without loosing my settings?

9
WAY Off Topic / Made my day
« on: August 23, 2013, 09:05:45 PM »



 ;D

10
Tips and Tricks / Control samsung smart tv with vox
« on: August 23, 2013, 05:08:46 PM »
I wanted to to control my samsung tv with vox. I dont have a ir blaster so this vox passes the payload to a python script.

You cant turn on the tv if its off with this one. NIC dont work with the power off.

*Updated to VC.TriggerEvent:loaded

*Edit by jitterjames: I uploaded a fixed version of the group xml, which had a strange 'S' in it and other errors in the commands.

11
I was wondering if any could tell what this error message means.



I assume its a error in the voicecommands xmls so i have attached it.

12
Tips and Tricks / Controlling sab, sb cp.
« on: August 20, 2013, 07:30:00 AM »
I wondering if any have tried to control  sick beard from vc? I can't be the only one that have thought about it :D

I was think something like: sickbeard add new show homeland as wanted

If no one have tried ill take a take a look.

Pages: [1]