Win Panel Wrap View - Question editing the xml
#1
First of all a big thanks to the creator(s) of this fantastic skin..!!!!!
Everything is running smooth and just perfect on eden (last beta..)....!!!!!

I only like to fix a little change to my most favorite view,.. The Panel Wrap View
Could you give me advise how to edit the xml (or maybe the written lines i need) to get the runtime for the
movies right next to the movie title... Don´t know how to describe it exactly so
here a photoshop image what i mean..:

Image

Greetings
sv0911


Reply
#2
Yeah sure, let's see..

Edit CommonVideoLibraryViews.xml

Change lines 17043 and 17048 to:

Code:
<font>special17</font>

And

Code:
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE] [LOWERCASE]($INFO[ListItem.Duration] $LOCALIZE[12391])[/LOWERCASE]</label>

That should do it,
Reply
#3
(2012-07-14, 10:20)Sharpe Wrote: Yeah sure, let's see..

Edit CommonVideoLibraryViews.xml

Change lines 17043 and 17048 to:

Code:
<font>special17</font>

And

Code:
<label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE] [LOWERCASE]($INFO[ListItem.Duration] $LOCALIZE[12391])[/LOWERCASE]</label>

That should do it,

Hi Sharpe,

big thanks for your quick response and your support...!!!!!!!!! Cool

instead of changing the lines 17043 and 17048, i changed lines 17013 and 17018.
Absolutely perfect..!!!!!!

2 more questions...:
Is there a possibility to change/shorten the duration from (Minutes) to just (Min.) ?
and
is it possible to fix it that the duration only shows when it´s actually a movie and not a movie set?
because it shows on movie set just the word (Minutes). (..because xbmc do not show the complete duration time for all the movies together in the specific movie set ??..)

Here 2 screenshots...:

Thats the way it looks when i open the library..:
Image

and this is how it looks on movie set...:

Image


Big thanks..!!!!!!!!!

Greetings
sv0911
Reply
#4
Oh ok change the entire label control to these two labels:

Code:
<control type="label">     
            <posx>0</posx>     
            <posy>111</posy>     
            <width>1280</width>     
            <height>54</height>     
            <font>special17</font>     
            <textcolor>white</textcolor>     
            <shadowcolor>black</shadowcolor>     
            <align>center</align>     
            <aligny>center</aligny>     
            <label>[UPPERCASE]$INFO[ListItem.Label][/UPPERCASE] ($INFO[ListItem.Duration] Min)</label>
            <scroll>true</scroll>     
            <visible>Control.IsVisible(549)</visible>     
            <visible>!SubString(ListItem.Path,videodb://1/7) + !substring(Container.Listitem.Label,..,left)</visible>
            <animation effect="fade" time="200">WindowClose</animation>     
        </control>
        
        <control type="label">     
            <posx>0</posx>     
            <posy>111</posy>     
            <width>1280</width>     
            <height>54</height>     
            <font>special17-caps</font>     
            <textcolor>white</textcolor>     
            <shadowcolor>black</shadowcolor>     
            <align>center</align>     
            <aligny>center</aligny>     
            <label>$INFO[ListItem.Label]</label>
            <scroll>true</scroll>     
            <visible>Control.IsVisible(549)</visible>     
            <visible>substring(Container.Listitem.Label,..,left) | SubString(ListItem.Path,videodb://1/7)</visible>
            <animation effect="fade" time="200">WindowClose</animation>     
        </control>
Reply
#5
My friend,

thats great...!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! Rofl
It looks absolutely perfect..!!!!!!!!!!!!!!!!!!!!!
Big thanks for your support......!!!!!!!!!!!!!!

Oh, btw. maybe you can give me a hint with one problem i have with xbmc,...
It doesn't madder which eden version or skin i use, every time when i click at the close button for shut down the program, xbmc crashes....
Very strange, i searched here on xbmc forum but i could not find answer....

Here a logfile: xbmc crash log file

Greetings
sv0911
Reply
#6
No problem glad you got it looking how you wanted it to look.

Sorry I've no idea what could be causing your crash - there's potentially many things it could be. I'd try posting this in one the OS specific xbmc sub forums.
Reply
#7
(2012-07-14, 23:54)Sharpe Wrote: No problem glad you got it looking how you wanted it to look.

Sorry I've no idea what could be causing your crash - there's potentially many things it could be. I'd try posting this in one the OS specific xbmc sub forums.

Hi again Sharpe,

everything is just fine...!!!
Using Windows will always be a very special experience with tiny little annoying bugs... Big Grin
But that`s ok... Cool
I just installed the latest eden beta and...: No Problem.... Rofl

So, i just have to say....:

BIG BIG THANKS and keep on going...

Greetings
sv0911

Reply

Logout Mark Read Team Forum Stats Members Help
Panel Wrap View - Question editing the xml0