ASMUpdate won't download or install skin
#1
Question 
Please help :confused2:

When I run ASMUpdate it checks for the latest SVN to XMBC and installs it. Then it shuts down.

Doesn't download the Aeon Auriga skin at all

This is what I did:
- Installed XMBC Babylon to C:\XMBC
- Installed ASMUpdate to C:\ASMUpdate
- Edited ASMConfig
- Run ASMUpdate

I have tried using both C:\XMBC\Skin and C:\Users\Jack\AppData\Roaming\XBMC\skin

Do I need to install Aeon Auriga first? I thought ASMUpdate would do it for me.

What am I doing wrong?

Code:
rem @echo off

rem ---- EDIT THIS FILE FOR WINDOWS PLATFORM ----
rem Script Version: 20091006, Patrick Khoo

rem ---- Step 1: Configure Path to XBMC Skins Folder ----
rem Comment the line below with "rem" if you want/need to (Git) update your skins folder manually
rem or if you just want to keep a local Git copy of Aeon Skin/Mod(s) up-to-date outside XBMC
set XBMCFOLDER="C:\Users\Jack\AppData\Roaming\XBMC\skin"

rem ---- Step 2: Choose the Skin You Want ----
rem Uncomment One/All of the below lines to download the Aeon Skin/Mod(s) as Required
rem * Aeon Showmix (by andyblac)
rem set GETSHOWMIX=1
rem * Aeon Auriga (by djh)
set GETAURIGA=1
rem * Aeon Hitched (by hitcher)
rem set GETHITCHED=1
rem * Aeon Phil65 (by temmi2000)
rem set GETPHIL65=1

rem ---- Step 3: (If Needed) Configure Path to Git ----
rem Path to Git - Use Included Stripped Down Git, or Provide Your Own
set GITPATH=%~dp0\git
rem If you are using your own Git, try something like:
rem set GITPATH="C:\Program Files\Git"
Reply
#2
I thought Aeon went to SVN from GIT?
Reply
#3
agentgreen Wrote:I thought Aeon went to SVN from GIT?

Hmmmmmmm...I don't quite follow

ASMUpdate includes a GIT installer/updater in it.

http://forum.xbmc.org/showthread.php?tid=56423
Reply
#4
SVN and GIT are both types of repositories...but they are different from each other...I thought I heard that the Aeon developers stopped using GIT and started using SVN...the ASMUpdater script uses GIT to update Aeon, not SVN so it stopped working.

Need to update ASMUpdate to use SVN and the new SVN repositories instead of the GIT repositories.
Reply
#5
agentgreen Wrote:SVN and GIT are both types of repositories...but they are different from each other...I thought I heard that the Aeon developers stopped using GIT and started using SVN...the ASMUpdater script uses GIT to update Aeon, not SVN so it stopped working.

Need to update ASMUpdate to use SVN and the new SVN repositories instead of the GIT repositories.

:mad: Why is ASMUpdate still stickied then?

Please tell me how do I install Aeon Auriga now. Link would be useful.

Thanks a ton.
Reply
#6
maybe here: http://www.aeonproject.com/
Reply
#7
agentgreen Wrote:maybe here: http://www.aeonproject.com/

That directs me to github.

I am very confused now. Huh
Quote:Download: 0.91 (STARK) (4th April 2009)
For the very latest version, visit the Aeon repository at github (requires these fonts)
PLEASE NOTE: Only the very latest XBMC builds support Aeon Stark and Auriga.
Visit HERE for the latest XBMC Windows binaries.
Visit HERE for the latest XBMC Mac binaries.
Reply
#8
Just saying what I heard...I'm trying ASMUpdate right now to see what it does...so far it looks like it's working!
Reply
#9
Yea nevermind then! Looks like the ASMUpdate is working with Auruga just fine...
Reply
#10
agentgreen Wrote:Just saying what I heard...I'm trying ASMUpdate right now to see what it does...so far it looks like it's working!

I only see GIT repositories. So I think it should work.

However, it is not downloading the skin when I click ASMUpdate.

What happens when you click ASMUpdate?

For me, it runs XMBCUpdate, checks for the latest XMBC SVN build, and automatically shuts down after 5 seconds because the latest build is installed.

How do I get ASMUpdate to download Auriga?
Is my code correct?

Thanks for the help.
Reply
#11
Here is my config that seems to work, but I don't have it updating XBMC:

@echo off

rem ---- Configure ----
rem ---- EDIT THIS FILE FOR WINDOWS PLATFORM ----
rem Script Version: 20090818, Patrick Khoo
rem Comment the line below with "rem" if you want/need to update your skins folder manually
rem or if you just want to keep a copy of Aeon Showmix/Auriga/Hitched up-to-date outside XBMC
rem or if you are doing an update via USB ("asmusb")
set XBMCFOLDER="E:\XBMC\skin"
rem Uncomment One/All of the below lines to download Aeon Showmix/Auriga/Hitched as Required
rem set GETSHOWMIX=1
set GETAURIGA=1
rem set GETHITCHED=1
rem Path to Git - Use Included Stripped Down Git, or Provide Your Own
set GITPATH=%~dp0\git
rem ---- _NO_USER_CONFIGURABLE_OPTIONS_BELOW_ ----
Reply
#12
From git://github.com/andyblac/aeon
= [up to date] auriga -> origin/auriga
= [up to date] master -> origin/master
Checking out files: 5% (150/2508)
Reply
#13
Thanks a ton for the info. Really appreciate it.

Just played around a bit and ASMUpdate seems to be downloading Aeon Showmix from GIT

However, it is not download Aeon Auriga for some strange reasonHuhHuh??

Any clue why?
Reply
#14
No, and actually I know for a fact that Showmix moved to SVN, but their GIT repository might still be up...

Can you REM out everything in the config except for Auriga? Meaning, stop it from trying to update XBMC as well.
Reply
#15
Tried to but it always checks for XMBC update.
I used your config file too.

It is really strange. Showmix is available but Auriga isn't.

Can't figure out why.
Reply

Logout Mark Read Team Forum Stats Members Help
ASMUpdate won't download or install skin0