XBMC Community Forum
[RELEASE THREAD] Cirrus - All updates and new releases - 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: Cirrus Extended (/forumdisplay.php?fid=133)
+---- Thread: [RELEASE THREAD] Cirrus - All updates and new releases (/showthread.php?tid=83657)

Pages: 1 2 3 4 5


- PatOso - 2011-01-09 16:14

Fantastic skin and very fast.
Thank you very much for this great work. Rofl

But:
Recently added music does not work from home to play.
Scrollbar better Rightlistview given.
Shutdown button at home, (Horizontal menu not working correctly).
CleaArt pause does not work.
Tvtunes script.
Script Theater Experience.
Script logo download.
Extrathumbs video Info.
Download logo,cleaArt and Thumb.

Greetings.


- eriksmith200 - 2011-01-14 13:41

MindTooth Wrote:Will this be added to the addons directory?

I have the same question Smile


- tcman47 - 2011-01-20 18:11

My favorite new skin, have tired pretty much all the others, this one, simply wins!, great work.

TC Nod


- eriksmith200 - 2011-01-21 11:55

I'm trying to clone the git repository by going to Program Files\XBMC\addons\
and running:
Code:
git clone https://github.com/crookas/skin.cirrus

but I get the following error message:
Quote:Cloning into skin.cirrus...
fatal: https://github.com/crookas/skin.cirrus/info/refs not found: did you run git update-server-info on the server?



- Crookas - 2011-01-21 23:29

eriksmith200 Wrote:I'm trying to clone the git repository by going to Program Files\XBMC\addons\
and running:
Code:
git clone https://github.com/crookas/skin.cirrus

but I get the following error message:

I'm new to github and have no idea what I'm doing - I'm just happy I managed to get my local copy cloning to the remote one. So no, I haven't run update server - can you tell me how I would go about doing that?


- htpc guy - 2011-01-22 00:12

Crookas Wrote:I'm new to github and have no idea what I'm doing - I'm just happy I managed to get my local copy cloning to the remote one. So no, I haven't run update server - can you tell me how I would go about doing that?

This is how to do it in windows:

Open Git Terminal
type:
Code:
cd "/c/Users/name/AppData/Roaming/XBMC/addons/"
press enter

Code:
git clone git://github.com/crookas/skin.cirrus.git

To update:
Code:
cd "/c/Users/name/AppData/Roaming/XBMC/addons/skin.cirrus"
Code:
git pull

Hope that helps.


- Thomss - 2011-01-22 02:22

Love the new update dude! It's awesome Big Grin


- RodneyRB - 2011-01-22 04:11

Love the new update, best skin out there by far Smile


- htpc guy - 2011-01-22 06:48

Crookas Wrote:I'm new to github and have no idea what I'm doing - I'm just happy I managed to get my local copy cloning to the remote one. So no, I haven't run update server - can you tell me how I would go about doing that?

I pulled it from github without any problems.


- feerlessleadr - 2011-01-22 07:21

eriksmith200 Wrote:I'm trying to clone the git repository by going to Program Files\XBMC\addons\
and running:
Code:
git clone https://github.com/crookas/skin.cirrus

but I get the following error message:

i'm getting the same problem just FYI