Kodi Community Forum
[RELEASE THREAD] Cirrus - All updates and new releases - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Skin Archive (https://forum.kodi.tv/forumdisplay.php?fid=179)
+----- Forum: Cirrus Extended (https://forum.kodi.tv/forumdisplay.php?fid=133)
+----- Thread: [RELEASE THREAD] Cirrus - All updates and new releases (/showthread.php?tid=83657)

Pages: 1 2 3


- mikey79 - 2010-11-20

SALAMINOMACHOS Wrote:You mean that you have tvcard in and through XBMC you watching TV channels?
You have Windows?

Yes, I do have a TV card in my HTPC and am watching through XBMC.
No, I am not using Windows but Linux (Arch) instead.


- iblastoff - 2010-12-09

by far the best skin available. clean and fast on my acer revo r3610. thanks!


- Malexx - 2010-12-14

I cant download Version 2.0 no more,its only issue on my side?

Edit:Works now


- RodneyRB - 2010-12-24

Amazing skin. I used Aeon before which is one of the best, but this one is really out of this world. Excellent job Smile


XBOX Version - cosmo601 - 2011-01-06

Love your Cirrus Skin and use it on my Dharma PC version but would like to also use it on my XBOX. Or will it be you post a Texture.xpr for the xbox.Nod


- PatOso - 2011-01-09

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

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

I have the same question Smile


- tcman47 - 2011-01-20

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

TC Nod


- eriksmith200 - 2011-01-21

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

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

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

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


- RodneyRB - 2011-01-22

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


- htpc guy - 2011-01-22

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

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