![]() |
|
[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) |
- PatOso - 2011-01-09 16:14 Fantastic skin and very fast. Thank you very much for this great work. ![]() 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
- tcman47 - 2011-01-20 18:11 My favorite new skin, have tired pretty much all the others, this one, simply wins!, great work. TC
- 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.cirrusbut I get the following error message: Quote:Cloning into skin.cirrus... - Crookas - 2011-01-21 23:29 eriksmith200 Wrote:I'm trying to clone the git repository by going to Program Files\XBMC\addons\ 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/"Code: git clone git://github.com/crookas/skin.cirrus.gitTo update: Code: cd "/c/Users/name/AppData/Roaming/XBMC/addons/skin.cirrus"Code: git pullHope that helps. - Thomss - 2011-01-22 02:22 Love the new update dude! It's awesome
- RodneyRB - 2011-01-22 04:11 Love the new update, best skin out there by far
- 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\ i'm getting the same problem just FYI |