@
senna99 :
Hello i have just found out that there was a problem with my XBMC install, I've reinstalled everything and it's all working fine now.
I will also test out those advert scripts again in a minute, as XBMC was probably causing the problem.
And as for snapping the apps, is that windows metro apps that you have snapped ? how did you do that ?
And do you know of any way to run them outside of the app container ? (With my setup i have different shells running on each user, and metro apps only work with the app container inside of the explorer shell)
Best Regards.
I am currently uploading the latest update now and it should be online in about half an hour or so.
There are 2 things that i still really need to change, the Xbox Video section and the pins section. I haven't got around to doing that yet as i have had to fix a lot of other things to make the skin more stable. Once the update has been uploaded then i will start working on the pins section and upload a fix asap. Then i will look in to how the Xbox Video looks on the Xbox One.
After that i will try and get the advertisements scripts complete, then everything will be fully working on Gotham.
Also i might be able to get the trakt.tv working on Gotham, but i am not sure about that yet.
After this then i will be trying to improve the messaging features, like notifications, better ways of reading messages, and hopefully a facebook section using python.
There have been loads of features added in to the latest update, too many to list them all on here so i have written some of them in to pastebin.
PasteBin
If you don't have an Xbox controller and you want to access the unsnap feature then just open up your keymap.xml and find where it says <Home>
Under that change/add a button that uses :
For example to map it to the G button on your keyboard just use :
PHP Code:
<g>ActivateWindow(5515)</g>
And for anyone that wants to access the voice commands menu then just add this in o the global section of your keyboard.xml :
PHP Code:
<tab>ActivateWindow(9055)</tab>
This will open it up when you press your tab key.
I will also add a link in the first page to my keyboard.xml and my updated controller.xml once the update has finished uploading