Author Topic: Versão 0.82  (Read 20878 times)

0 Members and 1 Guest are viewing this topic.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Versão 0.82
« Reply #30 on: September 27, 2010, 04:42:45 PM »
OK.  You should be able to just unzip this to your VC folder.

then import the xml file from the "export" folder into your tree.

then you need to edit all 3 of your new commands in the command builder...  Look on the 2nd line parameter.  It should look like this:

execbuiltin(ActivateWindow(MyVideoLibrary,C:\VoxCommandoDebug\VoxSmart.xsp,return))

replace the big part with the path to the VoxCommando folder.

Good luck!

EDIT: DOH!  OK I am attaching the file now!
« Last Edit: September 27, 2010, 05:42:01 PM by jitterjames »

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #31 on: September 27, 2010, 04:58:10 PM »
Ok, mas não recebi o arquivo para teste...ou basta alterar as configurações conforme exposto em teu tópico.
« Last Edit: September 27, 2010, 05:02:06 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

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #32 on: September 27, 2010, 05:58:33 PM »
Eu creio que preciso deste file também, ele não estava no zip
VoxSmart.xsp
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #33 on: September 27, 2010, 08:28:08 PM »
Leia o tópico acima...
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: Versão 0.82
« Reply #34 on: September 27, 2010, 09:14:40 PM »
you don't need this file.  Vox will generate it on the fly

when you issue the command:
XBMC.LoadSmart    smarts\unwatchedepisode.xsp

it will open the file smarts\unwatchedepisode.xsp  replace the {1} with your payload and then write the file VoxSmart.xsp

the next command will tell xbmc to load this new "smart playlist".

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #35 on: September 27, 2010, 09:23:22 PM »
ok entendi, agora vou testar
em filmes tenho que dizer para disparar o comando  smart movie + title name,  é isso?

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: Versão 0.82
« Reply #36 on: September 27, 2010, 09:39:54 PM »
yes, for example "smart movie Avatar"

but of course you can change the phrase to whatever you want to use.  Just don't use the same phrase as other commands that you already have.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #37 on: September 28, 2010, 09:19:41 AM »
Tem como implementar o mesmo tipo de solução para músicas?? pois para filmes ficou muito bom..

Como configuro o comando scroll fast?
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: Versão 0.82
« Reply #38 on: September 28, 2010, 10:10:47 AM »
just copy your scroll command (clone), change the phrase to whatever you want to use (e.g. scroll fast), and then edit the loop time in the command builder. (see attached image)

--

As for the music:  Do you know how to create a smart playlist in xbmc?  You create one, and for the name of the item you are searching for, put in {1}

then copy the file generated to your VC folder (I put mine the .\smarts folder I think)

I will make another one though, for artist and one for album and upload them later today.

Since the method seems to work, I will probably create a wiki entry for it at some point.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #39 on: September 28, 2010, 11:18:19 AM »
Meu scroll esta com problemas, se digo scroll left ele esta indo para direita ao invés de ir para a esquerda, mas mais estranho é que o scroll em albuns, visualização como parede, ele não vai, fica patinando ele mantem sempre a tela inicial, mas faz um movimento para a direita como se tentasse o deslocamento.
Se possível exporte seus comandos Scroll por favor, que vou importar para o meu..

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: Versão 0.82
« Reply #40 on: September 28, 2010, 12:31:07 PM »
these use keyboard emulation so you need to be using VC on the same computer as XBMC and XBMC needs to be focused.  (in front).  This is OK though because it should work for most people, most of the time.

It is possible to do the same thing with xbmc.send action(1..4).  This method is slower but it would work even if xbmc is running on another computer and even if it is not focused.

I have attached my keyboard emulation group.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #41 on: September 28, 2010, 01:41:13 PM »
James, obrigado, só me esclareça tem algum problema de eu trocar as opções do Payload List-  Down, Up, Left, Right na configuração do scroll, por palavras em PT BR? seria substituir por estas palavras: abaixo, acima, esquerda, direita.

O que eu fiz, eu não troquei, apenas acrescentei estas, mas ao usar, as em inglês funciionam, quando altero para as opções em PT BR nada acontece.

Já quando uso estas palavras em PT BR no menu principal, todas funcionam ok, isto para navegar pelo menu.
« Last Edit: September 28, 2010, 01:57:14 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: Versão 0.82
« Reply #42 on: September 28, 2010, 02:11:37 PM »
I'm a bit confused.  Can you please export a group that contains only two commands.

1 - the command that works

2- the command that does not work.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #43 on: September 28, 2010, 02:15:56 PM »
Deixa eu tentar outra vez...depois te informo se consegui.
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Versão 0.82
« Reply #44 on: September 28, 2010, 02:30:49 PM »
look the atached file, em inglês os comandos estão ok, mas em português não funciona, mesmo que eu diga scroll direita fast...já em inglês está tudo ok...não compreendo.
www.xbmcbrasil.net
XBMC  Brazilian Community Forum - Admin
Windows 8.1 - XBMC Gotham Custom Plus - Aeon MQ 5
My Room Entertaiment´s
About me