[Mod] Influence
#1
I glad to present you a mod of confluence named Influence.
More transparency, extra menu fully customizable.

Influence v0.1a6.zip

Have fun !

Image
Image
Image
Image
Image
Image
Reply
#2
No offense, but what's the point here? New functionality? Anything?

The above looks like an early alpha of Confluence.



BTW, the website in that link is not in my language.
Reply
#3
Nice work yiarkyiark!

Those customizable menus are a great addition. Tks.

@ severe
"More transparency, extra menu fully customizable"
Looks like english is not your language either Tongue
 
  • Intel NUC Kit DN2820FYKH ~ Crucial DDR3L SO-DIMM 4GB ~ SanDisk ReadyCache 32GB SSD ~ Microsoft MCE model 1039 RC6 remote
Reply
#4
xbs08 Wrote:@ severe
"More transparency, extra menu fully customizable"
Looks like english is not your language either Tongue




Ha! My engrish is very well, tank you. ;-)

meh... I don't see what's so special though.


Back to work on my time machine. See you doods later.
Or before!!
Reply
#5
The odd thing is my ad blocker blocks all the images on that site I had to turn it off just to see them.
But yeah pretty much more transparent is the main feature
Reply
#6
Smile 
yiarkyiark Wrote:I glad to present you a mod of confluence named Influence.
More transparency, extra menu fully customizable.

More info here

Have fun !

Image
Image
Image
Image
Image
Image

Hi yiarkyiark
realy good job... exactly what I was looking for months... finaly we got confluence that is wallpaper friendly....

for all that does not like the left collum /bar so wide, I maked it a bit smaler... only move the home file into the 720p folder
PHP Code:
http://www.megaupload.com/?d=IBD35FRJ 

I would like to remove two buttons left "shutdown" and "play" I would like to leave the favorites only.
any ideas?
Reply
#7
In Home.xml remove
Code:
<control type="button" id="20">
                                        <description>Power push button</description>
                                        <posx>90</posx>
                                        <posy>0</posy>
                                        <width>43</width>
                                        <height>43</height>
                                        <label>-</label>
                                        <font>-</font>
                                        <aligny>-</aligny>
                                        <onclick>ActivateWindow(ShutdownMenu)</onclick>
                                        <texturefocus>home-power-FO.png</texturefocus>
                                        <texturenofocus>home-power.png</texturenofocus>
                                        <onleft>21</onleft>
                                        <onright>9000</onright>
                                        <onup>9000</onup>
                                        <ondown>9000</ondown>
                                </control>

and

Code:
<control type="button" id="22">
                                        <description>Play Disc Media push button</description>
                                        <posx>0</posx>
                                        <posy>0</posy>
                                        <width>43</width>
                                        <height>43</height>
                                        <label>-</label>
                                        <font>-</font>
                                        <aligny>-</aligny>
                                        <onclick>XBMC.PlayDVD()</onclick>
                                        <texturefocus>home-playmedia-FO.png</texturefocus>
                                        <texturenofocus>home-playmedia.png</texturenofocus>
                                        <onleft>9000</onleft>
                                        <onright>21</onright>
                                        <onup>9000</onup>
                                        <ondown>9000</ondown>
                                        <visible>System.HasMediaDVD</visible>
                                </control>
                                <control type="button" id="22">
                                        <description>Play Disc Media push button</description>
                                        <posx>0</posx>
                                        <posy>0</posy>
                                        <width>43</width>
                                        <height>43</height>
                                        <label>-</label>
                                        <font>-</font>
                                        <aligny>-</aligny>
                                        <onclick>ActivateWindow(1113)</onclick>
                                        <texturefocus>home-playmedia-FO.png</texturefocus>
                                        <texturenofocus>home-playmedia.png</texturenofocus>
                                        <onleft>9000</onleft>
                                        <onright>21</onright>
                                        <onup>9000</onup>
                                        <ondown>9000</ondown>
                                        <visible>!System.HasMediaDVD</visible>
                                </control>

Have fun !
Reply
#8
Thumbs Up 
yiarkyiark Wrote:In Home.xml remove
Code:
<control type="button" id="20">
                                        <description>Power push button</description>
                                        <posx>90</posx>
                                        <posy>0</posy>
                                        <width>43</width>
                                        <height>43</height>
                                        <label>-</label>
                                        <font>-</font>
                                        <aligny>-</aligny>
                                        <onclick>ActivateWindow(ShutdownMenu)</onclick>
                                        <texturefocus>home-power-FO.png</texturefocus>
                                        <texturenofocus>home-power.png</texturenofocus>
                                        <onleft>21</onleft>
                                        <onright>9000</onright>
                                        <onup>9000</onup>
                                        <ondown>9000</ondown>
                                </control>

and

Code:
<control type="button" id="22">
                                        <description>Play Disc Media push button</description>
                                        <posx>0</posx>
                                        <posy>0</posy>
                                        <width>43</width>
                                        <height>43</height>
                                        <label>-</label>
                                        <font>-</font>
                                        <aligny>-</aligny>
                                        <onclick>XBMC.PlayDVD()</onclick>
                                        <texturefocus>home-playmedia-FO.png</texturefocus>
                                        <texturenofocus>home-playmedia.png</texturenofocus>
                                        <onleft>9000</onleft>
                                        <onright>21</onright>
                                        <onup>9000</onup>
                                        <ondown>9000</ondown>
                                        <visible>System.HasMediaDVD</visible>
                                </control>
                                <control type="button" id="22">
                                        <description>Play Disc Media push button</description>
                                        <posx>0</posx>
                                        <posy>0</posy>
                                        <width>43</width>
                                        <height>43</height>
                                        <label>-</label>
                                        <font>-</font>
                                        <aligny>-</aligny>
                                        <onclick>ActivateWindow(1113)</onclick>
                                        <texturefocus>home-playmedia-FO.png</texturefocus>
                                        <texturenofocus>home-playmedia.png</texturenofocus>
                                        <onleft>9000</onleft>
                                        <onright>21</onright>
                                        <onup>9000</onup>
                                        <ondown>9000</ondown>
                                        <visible>!System.HasMediaDVD</visible>
                                </control>

Have fun !

thanks again... you make my day.... :-)
Reply
#9
You can find the svn of influence here
Soon a new version with new view for video library
(thks igotdvds)
Reply
#10
Thumbs Up 
that´s very cool and in my opinion the best MOD ever.... :-)
Reply
#11
I´m not sure what you thing about resize the left bar (make it much smaller) I know that the word Programms make problems because its long. You clould rename it to "apps".... ;-)
Reply
#12
slyk2203 Wrote:I´m not sure what you thing about resize the left bar (make it much smaller) I know that the word Programms make problems because its long. You clould rename it to "apps".... ;-)
Why not, may be i can add an option to set the size of the left bar.
Reply
#13
yiarkyiark Wrote:Why not, may be i can add an option to set the size of the left bar.
where were you all that time.... as I looked for a wallpaper friendly and transparent skin... nevermind finaly we found you... :-D
Reply
#14
looks pretty sweet i too would be gratefull of a smaller side bar Nod

also how does one rename programs to apps??

would it be possible for this to be made default on the next release would make perfect sense for the smaller side bar Wink

and just for ease of use for users maybe also add a theater button under movies/episode information for use with the Home Theater Experience script

http://forum.xbmc.org/showthread.php?tid...Experience


also a button for the opensubtitles osd script as i see a lot of questions about these button mods

http://forum.xbmc.org/showthread.php?tid...titles+osd


just a thought, would make towards the perfect skin Smile

paul
Reply
#15
Omg, Confluence(the best skin for my XBOX) + transparent = INFLUENCE , no more search, i have all that i want, thanks soooo much yiarkyiark, really good job Nod

A little help please,in the original Confluence skin i tried to resize the poster films on lybrary mode, but it hide the films name, so i put in the top of the screen in blue colour, the problem its that in larges movie names its hide like this:

Image

Can u help me on that? Its the only thing that i need to finish my XBMC, tnks so much Big Grin
Reply

Logout Mark Read Team Forum Stats Members Help
[Mod] Influence0