[BUGS] and missing items

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
isamu.dragon Offline
Posting Freak
Posts: 949
Joined: Feb 2009
Reputation: 4
Location: T.A.R.D.I.S.
Post: #831
happy about the new banner.jpg support, now I can set the profiles for people's preferences
(I like Posters, Girl-Friend likes banners, experimenting with landscape)

[Image: all-fanart.jpg]
XBMC Server/Client:
Database Type: MySQL
OS: WIN7 64-Bit/XBMCuntu CPU: i7/Intel Atom (Dual Core)
GPU: Nvidia GeForce GTS450/Nvidia Ion RAM: 12GB/2GB (512MB GPU)
XBMC Version: Frodo 12.2/XBMCbuntu Frodo 12.2Skin: Aeon Nox
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #832
isamu.dragon Wrote:happy about the new banner.jpg support, now I can set the profiles for people's preferences
(I like Posters, Girl-Friend likes banners, experimenting with landscape)

I vote for Landscape, I like my TV section to look different but hate banners Sad

[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
logictester Offline
Fan
Posts: 675
Joined: Oct 2008
Reputation: 0
Location: USA
Post: #833
mcborzu Wrote:I vote for Landscape, I like my TV section to look different but hate banners Sad

i use landscape too - they are so much better looking then posters and banners
find quote
avus m3 Offline
Senior Member
Posts: 247
Joined: May 2010
Reputation: 0
Post: #834
So will the logo script download landscapes? If not where do I get them? I would like to try them out. The only thing I think banners really work for is like a list view with the banner to the side or something. Logo view is one of the main reasons i'm using night but would like to try out landscapes. Currently, the view just looks off due to the stretched images (banners iirc?) <--been awhile since I tried it.
find quote
isamu.dragon Offline
Posting Freak
Posts: 949
Joined: Feb 2009
Reputation: 4
Location: T.A.R.D.I.S.
Post: #835
avus m3 Wrote:So will the logo script download landscapes? If not where do I get them? I would like to try them out. The only thing I think banners really work for is like a list view with the banner to the side or something. Logo view is one of the main reasons i'm using night but would like to try out landscapes. Currently, the view just looks off due to the stretched images (banners iirc?) <--been awhile since I tried it.

if you look at a tv shows info, and select "Get Logo"
Show Thumb, is the landscape.

it will download as "folder.jpg".

in the 720p folder go into the DialogVideoInfo.xml you can change this line:
Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,showthumb=True,showname=$INFO[ListItem.TVShowTitle])</onclick>
to
Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,[b]showthumb=landscape.jpg[/b],showname=$INFO[ListItem.TVShowTitle])</onclick>
to enable it to download them as landscape.jpg (most skins support this)

to enable the download of banners you just edit it to
Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=solo,logo=True,clearart=True,showthumb=landscape.jpg,[b]banner=banner.jpg[/b],showname=$INFO[ListItem.TVShowTitle])</onclick>

[Image: all-fanart.jpg]
XBMC Server/Client:
Database Type: MySQL
OS: WIN7 64-Bit/XBMCuntu CPU: i7/Intel Atom (Dual Core)
GPU: Nvidia GeForce GTS450/Nvidia Ion RAM: 12GB/2GB (512MB GPU)
XBMC Version: Frodo 12.2/XBMCbuntu Frodo 12.2Skin: Aeon Nox
find quote
Steveb Offline
Fan
Posts: 305
Joined: Oct 2009
Reputation: 3
Location: Adelaide, Australia
Post: #836
You could also use the bulk downloader to download them all at once its located in the custom_SkinSetting_1111.xml

Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=False,logo=True,showthumb=landscape.jpg,banner=ban​ner.jpg)</onclick>

"Political Correctness is a doctrine, fostered by a delusional, illogical minority, and rabidly promoted by an unscrupulous mainstream media, which holds forth the proposition that it is entirely possible to pick up a turd by the clean end"
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #837
Steveb Wrote:You could also use the bulk downloader to download them all at once its located in the custom_SkinSetting_1111.xml

Code:
<onclick>XBMC.RunScript(script.logo-downloader,mode=bulk,clearart=False,logo=True,showthumb=landscape.jpg,banner=ban​ner.jpg)</onclick>

Or if someone is uncomfortable with messing with code I believe Alaska Revisited has the options already coded into skin settings...

[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
KiSUAN Offline
Fan
Posts: 536
Joined: Oct 2010
Reputation: 3
Location: Montevideo, Uruguay
Post: #838
This are the solutions that I found to some little "problems" I've found, probably there are better ways to solve them. Perhaps the lines aren't exactly the ones shown because I take the modifications from already modified files from my MOD, but they are near Tongue

Viewtype_List.xml

@@ -58,11 +58,11 @@
Code:
                    <aligny>center</aligny>
                    <font>Font_Bartowski_Episode_ContextMenu</font>
                    <textcolor>Text-Filemode</textcolor>
                    <selectedcolor>mainblue</selectedcolor>
                    <label>$INFO[ListItem.label]</label>
-                    <animation effect="slide" start="0,0" end="30,0" time="0" condition="[[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)] + stringcompare(ListItem.Overlay,OverlayWatched.png) + [Skin.HasSetting(movieoverlays) | Skin.HasSetting(tvoverlays)]] | [Container.Content(movies) + IsEmpty(ListItem.foldername) + !substring(Container.Listitem.Label,..,left) + !Container.Content(genres) + Window.IsActive(videolibrary)]">Conditional</animation>
+                    <animation effect="slide" start="0,0" end="30,0" time="0" condition="[[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + stringcompare(ListItem.Overlay,OverlayWatched.png) + [Skin.HasSetting(movieoverlays) | Skin.HasSetting(tvoverlays)]] | [Container.Content(movies) + IsEmpty(ListItem.foldername) + !substring(Container.Listitem.Label,..,left) + !Container.Content(genres) + Window.IsActive(videolibrary)]">Conditional</animation>
                    <visible>![Window.IsActive(Programs) | Window.IsActive(musicplaylist)]</visible>
                </control>
                <control type="label">
                    <posx>20</posx>
                    <posy>0</posy>

@@ -200,11 +200,11 @@
Code:
                    <height>46</height>
                    <aligny>center</aligny>
                    <font>Font_Bartowski_Episode_ContextMenu</font>
                    <textcolor>white</textcolor>
                    <label>$INFO[ListItem.Label]</label>
-                    <animation effect="slide" start="0,0" end="30,0" time="0" condition="[[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons)] + stringcompare(ListItem.Overlay,OverlayWatched.png) + [Skin.HasSetting(movieoverlays) | Skin.HasSetting(tvoverlays)]] | [Container.Content(movies) + IsEmpty(ListItem.foldername) + !substring(Container.Listitem.Label,..,left) + !Container.Content(genres) + Window.IsActive(videolibrary)]">Conditional</animation>
+                    <animation effect="slide" start="0,0" end="30,0" time="0" condition="[[Container.Content(movies) | Container.Content(tvshows) | Container.Content(seasons) | Container.Content(episodes)] + stringcompare(ListItem.Overlay,OverlayWatched.png) + [Skin.HasSetting(movieoverlays) | Skin.HasSetting(tvoverlays)]] | [Container.Content(movies) + IsEmpty(ListItem.foldername) + !substring(Container.Listitem.Label,..,left) + !Container.Content(genres) + Window.IsActive(videolibrary)]">Conditional</animation>
                    <visible>[!Window.IsActive(Programs) | Window.IsActive(musicplaylist)]</visible>
                </control>
                <control type="label">
                    <posx>20</posx>
                    <posy>0</posy>




Viewtype_Showcase.xml

@@ -105,15 +105,16 @@
Code:
                    <fadetime>200</fadetime>
                    <aspectratio scalediffuse="false">stretch</aspectratio>
                    <animation effect="slide" start="0,0" end="0,20" time="0" tween="cubic" easing="inout" condition="Control.IsVisible(58) + Container.Content(movies) + Skin.HasSetting(ShowcaseFanart)">Conditional</animation>
                </control>
                <control type="image">
                    <posx>100</posx>
                    <posy>332</posy>
                    <width>80</width>
                    <height>60</height>
                    <texture>dialogs/movies/$INFO[ListItem.Overlay]</texture>
+                    <animation effect="slide" start="0,0" end="0,20" time="0" tween="cubic" easing="inout" condition="Control.IsVisible(58) + Container.Content(movies) + Skin.HasSetting(ShowcaseFanart)">Conditional</animation>
                    <visible>Skin.HasSetting(movieoverlays) + !IsEmpty(ListItem.Overlay)</visible>
                </control>
                <control type="image">
                    <posx>100</posx>
                    <posy>332</posy>



Viewtype_Songs.xml

@@ -62,10 +62,11 @@
Code:
                    <textcolor>Text-Filemode</textcolor>
                    <label>$INFO[ListItem.Label]</label>
                    <visible>!Container.Content(songs)</visible>
                </control>
            </itemlayout>
+            <animation effect="slide" start="0,0" end="-40,0" time="400" tween="cubic" easing="inout" condition="Control.HasFocus(62)">Conditional</animation>
            <focusedlayout width="1210" height="36">
                <control type="image">
                    <posx>0</posx>
                    <posy>-10</posy>
                    <width>800</width>



Viewtype_Banner_Panel.xml

@@ -146,18 +146,19 @@
Code:
<effect type="zoom" center="auto" start="51" end="104" time="600" tween="back" easing="out" />
                    </animation>
                    <visible>Skin.HasSetting(banner_jpg)</visible>
                </control>
                <control type="image">
                    <posx>588</posx>
                    <posy>78</posy>
                    <width>100</width>
                    <height>76</height>
                    <texture>dialogs/movies/$INFO[ListItem.Overlay]</texture>
                    <animation type="Focus" reversible="false">
                        <effect type="zoom" center="auto" start="51" end="104" time="600" tween="back" easing="out" />
                    </animation>
+                    <animation effect="slide" start="X,X" end="X,X" time="0" tween="cubic" easing="inout" condition="Control.HasFocus(5920) | Control.HasFocus(20) | Control.HasFocus(3) | Control.HasFocus(4) | Control.HasFocus(14) | Control.HasFocus(21) | Control.HasFocus(8)">Conditional</animation>
                    <visible>[Skin.HasSetting(movieoverlays) | Skin.HasSetting(tvoverlays)]+ !IsEmpty(ListItem.Overlay)</visible>
                </control>

This one when you are in a banner marked and you deselect everything still gets stuck, don't know how to arrange that.


Hope it helps.

Night [MOD] Purity

[url=http://forum.xbmc.org/showthread.php?tid=86759"]
Purity Media Flags & RD XBMC Icon
[/url]
[url=http://forum.xbmc.org/showthread.php?tid=99554"]
Film/Movie/Game Studio Flags Repository
[/url]
find quote
KiSUAN Offline
Fan
Posts: 536
Joined: Oct 2010
Reputation: 3
Location: Montevideo, Uruguay
Post: #839
Don't know if this goes here or in translations, it's kind of missing so...


addon.xml

@@ -23,18 +23,21 @@

Code:
<summary>Night skin by mcborzu</summary>
    <summary lang="fr">Thème Night par mcborzu</summary>
    <summary lang="de">Night Skin von mcborzu</summary>
    <summary lang="nl">Night skin door mcborzu</summary>
    <summary lang="no">Night skin av mcborzu</summary>
+   <summary lang="es">Night skin por mcborzu</summary>
    <description>Night started as a project for myself to learn skinning but quickly evolved into a full skin. It's main features include: TV Show Logos, Bigger Episode thumbs, more realistic 3D thumbs in some views, all while having fast window transitions. Amongst many features just a skin that tries to do things differently...</description>
    <description lang="fr">Au début, Night était un projet personnel pour apprendre à créer mon propre thème mais c'est rapidement devenu un thème complet. Ses principaux avantages sont : les logos de séries télévisées , des vignettes d'épisode plus grandes , des vignettes 3D miniatures plus réalistes dans certaines vues , tout cela en gardant des transitions fluides et rapides. L'intérêt global de ce thème est de vouloir faire les choses différement ...</description>
    <description lang="de">Night begann als Projekt für mich selbst um zu lernen wie man ein Skin erstellt, aber schnell entstand daraus ein vollwertiges Skin. Es beinhaltet die Hauptmerkmale: TV Show Logos, größere Episoden Thumbs, realistischere 3D Thumbs in manchen Ansichten, bei schnellen Übergängen. Neben vielen weiteren Funktionen ist es einfach ein Skin, dass vieles anders machen will...</description>
    <description lang="nl">Night begon als een project om mezelf te leren skinnen, maar is snel uitgegroeid tot een volwaardige skin. De belangrijkste functies zijn: TV Serie Logo's, Grotere aflevering thumbs, meer realistische 3D thumbs in sommige weergaven en dit alles met snelle overgangen tussen de verschillende schermen. Naast de vele functies is dit een skin die probeert het anders te doen ...</description>
    <description lang="no">Night startet som et personlig prosjekt med et mål; jeg ville lære hvordan man lager skin for XBMC. Det utviklet seg raskt til å bli et fullverdig skin. Blant hovedfunksjonene kan man nevne: TV-serie logoer, større episodeminiatyrer og mer realistiske 3D miniatyrer i enkelte visninger. Alt dette mens vi fortsatt har kjappe overganger mellom vinduer. Dette er bare noen av funksjonene i et skin som prøver å gjøre ting annerledes.</description>
+   <description lang="es">Night empezo como un proyecto para mi mismo y asi aprender como modificar skins, pero rapidamente evoluciono en una skin completamente nueva. Sus principales caracteristicas son: TV show logos, Thumbs de episodio mas grandes, 3D thumbs mas realistas en algunas vistas, todo conservando una rapida transición en las vistas y ventanas. Entre muchas caracteristicas, es mas que nada una skin que trata de ser algo diferente...</description>
    <disclaimer>More info on the skin can be found at the XBMC Forums.</disclaimer>
    <disclaimer lang="fr">Plus d'infos sur ce thème sur les forums XBMC.</disclaimer>
    <disclaimer lang="de">Mehr Informationen über das Skin findest du in den XBMC Foren.</disclaimer>
    <disclaimer lang="nl">Meer info over de skin kan worden gevonden op de XBMC forums.</disclaimer>
    <disclaimer lang="no">Du kan finne mer info i XBMC forumene.</disclaimer>
+   <disclaimer lang="es">Mas información sobre el skin se puede encontrar en los foros de XBMC.</disclaimer>
    <platform>all</platform>
  </extension>
</addon>

Night [MOD] Purity

[url=http://forum.xbmc.org/showthread.php?tid=86759"]
Purity Media Flags & RD XBMC Icon
[/url]
[url=http://forum.xbmc.org/showthread.php?tid=99554"]
Film/Movie/Game Studio Flags Repository
[/url]
find quote
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #840
KiSUAN Wrote:Don't know if this goes here or in translations, it's kind of missing so...

Anywhere is good I'll get to those, and post above, quickly...

[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
Post Reply