[RELEASE] reFocus 0.9.5

  Thread Rating:
  • 11 Votes - 3.91 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
PatrickBateman Offline
Posting Freak
Posts: 1,643
Joined: Mar 2011
Reputation: 15
Location: Another Earth
Post: #2421
(2012-04-25 22:06)Craymel Wrote:  One stupid question... how can I download the nightly version of reFocus?

Thanks dudes

Hi,
Just go here and select download:
https://github.com/jeroenpardon/skin.refocus

Once the zip has downloaded, extract as normal and run the texture packer exe. The texture packer doesn't work on my machine (due to certain files being missing) however it may work on yours as it works for others.

If it doesnt work, let me know aNd ill either send you a working packer or I'll build the skin and upload it to media fire with all of these wonderful edits included, and all you'll need to do is unzip it into your Addons folder Smile

These edits are certainly worth the effort, the other half just walked in from work, put on an episode of friends, and a smile immediately graced her face Smile she is very very happy with this new look.
(This post was last modified: 2012-04-25 23:50 by PatrickBateman.)
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #2422
The skin works even if textures aren't packed. As for the netwoks logo, if you want them gone, open MyVideoNav.xml go to line 515 where it says <texture>$VAR[flag_Studio]</texture> and delete that line or comment it <!--- ---> if you want to reactivate it later. The video resolution for movies won't be affected.

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
(This post was last modified: 2012-04-26 08:42 by Galefury.)
find quote
PatrickBateman Offline
Posting Freak
Posts: 1,643
Joined: Mar 2011
Reputation: 15
Location: Another Earth
Post: #2423
Brilliant,
Ill edit that line and have a look at both views Smile

The wife sends her thanks Smile she was loving the new look last night, it's hard to kept that one happy so kudos from me too Smile

So by commenting out the code above it will remove the network logo, what about the removal of the 480p logos etc and just replacing them with the "HD" logo present in the original screenshots? Can I also do this by a quick edit? I'd like to try it with no moniker for SD movies and then the little HD logo for 720+ movies to see how that looks?

Feel free to tell me to eff off though if I'm asking to many questions Smile I'm just very excited about these edits as they are exactly what I could have hoped for and they truly remove the small niggles we used to have with the GUI.

Thanks again,
Pat~
find quote
Galefury Offline
Fan
Posts: 315
Joined: Dec 2009
Reputation: 8
Location: Bucharest, EU
Post: #2424
To change resolution logos with HD one, open MyVideoNav.xml and comment or delete from line 492 to line 501 the part where is says
Code:
            <control type="group">
                    <align>right</align>
                    <posx>950</posx>
                    <posy>5</posy>
                    <control type="image">
                        <width>110</width>
                        <height>39</height>
                        <texture>$INFO[Listitem.VideoResolution,flags/video/resolution/,.png]</texture>
                    </control>
                </control>

and replace it with this one
Code:
<control type="image">
                    <posx>995</posx>
                    <posy>-5</posy>
                    <width>55</width>
                    <height>55</height>
                    <aspectratio align="center">keep</aspectratio>
                    <texture>flags/video/HD/nf-HD.png</texture>
                    <visible>stringcompare(Listitem.VideoResolution,720) | stringcompare(Listitem.VideoResolution,1080)</visible>
                </control>
This works only for git version.
I updated (again) the download links, making resolution logos a bit smaller, looks better this way, I think.

XWMM - a complete, web based, cross platform, media manager
reFocus - Simply the best
(This post was last modified: 2012-04-26 11:15 by Galefury.)
find quote
PatrickBateman Offline
Posting Freak
Posts: 1,643
Joined: Mar 2011
Reputation: 15
Location: Another Earth
Post: #2425
(2012-04-26 11:08)Galefury Wrote:  To change resolution logos with HD one, open MyVideoNav.xml and comment or delete from line 492 to line 501 the part where is says
Code:
            <control type="group">
                    <align>right</align>
                    <posx>950</posx>
                    <posy>5</posy>
                    <control type="image">
                        <width>110</width>
                        <height>39</height>
                        <texture>$INFO[Listitem.VideoResolution,flags/video/resolution/,.png]</texture>
                    </control>
                </control>

and replace it with this one
Code:
<control type="image">
                    <posx>995</posx>
                    <posy>-5</posy>
                    <width>55</width>
                    <height>55</height>
                    <aspectratio align="center">keep</aspectratio>
                    <texture>flags/video/HD/nf-HD.png</texture>
                    <visible>stringcompare(Listitem.VideoResolution,720) | stringcompare(Listitem.VideoResolution,1080)</visible>
                </control>
This works only for git version.
I updated (again) the download links, making resolution logos a bit smaller, looks better this way, I think.

You sir... You.... Are a saint!

Edit:
Fantastic. I've removed network logos for a clean look, and replaced the resolution logo with the HD moniker and it looks perfect. Thanks again for taking the time to do these edits and to also help with pointing out the edits I need to do manually.

I do hope you have the time one day to look at the OSD display (when a movie is playing) as I think it would be wonderful if it looked exactly like the movie info display you have created here.

Thanks again,
Pat~
(This post was last modified: 2012-04-26 11:54 by PatrickBateman.)
find quote
Craymel Offline
Junior Member
Posts: 15
Joined: Oct 2010
Reputation: 0
Post: #2426
thanks Patrick! It worked great!
find quote
PatrickBateman Offline
Posting Freak
Posts: 1,643
Joined: Mar 2011
Reputation: 15
Location: Another Earth
Post: #2427
(2012-04-26 13:58)Craymel Wrote:  thanks Patrick! It worked great!

Your welcome Smile

Galefurys edits are wonderful with the new git version.
The removal of the network logos and the HD logo look very clean and crisp too (personal preference of course)

Give them a shot and see what you think,
If you experience any issues editing the files, let me know and I'll up the edtied ones for you.

Talk soon,
Pat~
find quote
rd1979 Offline
Senior Member
Posts: 182
Joined: Jul 2008
Reputation: 0
Post: #2428
Galefury, thanks for your work on the gallery view and the chapter info mod.
(This post was last modified: 2012-04-26 17:56 by rd1979.)
find quote
henrikyo Offline
Fan
Posts: 311
Joined: Jan 2009
Reputation: 0
Post: #2429
I have used "standard" refocus for some time now (a 1 year or so)

but i just joined this thread again and i see galefury has done lots of tweaks, i just have a question, where i can find all his tweaks, and not dig threw hundreds of forum posts.

Picture: Samsung LE46A656
Reciever: Onkyo TX-SR607B
Front Spkeakers: Yamaha NS-555
Computer: Asrock Ion 330, 4gb ram, OCed 2.0Ghz.

My Ht(havnt updated pictures)
http://minhjemmekino.no/Henrikr
find quote
Craymel Offline
Junior Member
Posts: 15
Joined: Oct 2010
Reputation: 0
Post: #2430
I'm trying to download the mod of Galefury but the link is down... could you upload it again?
Thanks again Wink
find quote
Post Reply