Hey - I'm liking this new skin!! Just setting up a REVO for a friend and was going to use my default setup and skin (AEON NOX) but I think I'll take this one for a test drive...so far like what I see.
Quick question - and I apologize if this is in the posts already but I didn't find it with my search... In AEON NOX - I use one of the CUSTOM main menu items to start Windows Media Center (leaving XBMC running in the background). I've played with different ways of doing this including shutting XBMC down or using a program launcher but never liked the transition - so found a way to do it by having a XBMC run a simple script... the command that is run when that menu item is selected is:
So I'm wondering if there is a way to do this from the ACE Main menu?
For those interested, the python script is basic:
Is this possible? Hope so...
And a general question to those of you that have used lots of skins - where does ACE fit in as far as overhead/taxing the PC vs AEON NOX?
Thanks is advance...
Quick question - and I apologize if this is in the posts already but I didn't find it with my search... In AEON NOX - I use one of the CUSTOM main menu items to start Windows Media Center (leaving XBMC running in the background). I've played with different ways of doing this including shutting XBMC down or using a program launcher but never liked the transition - so found a way to do it by having a XBMC run a simple script... the command that is run when that menu item is selected is:
Code:
XBMC.RunScript(special://skin/scripts/WMC.py)
So I'm wondering if there is a way to do this from the ACE Main menu?
For those interested, the python script is basic:
Code:
import os, subprocess
subprocess.Popen(["C:\Windows\ehome\ehshell.exe"], shell=false)
Is this possible? Hope so...
And a general question to those of you that have used lots of skins - where does ACE fit in as far as overhead/taxing the PC vs AEON NOX?
Thanks is advance...