• 1
  • 156
  • 157
  • 158(current)
  • 159
  • 160
  • 185
v12 reFocus 0.9.5 for Frodo (deprecated)
This is an absolutely wonderful skin. I am coming over from Media Browser and am pleased to say this is the only skin that makes me happy from all of them. Keep up the good work.

Hi Jeroen, any news? will you release an update soon? Smile

Thanks!
Not sure if this is the best place to post a bug but for some reason today "TV Guide" is not longer listed.

I have tried;
- Dis-enabling and enabling
- Resetting XBMC
- Uninstalling and reinstalling the plugin.
(2012-03-19, 17:27)Craymel Wrote: Hi Jeroen, any news? will you release an update soon? Smile

Thanks!

I just came in to ask the same, I'm an ATV user and really like this fast skin. It's greats but has few little bugs? Will an update be coming soon?

Thx
Lol I think jeroen is on vacation... It's been a while. He'll be back soon. Not to worry.
(2012-03-20, 02:09)DannyDroid Wrote: Not sure if this is the best place to post a bug but for some reason today "TV Guide" is not longer listed.

I have tried;
- Dis-enabling and enabling
- Resetting XBMC
- Uninstalling and reinstalling the plugin.

The option is backwards for me, if you uncheck the box, tv guide is visible on the menu.

Also similarly, the new apple movie trailers addon for eden, "The Trailers", needs to be hooked up to the trailers option under movies.
I want to avoid the Genres, Titles, Year, Actor, Studios section all together.

When I use my remote or keyboard from Movies/TV Shows it keeps going back to this when i use the Backspace / Back button.

I'm using the skin in Eden and don't quite know where to make changes...

Any help would be greatly appreciated Smile

(2012-03-23, 00:07)nooryani84 Wrote: I want to avoid the Genres, Titles, Year, Actor, Studios section all together.

When I use my remote or keyboard from Movies/TV Shows it keeps going back to this when i use the Backspace / Back button.

Turn on 'Flatten' in the menu.

Thanks for the response though I already tried that without luck.

It turns out I had to add edit the HomeSubMenu.xml for reFocus

Code:
<content>
                    <item id="1">
                        <label>$LOCALIZE[1024]</label>
                        <onclick>ActivateWindow(videolibrary,tvshowtitles)</onclick>
                        <visible>Library.HasContent(tvshows)</visible>
                    </item>

so i added
Code:
,return
after tvshowtitles

Code:
<onclick>ActivateWindow(videolibrary,tvshowtitles,return)</onclick>

Then i did the same for movietitles, recentlyadded etc.

Edit: turns out it was the HomeMenu.xml i had to add ,return to
I've been using refocus on my main htpc and decided to try it on my iPad. It seems to work fine but the touch calibration is a little off on the home screen. I usually have to press the button above what I want to click.

It's weird cos in settings it's spot on. Any suggestions?

Running RC2 on an ipad2 5.0.1
JEROEN, where are you? everything OK?
(2012-03-23, 01:45)nooryani84 Wrote: Thanks for the response though I already tried that without luck.

It turns out I had to add edit the HomeSubMenu.xml for reFocus

Code:
<content>
                    <item id="1">
                        <label>$LOCALIZE[1024]</label>
                        <onclick>ActivateWindow(videolibrary,tvshowtitles)</onclick>
                        <visible>Library.HasContent(tvshows)</visible>
                    </item>

so i added
Code:
,return
after tvshowtitles

Code:
<onclick>ActivateWindow(videolibrary,tvshowtitles,return)</onclick>

Then i did the same for movietitles, recentlyadded etc.

Edit: turns out it was the HomeMenu.xml i had to add ,return to

can you be more explicit?

what and where to add this?
(2012-03-25, 21:06)grey Wrote:
(2012-03-23, 01:45)nooryani84 Wrote: Thanks for the response though I already tried that without luck.

It turns out I had to add edit the HomeSubMenu.xml for reFocus

Code:
<content>
                    <item id="1">
                        <label>$LOCALIZE[1024]</label>
                        <onclick>ActivateWindow(videolibrary,tvshowtitles)</onclick>
                        <visible>Library.HasContent(tvshows)</visible>
                    </item>

so i added
Code:
,return
after tvshowtitles

Code:
<onclick>ActivateWindow(videolibrary,tvshowtitles,return)</onclick>

Then i did the same for movietitles, recentlyadded etc.

Edit: turns out it was the HomeMenu.xml i had to add ,return to

can you be more explicit?

what and where to add this?

If you're in windows you'll find the skin directory under %APPDATA%\XBMC\addons\skin.refocus.release\ and in linux under $home/.xbmc/addons/skin.refocus.release/

Then go to the subfolder called 720p and edit the file called HomeMenu.xml on line 37 and 47 - if theyre not on those exact lines just find

<onclick>ActivateWindow(MyVideoLibrary,movietitles)</onclick>
and
<onclick>ActivateWindow(MyVideoLibrary,tvshowtitles)</onclick>

Replace them with
<onclick>ActivateWindow(MyVideoLibrary,movietitles,return)</onclick>
and
<onclick>ActivateWindow(MyVideoLibrary,tvshowtitles,return)</onclick>

Save the file and restart XBMC.
thanks!
Great skin.
Just wondering, is it possible to have the thumbnails view when browsning files?
I have been using this in Confluence (and PM3) and its the only thing I miss in reFocus.
  • 1
  • 156
  • 157
  • 158(current)
  • 159
  • 160
  • 185

Logout Mark Read Team Forum Stats Members Help
reFocus 0.9.5 for Frodo (deprecated)14