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 - IKROWNI

Pages: 1 2 [3] 4
31
Feature Requests / Way to give thanks in threads without posting.
« on: July 25, 2013, 05:18:16 PM »
Hey James, was wondering if you could implement something like this  http://custom.simplemachines.org/mods/index.php?mod=710 so that we wouldn't have to make a post to give thanks to someone which will help in keeping the forums a little easier to read through.  :)

32
Feature Requests / plex integration
« on: July 13, 2013, 06:00:53 PM »
Hello everyone been a while since i been on here. i think plex integration would be great with voxcommando. lately i have been working around with this http://forums.plexapp.com/index.php/topic/33696-proof-of-concept-plex-with-kinect/ to play around with gesture control of my media through my htpc. so far im really loving plex and as a long time xbmc user i have to say the user friendliness of it and the fast response time really seems to blow xbmc away. now i know xbmc has been around longer and has some cool plugins and other features but plex now has all sorts of new features that xbmc is lacking in. for starters plex allows you to stream over the web to friends and family by just adding them to your friends list in plex. there is a now playing feature that shows what who is watching at the current time and what has been watched on your media server also.

i found a couple of posts at plex where people are using voice control on there macs to control plex. http://forums.plexapp.com/index.php/topic/23932-control-plex-using-speech-recognition/

would there be any possible future having voxcommando running plex for us?

33
Off Topic (not related to VC) / New site themes?
« on: March 26, 2013, 07:35:00 PM »
hey james could you add some new site themes on here if you have the time heres a darker one that i would nominate..

http://custom.simplemachines.org/themes/index.php?lemma=348

and heres a quick logo i put together for a darker theme




just trying to rattle up some stuff for around here.

34
General Discussion / shoutbox in forums?
« on: March 24, 2013, 06:20:43 PM »
hey was wondering why no shoutbox for people to easily communicate with each other?

35
my dekstop that runs vox, and evenghost and everything else is behind my tv at one side of my theater room. i alwways have my laptop right next to me an i would love to just plug my mic into my laptop and somehow control vox on the desktop. is this possible? like a remote mic tool of some sort.

36
General Discussion / HALi controller question
« on: March 21, 2013, 10:09:09 PM »
hey was wondering a few things about this piece of hardware that i ran into on here..




i am using a usbuirt, cm15a, powermids, ws12a, hr12a, samsung smart tv, xbox 360 slim, pc with xbmc, onkyo stereo system, AM486 and an CAD Audio U7 USB microphone.

would the hali controller pictured above be able to run all of this stuff itself without the need to have my pc on?  i understand that i will have to have my pc turned on for some tasks but can this thing act as my cm15a and usbuirt without the need for those pieces of hardware any longer?

also i couldnt seem to find a price for the controller anywhere or a release date if it is still being developed.

37
Feature Requests / Google Now integration
« on: March 13, 2013, 03:09:12 PM »
just read here http://news.cnet.com/8301-1023_3-57573795-93/google-now-starts-arriving-in-latest-chrome-chrome-os/ that google now is coming to chrome browser i would love to see this feature added into vox could make things like getting weather, sports info, calendars, and email pretty easy.

38
XML Exchange / Xbox 360 controls
« on: March 11, 2013, 04:12:47 AM »
heres a setup i have using eventghost and vox for a little 360 control.

VOXCOMMANDO XML

Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<commandGroup open="False" name="XBOX 360" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="544" name="Power On" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Power On</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Turn</phrase>
    <phrase>xbox, three sixty</phrase>
    <phrase>on, power on</phrase>
  </command>
  <command id="545" name="Power Off" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Power Off</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Turn</phrase>
    <phrase>three sixty</phrase>
    <phrase>off, power off</phrase>
  </command>
  <command id="546" name="Cursor Up" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Cursor Up</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Cursor Up</phrase>
  </command>
  <command id="547" name="Cursor Down" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Cursor Down</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Cursor Down</phrase>
  </command>
  <command id="548" name="Cursor Left" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Cursor Left</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Cursor Left</phrase>
  </command>
  <command id="549" name="Cursor Right" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Cursor Right</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Cursor Right</phrase>
  </command>
  <command id="550" name="Apply/Enter" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Apply/Enter</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Apply, Enter</phrase>
  </command>
  <command id="551" name="Media Play" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Media Play</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Media Play</phrase>
  </command>
  <command id="552" name="Media Pause" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Media Pause</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Media Pause</phrase>
  </command>
  <command id="569" name="Media Stop" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Media Stop</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Media Stop</phrase>
  </command>
  <command id="554" name="Media Skip  Forward" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Media Skip Forward</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Media Skip  Forward</phrase>
  </command>
  <command id="555" name="Media Skip Backwards" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Media Skip Backwards</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Media Skip Backwards</phrase>
  </command>
  <command id="556" name="Back" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Back</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Back</phrase>
  </command>
  <command id="557" name="Guide Button" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Guide Button</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>xbox show menu</phrase>
  </command>
  <command id="558" name="Button Y" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>EventGhost.Send</cmdType>
      <cmdString>Button Y</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>Button Y</phrase>
  </command>
</commandGroup>


sometimes turning the 360 on/off can be kind of odd sometimes a power off signal will be needed before a power on command can be sent properly, if anyone knows how to fix that issue please let me know

39
XML Exchange / World of Warcraft Commands
« on: March 11, 2013, 04:03:59 AM »
Hello just made these commands for voxcommando that are to be used with the default keybindings in world of warcraft. i will be working to add more hopefully others will get use from it.


Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<commandGroup open="True" name="World of Warcraft Commands" enabled="True" prefix="" priority="0" requiredProcess="" description="">
  <command id="612" name="Panels" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>SendKeys</cmdType>
      <cmdString>{1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>wow</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone">C:\Program Files (x86)\VoxCommando\payloads\World of Warcraft Payloads\Panels.xml</payloadFromXML>
  </command>
  <command id="614" name="Movement" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>SendKeys</cmdType>
      <cmdString>{1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>wow</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone">C:\Program Files (x86)\VoxCommando\payloads\World of Warcraft Payloads\movement.xml</payloadFromXML>
  </command>
  <command id="615" name="Target" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>SendKeys</cmdType>
      <cmdString>{1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>wow</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone">C:\Program Files (x86)\VoxCommando\payloads\World of Warcraft Payloads\Targeting.xml</payloadFromXML>
  </command>
  <command id="616" name="General Commands" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
    <action>
      <cmdType>SendKeys</cmdType>
      <cmdString>{1}</cmdString>
      <cmdRepeat>1</cmdRepeat>
    </action>
    <phrase>wow test</phrase>
    <payloadFromXML phraseOnly="False" use2partPhrase="False" phraseConnector="by" Phrase2wildcard="anyone">C:\Program Files (x86)\VoxCommando\payloads\World of Warcraft Payloads\General Commands.xml</payloadFromXML>
  </command>
</commandGroup>


would love to hear some input or suggestions i really wanna help to build some default xml's for various games and other programs if i can get it all down well enough  :biglaugh


EDIT: forgot the XML's thanks kalle and james :bonk

40
hello everyone ive been getting just about everything setup for my entire theater room and i just ran into another problem i cant fix. ive been trying to get my recessed ceiling lights capable of being controlled precisely. i've been trying to use the xbmc command for setting volume as an example to go off of using this.


Code: [Select]
<?xml version="1.0" encoding="utf-16"?>
<command id="423" name="Ceiling Lights" enabled="true" alwaysOn="False" confirm="False" requiredConfidence="0" loop="False" loopDelay="0" loopMax="0" description="">
  <action>
    <cmdType>X10.SendPlc</cmdType>
    <cmdString>I3&amp;&amp;BRIGHT&amp;&amp;{1}</cmdString>
    <cmdRepeat>1</cmdRepeat>
  </action>
  <phrase>lights</phrase>
  <phrase>set to</phrase>
  <payloadList>5,10,15,20,30,40,50,60,70,80,90,100</payloadList>
</command>

also wouldnt vox somehow have to get like a poll for what percent its currently at before it could make it go to a direct percentage

 im sorry if this looks really dumb to others but im just really trying everything i can to make sense of how all of this works. i probably have some really odd other configurations as well just dont wanna have to ask for help for every little thing.



anyways if this is incorrect i would really appreciate any help.

41
Kodi (XBMC) Frodo / Gotham / Isengard / Jarvis / launch addon from vox
« on: March 06, 2013, 03:40:21 PM »
how would i go about adding a voice command to vox to go directly to one of my addons?

ive tried using XBMC.ExecBuiltin Runaddon(10025,"plugin://plugin.video.newznab/") but this does nothing at all ive also tried just XBMC.ExecBuiltin Runaddon(plugin.video.newznab)

any help is greatly appreciated

42
General Discussion / help with vox editor
« on: March 06, 2013, 01:12:07 PM »
hello for some reason i dont have the little arrow on my editor that does the "show/hide the command bin" and the green save all and orange close  buttons are missing also, could someone tell me how to get the other editor back..


heres how it looks on my laptop





thats how i would like it but here is what its like on my desktop





i know its probably just something stupid that i clicked on that changed it all.

43
What is a good microphone for speech recognition? / Baby Monitor Microphone
« on: November 18, 2012, 12:38:52 AM »
Has anyone ever tried or succeeded using a modified baby monitor as a microphone? ive been trying it myself but can only get it to pick up and understand what im saying when im extremely close to it like within 2 feet of it.

44
General Discussion / how to make new voices?
« on: November 17, 2012, 08:17:47 PM »
Is there a way i could use stewie griffins voice or maybe morgan freeman with voxcommando? i dont really want just preset audio files to play id like it to be able to say anything still?

i always said if i hit the powerball id hire morgan freeman to walk around and narrate my life. well since i dont expect to ever win realistically this could be the next best thing.




45
General Discussion / The Ubi
« on: November 17, 2012, 02:25:08 PM »
i was wanting to make something like this http://theubi.com/ but using a raspberry pi. What i would really love is an all in one solution and i havent found any luck with this at all.

My ideal setup would be something like a raspberrypi running xbmc, voxcommando, eventghost, and google now. i also need to be able to control rf, ir, and x10 through the unit

i want to be able to drop a small device in between the 2 chairs in my theater room and just pluy it into the wall and start voice control of all of my gadgets. So if anyone knows something that can handle all of this and be very energy efficient please let me know what i will need to either buy this box outright or make it myself.

Pages: 1 2 [3] 4