Kodi Community Forum
[RELEASE] Aeon MQ 5 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: [RELEASE] Aeon MQ 5 (/showthread.php?tid=174501)



RE: [RELEASE] Aeon MQ 5 - lizard-king - 2014-11-22

You could send your images to me, I'll have a look at them.


RE: [RELEASE] Aeon MQ 5 - Fexel - 2014-11-22

Thanks for your response. I found the reason. I had to change to dark info bar. Now it works.


RE: [RELEASE] Aeon MQ 5 - Croftman - 2014-11-22

Tried the latest version to try with Helix and when i try to install from zip. The response is "Add-on does not have the correct structure". and obviously fails to load. Am I doing something wrong. Have followed the instructions in the readme to the letter.

Duh! figured it out. Brain fade.


RE: [RELEASE] Aeon MQ 5 - horstepipe - 2014-11-22

Hey
I want to map buttons for live TV (epg view) and a music addon. Didn't really get it how to find out the IDs for the ActivateWindow command in Windows.
Is there a tutorial out there for this? The XBMC wiki doesn't really help.


RE: [RELEASE] Aeon MQ 5 - lizard-king - 2014-11-22

EPG is already mapped to button "E" as you can see here:
Keyboard Controls

And this is the corresponding line in your (standard) keyboard.xml:
Code:
<e>XBMC.ActivateWindow(TVGuide)</e>



RE: [RELEASE] Aeon MQ 5 - horstepipe - 2014-11-22

ok nice thank you,
any ideas about mapping an addon?


RE: [RELEASE] Aeon MQ 5 - lizard-king - 2014-11-22

I tested that with the "Chrome Launcher and it works:

Code:
<q>XBMC.RunAddon(plugin.program.chrome.launcher)</q>

That's just an example with button "q", you should choose a button, which is not used yet. Just have a look at your keyboard.xml!


RE: [RELEASE] Aeon MQ 5 - arithine - 2014-11-22

Is there a way to disable the "random" widget? I have no use for it and would like to switch directly between in progress and recently added.


RE: [RELEASE] Aeon MQ 5 - scott967 - 2014-11-25

(2014-11-22, 21:46)arithine Wrote: Is there a way to disable the "random" widget? I have no use for it and would like to switch directly between in progress and recently added.

Settings/Addons/enabled/services/skin.widgets/configure uncheck the "random" option.

scott s.
.


RE: [RELEASE] Aeon MQ 5 - arithine - 2014-11-25

(2014-11-25, 00:52)scott967 Wrote:
(2014-11-22, 21:46)arithine Wrote: Is there a way to disable the "random" widget? I have no use for it and would like to switch directly between in progress and recently added.

Settings/Addons/enabled/services/skin.widgets/configure uncheck the "random" option.

scott s.
.

I've tried that, the random section is still there it just doesn't have any items in it.


RE: [RELEASE] Aeon MQ 5 - tinna - 2014-11-25

Debug log said something about missing extra pack.

-----------------------------------------------------------------------------------------
Câble data samsung galaxy trend meilleur

stylet tactile samsung galaxy note edge crystal


RE: [RELEASE] Aeon MQ 5 - horstepipe - 2014-11-26

(2014-11-22, 20:55)lizard-king Wrote: I tested that with the "Chrome Launcher and it works:

Code:
<q>XBMC.RunAddon(plugin.program.chrome.launcher)</q>

That's just an example with button "q", you should choose a button, which is not used yet. Just have a look at your keyboard.xml!

nice, works fine.
Thank you!


RE: [RELEASE] Aeon MQ 5 - horstepipe - 2014-11-26

another short question:
is there a way to create a movie widget for unwatched movies?


RE: [RELEASE] Aeon MQ 5 - lizard-king - 2014-11-26

Maybe at addons-services-skin widgets. Change settings of "recent items", "only unplayed and unfinished".


RE: [RELEASE] Aeon MQ 5 - horstepipe - 2014-11-26

(2014-11-26, 18:28)lizard-king Wrote: Maybe at addons-services-skin widgets. Change settings of "recent items", "only unplayed and unfinished".

Thanks!