![]() |
|
Night - 1.4.7 -Release/General Discussion - Printable Version +- XBMC Community Forum (http://forum.xbmc.org) +-- Forum: Help and Support (/forumdisplay.php?fid=33) +--- Forum: Skin Help and Support (/forumdisplay.php?fid=67) +---- Forum: Night (/forumdisplay.php?fid=130) +---- Thread: Night - 1.4.7 -Release/General Discussion (/showthread.php?tid=82628) |
- mcborzu - 2011-04-04 01:56 CiXel Wrote:10.1 stock XBMC with 'get add-on' Night 1.4.7 Yea must not have it in the Repo version, either use an up to date version of Night, the FAQ has a explanation on how to use GIT, or I should have a repo update in a week or two... - KidKiwi - 2011-04-06 09:41 "Newest" - a submenu selection under Movies / TVShows. Is this a smartplaylist, or is it part of the underlying code of xbmc? If it's a playlist - where is it located? If it's a part of the underlying o/s - is there a way to create a smartplaylist that does the same thing? I'd like to create one with my own variables. Thx - exeon - 2011-04-10 14:20 mcborzu Wrote:Yea must not have it in the Repo version, either use an up to date version of Night, the FAQ has a explanation on how to use GIT, or I should have a repo update in a week or two... Amazing skin. I've spent quite sometime customizing it to my likings on an ATV2 and I have a question for you about GIT. If I want to update to the latest version using GIT, how would I do it for my ATV2? I don't have XBMC installed on my computer, just on my ATV2. Is there a way to download the latest version of Night on my PC, SSH it to my ATV2 and use putty to update? - stoli - 2011-04-10 16:25 @exeon - I'd suggest using the passion repository and download night through there. They automatically update from git nightly (if changes have been made) and you can then upgrade directly through the skin. - zerolimit - 2011-04-15 16:26 WOW!!! This skin is AMAZING!!! love it on my appletv2 thanks everyone - therealjoeblow - 2011-04-22 05:22 Hello, I love this skin! Might just displace T! as my daily-driver. I have one small question - in the v1.4.7 repo version, when I pause a video I get a nice big "Paused" watermark taking around 1/4 of the screen; in the nightly build from passion, the word "Paused" is so tiny at the top of the screen I can barely read it, and would like to mod it back to look like it does in the repo version. Can someone please tell me what I'd need to change? Many thanks The REAL Joe - Steveb - 2011-04-22 06:00 therealjoeblow Wrote:Hello, That should be in the DialogSeekbar.xml @ line 278. The problem is that most of the osd stuff is still using the Font_Bartowski_BigMusic font which no longer exists in the font.xml Replace All "Font_Bartowski_Big Music" with something like "LiberationSans_Regular_80". PS. The VideoOSD.xml has the same problem
- xmurrx - 2011-04-22 08:43 It would be cool if the giant "paused" made a comeback. - isamu.dragon - 2011-04-22 09:41 xmurrx Wrote:It would be cool if the giant "paused" made a comeback. Agreed - therealjoeblow - 2011-04-22 17:46 Steveb Wrote:That should be in the DialogSeekbar.xml @ line 278. The problem is that most of the osd stuff is still using the Font_Bartowski_BigMusic font which no longer exists in the font.xml Thank you for the helpful info, with that I was able to apply a very simple (alternative) fix... I just added the "Font_Bartowski_Big Music" section from the old "Font.xml" to the new "Font.xml" (ie, copy and paste 6 lines), copied any fonts from the old "Fonts" folder that were missing into the new SVN one and voila, all is back the way it was before, Giant Paused Mode! Cheers, The REAL Joe |