[RELEASE] reFocus 0.9.5

  Thread Rating:
  • 11 Votes - 3.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #2381
If you are using latest version of reFocus, 0.9.5, go to settings/skin/homescreen/customise home menu/disc and tick "enable this section."

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
find quote
bakito Offline
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #2382
hello everyone, new to this thread I'm sorry if my questions were already ask...is their a way to get back direct to home menu once you enter movie ( or tv show section), is it an option I missed in setting? what I meant is that when I go to movie ( or tv show) I have to go back through different screen before gaining access to the home menu...did I miss something?

also I try to add advance launcher on home menu with :

<!--Advanced Launcher-->
<item id="23">
<description>Advanced Launcher Button</description>
<label>Jeux</label>
<onclick>XBMC.runscript(plugin.program.advanced.launcher)</onclick>
</item>


but it does not work ( not a surprise I'm no coder at all, just try something blindly Smile
it make te button appears but then I get a addon.py error...Sad
could someone point me in the right direction ?
thanks!
(This post was last modified: 2012-04-15 12:43 by bakito.)
find quote
henrava Offline
Member
Posts: 99
Joined: Apr 2011
Reputation: 0
Location: Italy
Post: #2383
For the first question, you have to add return at the end of your activate window:
<onclick>ActivateWindow(Videos,TvShowTitles)</onclick>
<onclick>ActivateWindow(Videos,TvShowTitles,return</onclick>

For advanced launcher, better ask in the addons subforum.
find quote
bakito Offline
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #2384
thanks!!!
And I manage for the other question!
cheers
find quote
Middle Offline
Senior Member
Posts: 117
Joined: Aug 2011
Reputation: 7
Post: #2385
you can try this

Code:
<onclick>ActivateWindow(10001,plugin://plugin.program.advanced.launcher,return)</onclick>
find quote
bakito Offline
Fan
Posts: 415
Joined: Jun 2011
Reputation: 0
Location: france
Post: #2386
thanks!
I did find a post of butchabay which explain how to do it via the favourite.xml...so I did !
it's easy to add anything in home with this solution
cheers

by the way forgot to tell that I found this skin very clean and nice!
thanks for your work
find quote
Japaja Offline
Fan
Posts: 507
Joined: May 2010
Reputation: 2
Location: Croatia
Post: #2387
(2012-03-21 07:59)Jimmeh Wrote:  The option is backwards for me, if you uncheck the box, tv guide is visible on the menu.

Its backwards for me too.

(2012-03-21 07:59)Jimmeh Wrote:  Also similarly, the new apple movie trailers addon for eden, "The Trailers", needs to be hooked up to the trailers option under movies.

How do u make "The Trailers" work?
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #2388
(2012-04-15 23:24)Japaja Wrote:  How do u make "The Trailers" work?

Install The Trailers addon, then download this file from Jeroen's github an replace the one you have in 720p folder.

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
find quote
Japaja Offline
Fan
Posts: 507
Joined: May 2010
Reputation: 2
Location: Croatia
Post: #2389
Unfortunately that didn't do anything. I still can't select trailers as submenu item under skin settings and it still doesn't appear in my movies submenu.
find quote
Myrddraal Offline
Member
Posts: 86
Joined: Apr 2012
Reputation: 1
Post: #2390
You can use "The Trailers" addon with the reFocus retro mod with no issues.
(This post was last modified: 2012-04-23 09:26 by Myrddraal.)
find quote
Post Reply