Night Release Thread

  Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Closed
zilexa Offline
Senior Member
Posts: 298
Joined: Nov 2008
Reputation: 0
Location: Amsterdam
Post: #491
NEW questions:

1.
But in what settings can I set the path for weather conditions fanart? It's not in XBMC itself I've checked all options twice already (did found other interesting options of this Skin!).

2.
btw in latest svn XBMC Subtitles is integrated (it used to be an optional script), I suppose Night doesnt support this yet because if I enable Subtitles in OSD I have to select the path of the script and when I browse to the correct path, I can not select OK...

3.
check screenshot, RecentlyAdded shows me empty lines and an empty frame. Same for movies (a few empty frames), is this a bug?
(This post was last modified: 2010-06-16 22:41 by zilexa.)
find
hikaricore Offline
Posting Freak
Posts: 1,516
Joined: Dec 2008
Reputation: 0
Location: Tuesday
Post: #492
For linux users I thought I'd share my quick little bash script for extrafanart.

Code:
#!/bin/bash

mkdir extrafanart
cd extrafanart
for i in `seq 1 $1`
do
        wget http://www.thetvdb.com/banners/fanart/original/$2-$i.jpg
done

This script should be placed in a central location chmodded +x and run from the directory of the series in question.
The only thing you need is the total number of fanarts available on thetvdb and the series id number.

Example:

Code:
~/extrafanart.sh 11 94801

Don't ask me for help on using this, I've provided all the info you need.
Also you can expect this script to break eventually when the new site is put in place.
This could easily be modified to grab the series id in a number of ways but I'm far too lazy to make it complex.

[Image: output.jpg]
(This post was last modified: 2010-06-16 22:17 by hikaricore.)
find
Kallaide Offline
Senior Member
Posts: 135
Joined: Apr 2010
Reputation: 0
Location: Victoria, Canada
Post: #493
Maxoo Wrote:1) Wherever you want. Just set the correct path in the settings.
2) Yup. extrafanart folder. (there may be some media manager that does it for you, but I don't know about them).

With EMM you select the Hi-res image you want (or let it auto select) for the Fanart and then all other Hi-res Fanarts are placed into the extrafanart folder for each movie. I also have it set to copy all fanarts to a separate folder so that XBMC can use that as the Movie Backgrounds, (this way the Movie Background images are only of the movies I have and then when new movies are added it automatically adds it's fanart to the list.)

Main reason for EMM for me is that it places ALL the files and images into the Movie folders on an external hard drive with XBMC. This allows me to just take the hard drive and connect it to any PC and use it exactly as I do at home.
find
Hudson_Hawk04 Offline
Posting Freak
Posts: 1,270
Joined: Oct 2006
Reputation: 3
Post: #494
Does the logo downloading script work if your media is stored on another machine on the network?
find
WhyS Offline
Junior Member
Posts: 21
Joined: Jan 2010
Reputation: 0
Post: #495
Is there a way to change the viewtype: Wall, into three horizontal rows instead of four, as it currently is. And thereby make the posters a tad bit larger?
(This post was last modified: 2010-06-17 01:30 by WhyS.)
find
ppic Online
Skilled Python Coder
Posts: 2,688
Joined: Feb 2009
Reputation: 10
Location: France idf
Post: #496
Hudson_Hawk04 Wrote:Does the logo downloading script work if your media is stored on another machine on the network?

yes just you must have the write permition on media store

[Image: widget]
Passion-XBMC Repository Download your SVN skins and addons
TvTunes Addon Download Play your theme while browsing library
TVshow Next Aired display next aired infos from tvrage.com
Logo Downloader Script download Logo/clearart/show thumbs/poster/banner
Bande-Annonce Allociné plugin watch trailers in french and vo
SportLive Script Live score match info in XBMC (not compatible dharma)
find
Kallaide Offline
Senior Member
Posts: 135
Joined: Apr 2010
Reputation: 0
Location: Victoria, Canada
Post: #497
WhyS Wrote:Is there a way to change to viewtype: Wall for movies into three horizontal rows instead of four, as it currently is. And thereby make the posters a tad bit larger?

I'm with WhyS, the Wall view, as nice as it is, does have a few drawbacks to view ability. Maybe adding a few different options to the number of rows and columns thus allowing each person to set it to exactly how they want.

That would be a huge task, however, I'm sure if you do it you could them claim to have the most customizable skin out there... Wink
find
WhyS Offline
Junior Member
Posts: 21
Joined: Jan 2010
Reputation: 0
Post: #498
Kallaide Wrote:I'm with WhyS, the Wall view, as nice as it is, does have a few drawbacks to view ability. Maybe adding a few different options to the number of rows and columns thus allowing each person to set it to exactly how they want.

That would be a huge task, however, I'm sure if you do it you could them claim to have the most customizable skin out there... Wink

Yeah, with the option to change it yourself would be wonderful. I was more aiming for maybe a modded viewtype or possible a "poster plus".
But whatever works, right?

I love the walls no matter which skin it is, since I have a fairly large collection it makes browsing much easier and faster. And Night's 3d wall is a winner. but the only [minor]downside is that the posters are pretty small.
find
mcborzu Offline
Skilled Skinner
Posts: 3,381
Joined: Feb 2009
Reputation: 15
Location: dsf
Post: #499
About the wall I'll see what I can whip up, my current skin to do list is:
Put out a pre-merge version so I don't have to limit myself, this weekend it'll be done
Look into unicode fonts. I thought they were but oh well

Those are the two that take priority at the moment. I have 3 days free this weekend so we'll see about a different take on the wall...

[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
Zoso161 Offline
Junior Member
Posts: 39
Joined: May 2010
Reputation: 0
Post: #500
i absolutely love the new poster plus view for movies. For some reason, when i back out to the home screen and then enter back into movies, the info for the selected movie is already displayed, then the poster shifts over to it's left position. It only does it on the first movie each time i enter the movies section. I'm using a pre merge version of XBMC. It's the last nightly build that was available from a few months ago on XBMC.org. Any idea what could be causing this? Thanks for any help and all of the hard work you put into Night.
find
Thread Closed