Author Topic: Alterações na skin AeonMQ2 e reflexos no Vox  (Read 11063 times)

0 Members and 1 Guest are viewing this topic.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Alterações na skin AeonMQ2 e reflexos no Vox
« on: March 16, 2011, 10:28:47 AM »
James,

Bom dia,


Leia este post no forum XBMC para entender o que vou te explicar a seguir:
http://forum.xbmc.org/showpost.php?p=751942&postcount=3202

Resolvi postar em português para explicar mudança nas navegações das áreas filmes, tv shows, shows (music videos), trailers no XBMC, enfim para agilizar a entrada nas bibliotecas o Marcos alterou algumas rotinas e com isso o vox agora ao enviar um comando como Browse Movies, mesmo entrando na área correta, não mostra o modo de visualização setado pelo usuário como padrão, ou seja o comando
execbuiltin(ActivateWindow(VideoLibrary,TVShowTitles)) para seriados e outros similares, estão se perdendo, por conta das alterações feitas, agora cada botão no menu principal ativa uma função diferente,
cada clique em outro botão no menu principal desativa a função anterior e ativa uma nova função, e assim sucessivamente, isto vale para Movies, TVshows, Shows e Trailers, peço que verifique como podemos acertar nossos comandos para essa nova situação.

o código ficou assim na skin:
<include name="TV_Link">
  <onclick>Skin.SetBool(videotv)</onclick>
  <onclick>Skin.Reset(videomovies)</onclick>
  <onclick>Skin.Reset(trailers)</onclick>
  <onclick>Skin.Reset(musicvideos)</onclick>
  <onclick>Skin.Reset(genres)</onclick>
  <onclick>Skin.Reset(genres2)</onclick>
 </include>
 <include name="Movie_Link">
  <onclick>Skin.SetBool(videomovies)</onclick>
  <onclick>Skin.SetBool(genres)</onclick>
  <onclick>Skin.Reset(genres2)</onclick>
  <onclick>Skin.Reset(videotv)</onclick>
  <onclick>Skin.Reset(trailers)</onclick>
  <onclick>Skin.Reset(musicvideos)</onclick>
 </include>
 <include name="Trailers_Link">
  <onclick>Skin.Reset(videomovies)</onclick>
  <onclick>Skin.Reset(videotv)</onclick>
  <onclick>Skin.SetBool(trailers)</onclick>
  <onclick>Skin.Reset(musicvideos)</onclick>
 </include>
 <include name="MusicVideos_Link">
   <onclick>Skin.SetBool(musicvideos)</onclick>
   <onclick>Skin.SetBool(genres2)</onclick>
   <onclick>Skin.Reset(genres)</onclick>
  <onclick>Skin.Reset(videomovies)</onclick>
  <onclick>Skin.Reset(videotv)</onclick>
  <onclick>Skin.Reset(trailers)</onclick>
 </include>

Ao clicar em Movies no menu principal é ativado o Movie_link, ao clicar em Tvshows é ativado o Tv_link, ou seja ao clicar no botao, reseta todos os status dos demais botões, isso tem implicações também em INFO, preciso testar mais para entender como acertar.

isto que passei acima é a função toda, para funcionar mesmo basta o nome principal: <include>Movie_Link</include>
O botão do menu principal tem isto incluido,  ao incluir isto ele inclui o grupo todo, mas daí é XML, não sei se o vox aceita o mesmo comando e nem como contornar esse caso.

Se precisar de esclarecimentos adicionais me fale.

Penso que para voltar a funcionar corretamente, temos que ter um jeito de simular um enter em cada botao da area que desejamos entrar.

Eu solicitei ao Marcos, que veja alguma forma de acertar isso, pois afeta tambem quem usa controle remoto com atalhos para as áreas, ele ficou de ver ainda hoje.

Wanilton



« Last Edit: March 16, 2011, 11:30:47 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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #1 on: March 16, 2011, 01:06:05 PM »
In what version of the skin does this happen?

jitterjames

  • Administrator
  • Hero Member
  • *****
  • Posts: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #2 on: March 16, 2011, 01:40:50 PM »
I am not sure I completely understand what is going on here, but it seems like something that Markos should fix, if it is possible.  I don't understand enough about xbmc and skins to know if Markos has a good reason for doing this, or what made him do things this way.

I am not sure what I can do to solve the problem, but there are many, many other programs and pda apps etc. that use activate window commands.  People who use these will probably decide not to use AeonMQ if Markos cannot fix the problem.

I am not able to recreate the exact same problem, but when I say "browse movies" I am seeing my movies with cover-flow turned on (which I hate) and the option to turn it off has disappeared from the side panel.

I have seen similar problems in the past when using smart-playlists, but because I don't use them very much, or when I do, I access the content right away without browsing, so it never bothered me very much.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #3 on: March 16, 2011, 02:01:46 PM »
In what version of the skin does this happen?

In version 2.7.1, the last.
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: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #4 on: March 16, 2011, 02:11:23 PM »
I am not sure I completely understand what is going on here, but it seems like something that Markos should fix, if it is possible.  I don't understand enough about xbmc and skins to know if Markos has a good reason for doing this, or what made him do things this way.

I am not sure what I can do to solve the problem, but there are many, many other programs and pda apps etc. that use activate window commands.  People who use these will probably decide not to use AeonMQ if Markos cannot fix the problem.

I am not able to recreate the exact same problem, but when I say "browse movies" I am seeing my movies with cover-flow turned on (which I hate) and the option to turn it off has disappeared from the side panel.

I have seen similar problems in the past when using smart-playlists, but because I don't use them very much, or when I do, I access the content right away without browsing, so it never bothered me very much.

Yes, I talk to Marcos, and he is trying to solve this problem for us. Wait for news.

Simplificando, ele melhorou o acesso as bibliotecas e retorno ao menu principal, acrescentando novas funções aos botões do menu iniciar, agora ao entrar em uma área como filmes, reseta a configuração dos demais botões de acesso a outras areas, isso torna tudo mais rápido, mas criou o problema, de quem acessa direto pelo controle remoto ou pelo vox, mas penso que ele encontrará uma forma de resolver isso, eu darei notícias em breve. Veja que se você usar o keyboard tudo funciona ok.
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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #5 on: March 16, 2011, 02:12:36 PM »
I don't know what these are for:

<onclick>Skin.SetBool(videotv)</onclick>
  <onclick>Skin.Reset(videomovies)</onclick>
  <onclick>Skin.Reset(trailers)</onclick>
  <onclick>Skin.Reset(musicvideos)</onclick>
  <onclick>Skin.Reset(genres)</onclick>
  <onclick>Skin.Reset(genres2)</onclick>

but is it possible that instead of calling them all <onclick> they could be called then the new window opens?

In other words, when we call ActivateWindow(VideoLibrary,TVShowTitles) the new window opens and the the commands could be automatically run, using something like <onLoad> ?

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #6 on: March 18, 2011, 02:12:32 PM »
James, quando possível leia os últimos posts no forum XBMC, no tópico da skiin aeonmq2 sobre este assunto, que tanto nos interessa, vou resumir a situação para você, até a versão 2.6.0 só se usava o comando skin.setboot, todos os modos ficavam ON, mas isso causava erros e lentidão, pela falta do reset. O Marcos ao descobrir a falha corrigiu os bugs, e incluiu o reset, o que melhorou o desempenho como um todo da skin, mas criou uma dificuldade para quem acessa direto sem passar pelo menu na home, ele e eu estamos a dois dias testando alternativas para não perder desempenho e manter o recurso para quem usa o acesso direto, sem acessar os botões no menu iniciar (voxcommando e controle remoto).
Ele criou um post, explicando os fatos para os usuários se manifestarem sobre o assunto. Ainda continuo acreditando que encontraremos um jeito de sanar este caso.
« Last Edit: March 18, 2011, 02:14:42 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: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #7 on: March 18, 2011, 07:00:16 PM »
James e amigos,

Já tenho um beta da skin sendo testado, e o Marcos, encontrou uma maneira de sanar o problema, mantendo velocidade e performance, por enquanto somente acertou showcase (filmes e videos musicais), banner, banner1, wide, multiplex (TV Shows), por hora somente no modo compacto, mas como tudo funcionou corretamente, é questão de tempo para que tudo fique ok novamente em todos os modos de performance, e em todos os modos de visualização, mais tarde caso queiram posso passar os arquivos para outros testarem, lembrando que só funciona esses modos citados por hora e no modo compacto. Basicamente são arquivos da pasta 720p..
James, por hora não precisa fazer nada no vox, salvo se mais tarde isso tudo se mostrar ineficaz, mas pensamos que isso esta superado, pelo menos meu teste mostrou tudo funcionando corretamente, claro que não é algo totalmente finalizado, por isso ainda existe uma chance de falha, mas tudo indica que vai ficar ok.
Creio que teremos uma solução total e final no início da próxima semana.

English:
I already have a beta of the skin being tested, and the Marcos found a way to fix the problem, maintaining speed and performance, so far only mode showcase (movies and music videos), banner, banner1, wide, multiplex (TV Shows), by hours only in compact mode performance, but like everything worked correctly, it's about time to make everything ok again in all modes of performance, and in all views, if they wish I pass the files to other test by you, basically they are files from the folder 720p ..
 James, for now to do nothing on vox, unless all that later proved to be ineffective, but we think it is overcome, at least my test showed everything working properly, clear it is not totally finalized, so there is still a chance of failure, but everything indicates it will be ok.
 I think we have a full and final version early next week.



Wanilton
« Last Edit: March 18, 2011, 07:10:10 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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #8 on: March 18, 2011, 07:11:59 PM »
that's great new.  send a link to test files if you like and we will try it.  I use the compact (fast) mode anyway.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #9 on: March 18, 2011, 07:40:41 PM »
James,

Link for download, this contains folders (720p and language), please backup first the 2 folders  (720p and language) in addons\skin.aeonmq.2
download here:
http://github.com/downloads/Wanilton/VoxCommando/skin.aeonmq.2.zip

delete first all content in the folder 720p and all contents in language in folder skin.aeonmq.2 (delete only this 2 folders).

After download, unzip manually for this patch:
C:\Users\yourusername\AppData\Roaming\XBMC\addons\skin.aeonmq.2

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: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #10 on: March 18, 2011, 07:42:33 PM »
James, o numero de posts no forum esta errado o meu esta em 380 e o seu parou em 1179, esta mantendo sempre o mesmo numero, observe os seus e os meus posts.
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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #11 on: March 18, 2011, 09:00:32 PM »
I don't know.  SMF sucks.  Actually , I don't really understand what you are saying.  You have posted more than 380 times?  How do you know?

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #12 on: March 18, 2011, 09:45:58 PM »
look your number the posts 1180 always, equal in many posts, side left  :bonk

olhe embaixo da estrelas ao lado de onde se encontra meu post, tem o nr de posts..
« Last Edit: March 18, 2011, 09:50:36 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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #13 on: March 18, 2011, 09:52:16 PM »
That number shows the total posts for the user posting.

It does not show the number of posts that the user had at the time of the posting.  The posts are still increasing, but the number increases everywhere.

As far as I know this is normal behaviour for all forums.  the XBMC forums work the same way.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #14 on: March 18, 2011, 09:57:07 PM »
new zip file, only folder 720p for test, all modes and performance now, except multiplex old.

Uma coisa já é certa, os submenus de cada área não teremos por hora como arrumar para acesso direto, salvo se encontrarmos uma nova solução, perceberá um aumento de tempo para acesso nas áreas, nessa nova versão de testes, este aqui basta sobrepor caso já tenha feito o procedimento indicado no post anterior.

James, gostaria de ouvir tua opinião de como ficou, mesmo não sendo ainda a versão final.
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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #15 on: March 18, 2011, 10:16:23 PM »
It seems to be quite fast still.  I have no way of measuring it.

I have a bug though.  If say "browse tv shows", then say "browse movies" I get double entries in the side panel. (see attached)

I am using showcase for both movies and TV.  TV uses other views for episode views but I don't need to open them I can go direct from browsing TV series to browsing Movies.  I can repeat this error every time.  I am using xbmc 10.1

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #16 on: March 18, 2011, 10:29:53 PM »
ok, vou repassar ao Marcos para correção, eu entendi, vou verificar se isso ocorre comigo também.

Por outro lado me interessa saber, se você esta conseguindo ir para as áreas de destino corretamente, e se a visualização preferida esta sendo mantida, pode testar com o outros modos de performance também, para termos uma visão melhor se o problema esta resolvido, outra possibilidade seria criar um botão similar ao que temos para a janela popup, ativado ficará como esta versão de teste que estamos usando, setado off, ficará como a padrão para uso com teclado e mouse, e controle remoto para os que não usem atalhos para áreas. É uma ideia que talvez venhamos a implementar, em estudo.
Minha maior dúvida é se você vê impacto, em não acertar os submenus de movies, tvseries e shows, já que música não é afetado por esse problema. Ou seja se quiser navegar por gênero de filmes direto vai dar problema, para isso ainda não temos solução, a não ser usar o menu via voz, dando um selecione no subitem pretendido, aí vai funcionar corretamente também. Penso que assim como está já resolveu boa parte do problema, e você o que pensa?
« Last Edit: March 19, 2011, 12:04:16 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

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #17 on: March 19, 2011, 10:56:52 AM »
James, new zip file, only folder 720p for test, this necessary go to settings > advanced > general,  and set ON new button for use skin with voxcommando and Remote Control.
Set this new button off for use only with mouse and keyboard in skin aeonmq.2.
In my test this ok now...
« Last Edit: March 19, 2011, 11:00:39 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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #18 on: March 19, 2011, 11:05:07 AM »
OK.  I will try it.  I do not have much free time at the moment.  My wife returns today so I am cleaning the house...  :D

Also, I am working on some major changes for VoxCommando to allow for logic (if then else) in the command builder but it is proving to be quite difficult and requires code changes in many areas.  I am still trying to figure out the best way to make it flexible, without being too confusing for the user.

Wanilton

  • Moderator
  • Hero Member
  • *****
  • Posts: 559
  • Karma: 6
    • View Profile
    • XBMC Brazil Forum
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #19 on: March 19, 2011, 11:40:13 AM »
James, boa limpeza...e fiquei muito feliz com essa noticia do teu up no vox, eu sei que isso vai me ajudar bastante, ja imagino enormes uso para a parte logica.

O Marcos soltou o mesmo beta no forum xbmc...

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: 7715
  • Karma: 116
    • View Profile
    • VoxCommando
Re: Alterações na skin AeonMQ2 e reflexos no Vox
« Reply #20 on: March 19, 2011, 12:08:40 PM »
Yes, I think it will be very powerful.  I am trying not to rush into anything.  I want to get it right, so I don't need to go back and do it again!