XBMC Community Forum
[RELEASE] reFocus 0.9.5 - 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: reFocus (/forumdisplay.php?fid=72)
+---- Thread: [RELEASE] reFocus 0.9.5 (/showthread.php?tid=75867)



- Jeroen - 2011-06-27 20:05

Doraemonn Wrote:After installing the latest official 10.0-9, the thumbnail and fanart loading issues seem to have gone. I'll keep using the skin from now on to see if they recur, but for the time being I could not be happier.
That's great news, I'm very happy to hear that Big Grin
I could just not get my head around what could have caused such a substantial performance hit. I have been working on optimizing code and textures anyway though, but cleaner code and possibly even better performance made it still worth it Wink Cheers for reporting back.

Quote:Incidentally, is there a way I can mod the xml files so that the extra hierarchy level between Home and, say, Movies or TV shows does not show when I back out of a section?

You'll need to look up the entry in HomeSubMenu.xml and indeed provide a return parameter to the onClick action, like for example:

<onclick>ActivateWindow(MyVideoLibrary,movietitles), return</onclick>

(no space after movietitles, the forum has a weird way of inserting a space there)


- Doraemonn - 2011-06-28 11:08

Jeroen Wrote:<onclick>ActivateWindow(MyVideoLibrary,movietitles), return</onclick>

Sorry do you mean

<onclick>ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>

(note the position of the closing bracket)


- Jeroen - 2011-06-28 12:38

Doraemonn Wrote:Sorry do you mean

<onclick>ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>

(note the position of the closing bracket)

oops, yes that's what i meant Smile


- Jeroen - 2011-06-29 08:54

Eoghlear Wrote:Jeroen,

I'm currently using the mario-sitz ppa. In combination with refocus it seems almost impossible to shutdown the machine from within xbmc. When choosing shutdown, it won't work.
In the skin confluence it does work.

minor bug?

Strange, it's working for me. I wonder if there's Linux specific things I have to take into account, I'll look into it, cheers


- Sranshaft - 2011-06-29 16:03

- Glitch with nightly: Just updated to the XBMCSetup-20110629-a401db7-master.exe nightly and I'm no longer seeing the paused / buffering bar when watching a video.


- Jeroen - 2011-06-29 19:55

Sranshaft Wrote:- Glitch with nightly: Just updated to the XBMCSetup-20110629-a401db7-master.exe nightly and I'm no longer seeing the paused / buffering bar when watching a video.

Confirmed, happens with other skins for me too. I'll look through the commits to see if there's any intended changes, but I think it's an xbmc bug.


- Jeroen - 2011-06-30 11:13

Sranshaft Wrote:- Glitch with nightly: Just updated to the XBMCSetup-20110629-a401db7-master.exe nightly and I'm no longer seeing the paused / buffering bar when watching a video.

A fix for this problem should make it's way to a nightly build soon:trac ticket


- Jeroen - 2011-07-01 21:42

It seems a change on reFocus' end was also needed for the seekbar to show up again.
Quick fix


- MrLobster - 2011-07-01 23:28

I've always had a few niggles with most skins, and reFocus unfortunately has a few too.

1) Scrolling up and down, goes through the list and rolls over once you hit the top and bottom. But left and right activates the views change etc.

I would like to have scrolling free on all sides, and have view change (and everything else) on the context menu. Just seems more natural to me.


- Sranshaft - 2011-07-02 04:33

Jeroen Wrote:It seems a change on reFocus' end was also needed for the seekbar to show up again.
Quick fix

Thanks for the quick fix mate. I'll update and test it out. Hopefully they fixed the issue with MPEG video as well. Big Grin