Author Topic: VoxCommando version 0.794 beta  (Read 8893 times)

0 Members and 1 Guest are viewing this topic.

Siutsch

  • $upporter
  • Contributor
  • *****
  • Posts: 53
  • Karma: 0
    • View Profile
Re: VoxCommando version 0.794 beta
« Reply #15 on: August 26, 2010, 05:24:52 PM »
Just wanted to say quickly, 795 TTS works.

Have fun with your real life projects, hope we see you again soon.  :'(

Siutsch.  ;)

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VoxCommando version 0.794 beta
« Reply #16 on: August 29, 2010, 07:25:41 PM »
Ok, ok,

I'm bad.  I couldn't help myself.  There's some pretty good stuff in here, if it works.
  • You can drag xml files on to the command editor to import them (no export function yet)
  • I've added songs to the GEN XML for XBMC
  • I've improved the code a bit for loading payloadXML files
  • I've added an option to ignore the value column in payloadXML files and only use the phrase (much faster)
  • I might have done other stuff too.  I can't remember now...

OK, back to work!

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: VoxCommando version 0.794 beta
« Reply #17 on: August 29, 2010, 07:38:09 PM »
Thanks James, congratulations on the progress made, and the effort involved, I'm sure you will succeed in reconciling the development of vox with his real life, and pay your bills ...
I did a little testing, I have a question, what does the color change from green to pink at the interface of the program? as I call the music on XBMC, different artist and albums, I could not run, changes color from green to pink and nothing happens, any suggestions thanks


« Last Edit: August 29, 2010, 10:45:16 PM by Wanilton »
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VoxCommando version 0.794 beta
« Reply #18 on: August 30, 2010, 08:56:15 AM »
pink means one of the actions generated an error.

It's not clear to me exactly what is not working for you.  There are different ways of calling artists and albums.  You could be using the commands form the options menu, or you could be using your own commands with GENxml.

It never works?  Or only with certain artists / albums?

are you able to send other xbmc commands?  It would go pink if it could not connect to xbmc for some reason.

does this only happen with 0.796 ?

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: VoxCommando version 0.794 beta
« Reply #19 on: August 30, 2010, 09:36:49 AM »
James, I have successfully created the XML files to album, artist, songs and movies, in the wake created commands for each file using payload from xml, so far okay ... in options tab xbmc, I doubt if I leave the oções active or not.
I tested disabling the two options tab XBMC, well, I can call for artist and album, okay, based on the actions planned to read the XML files. But when I call Song + phrase that triggers the action, also using payload from xml file, immediately rose to the interface changes, pointing error ... and nothing happens ... even all the songs being listed.
Yes I can run other commands with success in XBMC using VOX. the problem is only in the execution of the command to call for song.
« Last Edit: August 30, 2010, 09:38:44 AM by Wanilton »
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VoxCommando version 0.794 beta
« Reply #20 on: August 30, 2010, 09:41:10 AM »
please repost your message in Portuguese.  I am having trouble understanding.

Can you please attach your voicecommands.xml file... or better yet zip up your whole VC folder.

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: VoxCommando version 0.794 beta
« Reply #21 on: August 30, 2010, 10:05:36 AM »
Ok, eu te enviei meu diretório zipado...via e-mail...
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VoxCommando version 0.794 beta
« Reply #22 on: September 04, 2010, 06:21:08 PM »
Just a quick notice to those of you who are curious to see the next release...

I am working on 0.8, but I've realized that there is a major change that I am going to have to do eventually.  Rather than wait until the situation gets worse, I have decided to dig in and get my hands dirty.  This probably won't look like much of a change but I am having to rewrite alot of code, and add a bunch of "backwards compatibility" code as well.

Basically, I am changing the way the command builder works.  There used to be a drop-down list with actions like "WMC" "VoxCommando" "Launch" etc. on it.

Now, because I am adding new functions all the time, I have decided that this won't work anymore.  So the new method will be like this:

- instead of a dropdown, you can enter text for the command.  or you can click a "magic wand" icon.  When you do that it opens a tree with groups and subitems.

A picture is worth a 1000 words so see the attached image to get an idea.

This will make it easier to deal with more programs, and it will be easier for you to create new actions, because you won't have to remember as much about how to build commands.

When you open the command editor it should update your code.  So for example if you have a command like:

VoxCommando        ---      EnableGroup:XBMC

it should convert it automatically to

VC.EnableGroup      ---       XBMC

Also, it won't exist right away, but I am hoping to add autocomplete for those of you who want to type your commands, rather than using the tree to select them.
Also, the tree is generated from an xml file, so advanced users will be able to edit that file in order to remove actions for programs that they know they will never want to use.

I hope these new features will be worth the wait!

Wanilton

  • $upporter
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: VoxCommando version 0.794 beta
« Reply #23 on: September 04, 2010, 09:17:47 PM »
These new features are amazing...good work James,

Abraços do amigo

Wanilton
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: VoxCommando version 0.794 beta
« Reply #24 on: September 07, 2010, 11:03:35 AM »
« Last Edit: September 07, 2010, 11:06:35 AM by jitterjames »