• 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 100
Night Release Thread
How do I use the Git using XBMC Live? I've tried:

sudo apt-get install git-core

cd ~/.xbmc/

git://github.com/bartowski/skin.night.git

But it doesn't work.

I'm using a newer version using XBMCFreak's later ISO.

Thanks
cd ~/.xbmc/addons/
Update 7/9/2010
-Fixed some addons button errors, plus minor addon touchups
-Created a 3d addon view, also available for album level (with fanart option)
-Added 1 favorite and 3 submenu playlists to Music
-Added a Submenu link to playlists for Movie/Music
-Changed filebrowser to a better ratio to fit images better
-Updated bbfc ratings code and images
-Horizontal home up to date
-Changed up volumebar

**both git and regular download up to date

Remember
Regular Download- Premerge/Pre-10.5
Git - Merge/10.5 Compatible

Image


Image
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Just wanted to say thanks to the great creator of this skin! I LOVE it.

Only one problem, I can't advance/skip steps during movies or music in either the xbox version or regular version.

I am using an older XBMC build... could that be why? Huh

Thanks
crazycage Wrote:Just wanted to say thanks to the great creator of this skin! I LOVE it.

Only one problem, I can't advance/skip steps during movies or music in either the xbox version or regular version.

I am using an older XBMC build... could that be why? Huh

Thanks

Huh, don't think a skin can effect that behavior. Dialogseekbar.xml just gives a visual feedback of whats going on in Movie/TV. Even if thats deleted, the functions (skip,pause,etc) still work...What about other skins?
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Good update! Glad to see a new music view (Even though it's only for albums). The new volume control is great. +good bugfix
mcborzu Wrote:All that shutdown/restart stuff is handled in the system settings....You can set it to do what you want.

Hello MCBORZU
Yes I know we can change this option in the system setting, but it's not possible to add this option on the main menu like the Timer setting?
The goal is to don't change any way the setting

dubasr
t2ffn Wrote:How do I use the Git using XBMC Live? I've tried:

sudo apt-get install git-core

cd ~/.xbmc/

git://github.com/bartowski/skin.night.git

But it doesn't work.

I'm using a newer version using XBMCFreak's later ISO.

Thanks

cd ~/.xbmc/addons

git clone git://github.com/bartowski/skin.night.git
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
mcborzu Wrote:Maybe we can try and see what a debug log will tell us....

Ok here is the log info. I cleaned it out and reloaded XBMC and played a song to see if it would show the info you need.

Download

I also tried loading other skins, and I get the CDArt, but for some odd reason it defaults to a default image and not the one in the folder with the music.

Here is what it looks like under a different skin and the file structure.

Image

Image

So what could it be that is screwing things up?

Thanks for any help!
mcborzu Wrote:Update 7/9/2010
-Fixed some addons button errors, plus minor addon touchups
-Created a 3d addon view, also available for album level (with fanart option)
-Added 1 favorite and 3 submenu playlists to Music
-Added a Submenu link to playlists for Movie/Music
-Changed filebrowser to a better ratio to fit images better
-Updated bbfc ratings code and images
-Horizontal home up to date
-Changed up volumebar

**both git and regular download up to date

Remember
Regular Download- Premerge/Pre-10.5
Git - Merge/10.5 Compatible

Image


Image

I like this music view, but how about changing the artwork to mimic a CD jewel case? Or would that be too much lol?!?

Image

Image
zwat Wrote:cd ~/.xbmc/addons

git clone git://github.com/bartowski/skin.night.git

This brings back:

-bash: git: command not found

I've run:

sudo apt-get install git-core

So Git should be there...??

Thanks
Graphicsgod Wrote:Ok here is the log info. I cleaned it out and reloaded XBMC and played a song to see if it would show the info you need.

Download

I also tried loading other skins, and I get the CDArt, but for some odd reason it defaults to a default image and not the one in the folder with the music.

Here is what it looks like under a different skin and the file structure.

So what could it be that is screwing things up?

Thanks for any help!

From the log you're on an older build before a specific function was added, you need to be above 27711. Older build skins had to use a confusing and not always working workaround for cdART:

Quote:<texture fallback="disc.png" diffuse="disc_mask.png">$INFO[Skin.String(Music_Folder_Path)]$INFO[musicplayer.artist]/$INFO[musicplayer.album]/cdart.png</texture>

Now after 27711 they added "folderpath" it's real simple:

Quote:<texture>$INFO[Player.FolderPath]cdart.png</texture>


If you're not a big script/plugin user I'd recommend the newest SVN. The SVN's are pretty solid now, just the new addons are thin at the moment. If you are then probably hunt around for 28256...
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
Big Grin 
mcborzu Wrote:Huh, don't think a skin can effect that behavior. Dialogseekbar.xml just gives a visual feedback of whats going on in Movie/TV. Even if thats deleted, the functions (skip,pause,etc) still work...What about other skins?

Thanks mcborzu, it started working now. I don't think I did anything to fix it either. Stupid old xbox hehe.
First of all thanks for this skin! I've been using it for a few days and it looks and runs great Big Grin

1. I have some small issues, when selecting movies by genre there's an option to view fanart but I can't figure out where I have to put the pics for genre fanart Huh also could music genre selection have a similar view? currently there's only jukebox and files view

2. After I installed this skin movies are now sorted from Z-A and in other skins they are showing like that too, don't know if its related with this skin or it's something I touched tho

3. I downloaded the latest version and I think there's a bug when in settings you choose to hide programs in main menu it is shown and vice versa, this happens only when using horizantal menu.

thanks for this great skin Nod
1. I Dont have genre fanart support
2. In the view options for any skin, pressing the opposite way of scrolling, there are options to sort by Accending or decending. Pick the opposite of what you got now.
3. I probably overlooked that
Image

Check out The Carmichael - A Skin For XBMC

Check out Night - A Skin For XBMC

Check out Unfinished - A Skin For XBMC
  • 1
  • 47
  • 48
  • 49(current)
  • 50
  • 51
  • 100

Logout Mark Read Team Forum Stats Members Help
Night Release Thread2