XBMC Community Forum
[RELEASE] Xperience1080 v0.9b (nightlies only) - Printable Version

+- XBMC Community Forum (http://forum.xbmc.org)
+-- Forum: Help and Support (/forumdisplay.php?fid=33)
+--- Forum: Skin Help and Support (/forumdisplay.php?fid=67)
+---- Forum: Xperience (/forumdisplay.php?fid=128)
+---- Thread: [RELEASE] Xperience1080 v0.9b (nightlies only) (/showthread.php?tid=109470)



RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - wolfodeiwolfy - 2012-05-11 11:36

(2012-05-10 16:40)Japaja Wrote:  
(2012-05-09 23:33)wolfodeiwolfy Wrote:  
(2012-05-08 23:42)Japaja Wrote:  It's a users choice/option. By pressing arrow up the seek-bar moves top and weather down and pressing arrow down does the opposite.

Ok, so I don't how my 9 month old son did it because up arrow make the movie go 10 minutes ahead and down 10 minutes back...

I solved this with a reinstallation of xperience1080.

Thanks for this tip

w2w

Yes, but when u turn on the OSD.. then u can move it. See `Black's post above.

Ok, OSD, I see this.

Thanks for your answers


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - tinybutstrong - 2012-05-11 20:02

`Black, your script playerevents is crashing XBMC on exit. I [ur]=http://forum.xbmc.org/showthread.php?tid=131309]started[/url] a thread about this crashing and a dev pointed this script, after disabled it no more crashes. Can you check it?

Ah, if is not asking too much, give me some feedback about my previous post.

Thanks!


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - DToX - 2012-05-11 21:14

Alright I found the fix for the contextmenu, Open skin.xperience1080\1080i\DialogContextMenu.xml

Find the line that says
Code:
<!--<include condition="!Window.IsVisible(favourites) + !Window.IsVisible(filemanager) + !Window.IsVisible(musicplaylisteditor) + !Window.IsVisible(LockSettings) + !Window.IsVisible(addoninformation) + !Window.IsVisible(favourites) + !Window.IsVisible(home)">ContextCoordinates</include>-->
now we want to make it active so remove the <!-- and --> at the end
should look like this when done
Code:
<include condition="!Window.IsVisible(favourites) + !Window.IsVisible(filemanager) + !Window.IsVisible(musicplaylisteditor) + !Window.IsVisible(LockSettings) + !Window.IsVisible(addoninformation) + !Window.IsVisible(favourites) + !Window.IsVisible(home)">ContextCoordinates</include>



RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - `Black - 2012-05-11 23:29

Fix is on github.


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - DToX - 2012-05-11 23:40

(2012-05-10 22:18)Slipx Wrote:  When I hit c (context menu) it shows the menu at the bottom right of my TV screen but is so far down that half the menu is missing off the screen. Was working fine until the last sync with the GIT repository.

(2012-05-11 23:29)`Black Wrote:  Fix is on github.

Thank you!


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - shanndogg - 2012-05-12 02:11

When I select the "games" button under the "applications" heading it takes me to a screen to select everything I set up within Advanced Launcher. Is this working as intended or is there a way to set it so when you select the games button only the games related items are show?


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - Slipx - 2012-05-12 09:46

(2012-05-11 21:14)DToX Wrote:  Alright I found the fix for the contextmenu, Open skin.xperience1080\1080i\DialogContextMenu.xml

Find the line that says
Code:
<!--<include condition="!Window.IsVisible(favourites) + !Window.IsVisible(filemanager) + !Window.IsVisible(musicplaylisteditor) + !Window.IsVisible(LockSettings) + !Window.IsVisible(addoninformation) + !Window.IsVisible(favourites) + !Window.IsVisible(home)">ContextCoordinates</include>-->
now we want to make it active so remove the <!-- and --> at the end
should look like this when done
Code:
<include condition="!Window.IsVisible(favourites) + !Window.IsVisible(filemanager) + !Window.IsVisible(musicplaylisteditor) + !Window.IsVisible(LockSettings) + !Window.IsVisible(addoninformation) + !Window.IsVisible(favourites) + !Window.IsVisible(home)">ContextCoordinates</include>

Thanks working now


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - `Black - 2012-05-12 12:26

(2012-05-12 02:11)shanndogg Wrote:  When I select the "games" button under the "applications" heading it takes me to a screen to select everything I set up within Advanced Launcher. Is this working as intended or is there a way to set it so when you select the games button only the games related items are show?

It takes you to advanced launcher... everyone might setup it differently so it's impossible to know to which launcher it should point. You have to make a custom item then.


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - markswift - 2012-05-12 15:47

(2012-04-17 21:37)`Black Wrote:  If you look only 1 page back, you'll find the answer... I explained a dozen times now when this skin gets pvr support.

@markswift
Latest git version does this. If you have enabled Hide power button, weather & clock in music osd in settings -> skin -> osd slideshow will be pure without any elements.

@Mati24
Press 'Esc' on the loading screen will take you to the home screen right away.

Black,

I tried the latest GIT version and the fade is still there on the screensaver. I have however got rid of the weather removing line 41.

Any idea on the bottom fade effect?


RE: [RELEASE] Xperience1080 v0.9b (nightlies only) - `Black - 2012-05-13 12:13

Forgot to commit that, sorry. Update to the latest version.