Author Topic: Solicitações  (Read 49522 times)

0 Members and 2 Guests are viewing this topic.

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Solicitações
« Reply #105 on: June 20, 2011, 11:25:44 AM »
if I understand correctly, it looks like the problem is with the event payloads...  I will look into it when I get home.

Kalle

  • $upporter
  • Hero Member
  • *****
  • Posts: 2319
  • Karma: 47
    • View Profile
Re: Solicitações
« Reply #106 on: June 20, 2011, 12:40:53 PM »
Kalle: This is ALL the information returned from xbmc for now playing:
Code: [Select]
<html>
<li>Filename:musicdb://2/2/2/36802.mp3
<li>PlayStatus:Playing
<li>SongNo:0
<li>Type:Audio
<li>Title:All I Need
<li>Track:3
<li>Artist:Air
<li>Album:Moon Safari
<li>Genre:Electronic
<li>Year:1998
<li>URL:D:\mp3\Air\Moon Safari\Air - All I Need (feat. Beth Hirsch).mp3
<li>Lyrics:
<li>Bitrate:192
<li>Samplerate:44
<li>Thumb:special://masterprofile/Thumbnails/Music/7/7454582a.tbn
<li>Time:03:43
<li>Duration:04:27
<li>Percentage:83
<li>File size:6423967
<li>Changed:False
</html>

Hi James,
it looks good, we can use Lyrics or Samplerate for insert the language  ;D

Wanilton, you can edit with MediaMonkey the lyricstag and insert "english, italian or what ever language for song" and then use this parameter in the logic command. You must never sort your music in extra folders.
« Last Edit: June 20, 2011, 12:49:43 PM by Kalle »
***********  get excited and make things  **********

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Solicitações
« Reply #107 on: June 20, 2011, 01:11:28 PM »
you could probably use lyrics (assuming that you don't already use lyrics), but I think bit rate and sample rate depend on the way the song is encoded and are not something we can modify.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Solicitações
« Reply #108 on: August 09, 2011, 12:27:34 PM »
Hello James, i try using now field Lyrics...ok info in this field
Look
Filename:musicdb://3/611/9209.mp3
PlayStatus:Playing
SongNo:0
Type:Audio
Title:Made up My Mind
Track:1
Artist:Savoy Brown
Album:A Step Further
Genre:Blues Rock
Year:1969
URL:D:\Shared Music\Savoy Brown\A Step Further (1969)\01 - Made Up My Mind.mp3
Lyrics:InglesUS
Bitrate:193
Samplerate:44
Thumb:special://masterprofile/Thumbnails/Music/f/ffbc9937.tbn
Time:00:14
Duration:03:07
Percentage:7
File size:4723992
Changed:False

But i have error syntax

using
(A)Contains(B)
({LastResult})Contains(InglesUS)

How I solve this?

thanks
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: Solicitações
« Reply #109 on: August 09, 2011, 12:32:44 PM »

But i have error syntax

using
(A)Contains(B)
({LastResult})Contains(InglesUS)

How I solve this?

thanks

what is the error?

instead of :

({LastResult})Contains(InglesUS)

try

{LastResult}&&InglesUS

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Solicitações
« Reply #110 on: August 09, 2011, 12:51:12 PM »
Work great, thanks James;;
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: Solicitações
« Reply #111 on: August 09, 2011, 01:27:38 PM »
James,

I need a little help in this topic XBMC Forum, my english is not good for try explain to developer about get via JSON one tag field for language, read my post and answear.

http://forum.xbmc.org/showpost.php?p=858486&postcount=1154

Do you try explain with more details, for try get this in future version JSON.

Thanks again...
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: Solicitações
« Reply #112 on: August 09, 2011, 02:23:55 PM »
what feature are you asking them for:

1 ) to add a language field in xbmc

2 ) to have a command where you can ask for any field from currently playing instead of getting all the information at once.

?

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Solicitações
« Reply #113 on: August 09, 2011, 03:45:19 PM »
I Think one field in XBMC, this is necessary I think for use custom tag...
Em pt br

Eu penso que eles poderiam acrescentar este campo, e ter algum comando quando da implementação do JSON, que possamos usar para recuperar a informação da linguagem daquela faixa musical, similar ao que existe hoje
usando lyrics, que não é um campo apropriado para este tipo de situação, claro que o campo lyrics serve como uma solução alternativa.
O Problema é que nenhum programa de tag tem um campo de linguagem, então eu pensei eles poderiam criar um campo genérico, que aceite textos e números, para que possa ser usado para esta finalidade,
basicamente esta é a ideia. A Maioria dos programas de tags, permite criar tags customizadas, 5 no caso do media monkey, a ideia é similar...

Thanks

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: Solicitações
« Reply #114 on: September 17, 2011, 06:03:58 PM »
James, in this last version vox, i have a bug in command builder, the voxcommando not save the variable value in structure if else, check this please...
I put the value EnglishUS, Spanish, and saved, but this contais nothing in the field, when i return to check, the values don´t appears where I put
the value...
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: Solicitações
« Reply #115 on: September 17, 2011, 06:20:20 PM »
yes, thanks.  I will post a fix.

but why are you posting in this topic?

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Solicitações
« Reply #116 on: September 17, 2011, 06:29:31 PM »
OK, I understand...

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Solicitações
« Reply #117 on: September 17, 2011, 09:07:40 PM »

mrxeon

  • Jr. Member
  • **
  • Posts: 5
  • Karma: 0
    • View Profile
Re: Solicitações
« Reply #118 on: April 10, 2012, 12:40:54 PM »
Ola Wanilton, gostaria de saber como faço para abrir o programa voxcommando em modo stand-by e deixar marcado a caixa sempre em stand-by apos comando simples.
pois eu fiz um atalho para abrir minimizado mas ele ja fica na tela verde, eu sei que atraves do comando stand-by ele fica amarelo, mas quase sempre esqueço disso e é um saco pois ele fica enviando comando para o meu htpc..
Obrigado...

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7713
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Solicitações
« Reply #119 on: April 10, 2012, 12:47:36 PM »
There are two way to have VoxCommando startup in Standby mode.

Using Events:
If you want Vox to always start in standby mode, you can add the VC.Loaded event to the standby command.  This event is generated when VC finishes loading and you can just drag it from the history window (main VC window) onto the standby command (in the command editor tree).  Or you can add it manually, as you would a new phrase etc.

Using a Command Line Parameter:
you can start VC with the command line parameter -standby but this is not possible when using "start with windows" in the options menu.  To do this you would have to create your own startup item.  Put a shortcut into: "Start > All Programs > Startup" and use the command line parameter there.