[RELEASE] Xperience1080 v0.9b (nightlies only)

  Thread Rating:
  • 14 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
wolfodeiwolfy Offline
Senior Member
Posts: 192
Joined: Mar 2011
Reputation: 3
Location: France
Post: #1371
(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

[Image: bannirew2w.jpg]
find
tinybutstrong Offline
Senior Member
Posts: 192
Joined: Sep 2010
Reputation: 0
Post: #1372
`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!
find
DToX Offline
Junior Member
Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #1373
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>
find
`Black Offline
Skilled Skinner
Posts: 1,999
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #1374
Fix is on github.

[Image: xp1080.png]
find
DToX Offline
Junior Member
Posts: 16
Joined: Nov 2008
Reputation: 0
Post: #1375
(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!
find
shanndogg Offline
Junior Member
Posts: 41
Joined: May 2012
Reputation: 0
Post: #1376
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?
find
Slipx Offline
Member
Posts: 81
Joined: Jun 2008
Reputation: 0
Post: #1377
(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
find
`Black Offline
Skilled Skinner
Posts: 1,999
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #1378
(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.

[Image: xp1080.png]
find
markswift Offline
Member
Posts: 54
Joined: Aug 2011
Reputation: 0
Post: #1379
(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?

Proud to have software induced insomnia.

[Image: widget]
find
`Black Offline
Skilled Skinner
Posts: 1,999
Joined: Apr 2009
Reputation: 49
Location: Germany
Post: #1380
Forgot to commit that, sorry. Update to the latest version.

[Image: xp1080.png]
find
Thread Closed