what file must be change to accomplish this?

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #11
could the <description> tag be used instead of the <!-- commenting out tag-->.
the commenting out tag makes it harder to comment out lots of code Sad

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
Ram2000 Offline
Fan
Posts: 620
Joined: Jul 2009
Reputation: 6
Post: #12
Well I am going to start again tonight I am determined to get this working esp since Ive got so much help regarding this thanks again and I will let you know what I did wrong Tongue
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #13
so logos won't show if u have
PHP Code:
tvshow
 
-season1
  
-episode1
   
-episode1.avi
 
-season2 
but will show if u have
PHP Code:
tvshow
 
-season1
  
-episode1.avi
 
-season2
or
tvshow
 
-episode1.avi 
my guess that is because of this
Code:
            <control type="image" id="37015">
                <posx>20</posx>
                <posy>0</posy>
                <width>230</width>
                <height>89</height>
                <texture background="true">$INFO[ListItem.path]logo.png</texture>
                <fadetime>100</fadetime>
                <aspectratio scalediffuse="false">stretch</aspectratio>
            </control>
            <control type="image" id="39015">
                <posx>20</posx>
                <posy>0</posy>
                <width>230</width>
                <height>89</height>
                <texture background="true">$INFO[ListItem.path]../logo.png</texture>
                <fadetime>100</fadetime>
                <aspectratio scalediffuse="false">stretch</aspectratio>
            </control>
so why won't this work
Code:
            <control type="image" id="49015">
                <posx>20</posx>
                <posy>0</posy>
                <width>230</width>
                <height>89</height>
                <texture background="true">$INFO[ListItem.path]../../logo.png</texture>
                <fadetime>100</fadetime>
                <aspectratio scalediffuse="false">stretch</aspectratio>
            </control>

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
Ram2000 Offline
Fan
Posts: 620
Joined: Jul 2009
Reputation: 6
Post: #14
Why would you have each episode in its own folder ?

Another question if I want the logo centered I can change
Quote:<posx>20</posx>
<posy>0</posy>

but if there different sizes this wont work i can see <aligny>center</aligny> on the wiki
does this only work in labels and not in this image format ?

thanks yet again for any help.
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #15
@zwat
Supporting 2 ways of storing shows is enough, I think it's a small minority that have the episodes in folders. Some torrents due this, I just take them out of the folder when they're done....


@Ram2000
this is how you align images
Quote:<aspectratio align="center" aligny="center">keep</aspectratio>
usually used on ratio="keep" images

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #16
@ram2000: like 99% of my stuff is scene stuff so thats the way they come. i don't unpack anything unless it's needed to get the video playing.

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #17
what file do i need to change to add more commands in submenu? tried changing home with no luck, so i think there are more files that needs to be change.

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #18
zwat Wrote:what file do i need to change to add more commands in submenu? tried changing home with no luck, so i think there are more files that needs to be change.

Home has the vertical one, Includes_Home_Horizontal.xml has the horizontal ones...search id="9001"

[Image: widget]

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #19
doh forgot about the horizontal even tho it's the only view i use. tnx
may i suggest
Code:
                    <control type="button" id="90120">
                        <include>ButtonHomeSubCommonValues_Horizontal</include>
                        <label>Country</label>
                        <onclick>ActivateWindow(VideoLibrary,MovieCountries,return)</onclick>
                    </control>

added to both files?

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
zwat Offline
Fan
Posts: 724
Joined: Jul 2009
Reputation: 2
Location: Norway
Post: #20
how do i get the posterplus info screen to go away on any keypress?

Currently addicted to Night. Watch this teaser and join the forum.
Get and request your ClearLOGOs from the ClearLOGO site and forum
Try my changes to the Night skin if u like how they looks
find quote
Post Reply