XBMC Community Forum
Transparency! v3.11.7 for xbmc dharma 10.1 - 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: Transparency! (/forumdisplay.php?fid=115)
+---- Thread: Transparency! v3.11.7 for xbmc dharma 10.1 (/showthread.php?tid=82435)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43


- ronie - 2010-11-30 11:28

kmfdm515 Wrote:hi ronie,

where in the XML is the banner at the top of the Media Info view, saying

"Video Library º Music Videos º Title"

contained? i checked view-mediainfo.xml but i must be missing it.

thanks...

look up Breadcrumbs-Video-Library in Includes.xml


- gosh - 2010-12-01 08:54

Hey Ronie!

Absolutely AMAZING skin! Finally got off my ass to give it a full go a couple weeks ago, and I've been blown away! It's the skin that finally got me off of PM3 and Confluence, great job!

Two questions (you knew they were coming):
- Is there an easy way (an xml edit perhaps) that I can move the trailer icon in the movie view, from the top-right corner, to some place closer to the media tag bar? Or even in the bar?
- What the hell is the 'U' logo in the media tags? Driving me nuts trying to figure this out lol.

Again, great work! Really appreciate all the time you have obviously spent on this skin.


- ronie - 2010-12-01 09:26

gosh Wrote:- Is there an easy way (an xml edit perhaps) that I can move the trailer icon in the movie view, from the top-right corner, to some place closer to the media tag bar? Or even in the bar?

in View-Fanart.xml look up the <control type="button" id="7005">
adjust it's position to your own looking and make the same modifications to the image above that button.

gosh Wrote:- What the hell is the 'U' logo in the media tags? Driving me nuts trying to figure this out lol.

Unrated.
it will be replaced by NR (Not Rated) in the next release


- gosh - 2010-12-01 10:27

Thanks for the lightning reply!


How about VideoMediaFlagsFileLocation... just an idea. - epoke - 2010-12-02 03:02

I'm using XBMC for AppleTV and some movie files are in network(smb) share.
My samba server is sometimes offline, so I think file location flag might be helpfulSmile.

[Image: filelocation.jpg]

I replaced VideoMediaFlagsSubtitles to VideoMediaFlagsFileLocation in Includes_MediaFlagsVideo.xml...

Code:
<include name="VideoMediaFlagsFileLocation">
    <posx>408</posx>
    <posy>0</posy>
    <width>64</width>
    <height>48</height>
</include>

Code:
<!-- File Location -->
    <control type="image">
        <include>VideoMediaFlagsFileLocation</include>
        <texture>flags/movies/filelocation/network.png</texture>
        <visible>substring(ListItem.Path,smb)</visible>
    </control>
    <control type="image">
        <include>VideoMediaFlagsFileLocation</include>
        <texture>flags/movies/filelocation/local.png</texture>
        <visible>!substring(ListItem.Path,smb) + !stringcompare(ListItem.Label,..)</visible>
    </control>

If you are using mysql library, ListItem.Path,smb can be replaced with ListItem.Path,yourservername.


- ronie - 2010-12-02 03:12

epoke Wrote:I'm using XBMC for AppleTV and some movie files are in network(smb) share.
My samba server is sometimes offline, so I think file location flag might be helpfulSmile.

[Image: filelocation.jpg]

I replaced VideoMediaFlagsSubtitles to VideoMediaFlagsFileLocation in Includes_MediaFlagsVideo.xml...

Code:
<include name="VideoMediaFlagsFileLocation">
    <posx>408</posx>
    <posy>0</posy>
    <width>64</width>
    <height>48</height>
</include>

Code:
<!-- File Location -->
    <control type="image">
        <include>VideoMediaFlagsFileLocation</include>
        <texture>flags/movies/filelocation/network.png</texture>
        <visible>substring(ListItem.Path,smb)</visible>
    </control>
    <control type="image">
        <include>VideoMediaFlagsFileLocation</include>
        <texture>flags/movies/filelocation/local.png</texture>
        <visible>!substring(ListItem.Path,smb) + !stringcompare(ListItem.Label,..)</visible>
    </control>

ListItem.Path,smb can be replaced with ListItem.Path,yourservername.

it's certainly a nice idea, though i think a 'file online' / 'file offline' flag would be more useful.
sadly, that's not possible as far as i know.


- clock2113 - 2010-12-02 03:13

That's beautiful man! Not useful to me, as ALL my files are on the server, but I like the way that looks Smile


- epoke - 2010-12-02 03:37

ronie Wrote:it's certainly a nice idea, though i think a 'file online' / 'file offline' flag would be more useful.
sadly, that's not possible as far as i know.

I agree with you. This is a temporary solution.
I hope online/offline flag is possible.


- PatK - 2010-12-03 21:44

Hey Roni.. I hit the space bar to pause a movie... use the right MB to go back a level and I see this... intriguing, anything here supposed to work yet?

[Image: boxes.jpg]


- jpf55 - 2010-12-03 21:54

PatK Wrote:Hey Roni.. I hit the space bar to pause a movie... use the right MB to go back a level and I see this... intriguing, anything here supposed to work yet?

[Image: boxes.jpg]

What is "MB" and what system is XBMC running on?