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)
isamu.dragon
Posting Freak Joined: Feb 2009 Reputation: 4 Location: T.A.R.D.I.S. |
2010-11-18 06:04
Post: #831
![]() 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
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2010-11-18 06:08
Post: #832
isamu.dragon Wrote:happy about the new banner.jpg support, now I can set the profiles for people's preferences I vote for Landscape, I like my TV section to look different but hate banners
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
Fan Joined: Oct 2008 Reputation: 0 Location: USA |
2010-11-18 12:12
Post: #833
mcborzu Wrote:I vote for Landscape, I like my TV section to look different but hate banners i use landscape too - they are so much better looking then posters and banners |
| find quote |
avus m3
Senior Member Posts: 247 Joined: May 2010 Reputation: 0 |
2010-11-18 19:24
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
Posting Freak Joined: Feb 2009 Reputation: 4 Location: T.A.R.D.I.S. |
2010-11-18 22:27
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>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 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>![]() 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
Fan Posts: 305 Joined: Oct 2009 Reputation: 3 Location: Adelaide, Australia |
2010-11-19 00:42
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=banner.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
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2010-11-19 00:45
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 Or if someone is uncomfortable with messing with code I believe Alaska Revisited has the options already coded into skin settings... 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
Fan Joined: Oct 2010 Reputation: 3 Location: Montevideo, Uruguay |
2010-11-19 02:52
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
![]() Viewtype_List.xml @@ -58,11 +58,11 @@ Code: <aligny>center</aligny>@@ -200,11 +200,11 @@ Code: <height>46</height>Viewtype_Showcase.xml @@ -105,15 +105,16 @@ Code: <fadetime>200</fadetime>Viewtype_Songs.xml @@ -62,10 +62,11 @@ Code: <textcolor>Text-Filemode</textcolor>Viewtype_Banner_Panel.xml @@ -146,18 +146,19 @@ Code: <effect type="zoom" center="auto" start="51" end="104" time="600" tween="back" easing="out" />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
Fan Joined: Oct 2010 Reputation: 3 Location: Montevideo, Uruguay |
2010-11-19 03:27
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>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
Skilled Skinner Joined: Feb 2009 Reputation: 15 Location: dsf |
2010-11-19 03:37
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... Check out The Carmichael - A Skin For XBMC Check out Night - A Skin For XBMC Check out Unfinished - A Skin For XBMC |
| find quote |

![[Image: all-fanart.jpg]](http://trakt.tv/user/IsamuDragon/widgets/watched/all-fanart.jpg)

Search
Help