• 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13
Script to Download, Install and Update Git-hosted Aeon Showmix/Auriga/Hitched
Can someone help me with this error "ERROR: Error Copying Aeon Showmix Skin Files" i think it might be down to "Aministrator priviledges" ive tried running the .bat file as admin but it opens for asecond and then closes again.

Thanks for the help!

EDIt got it working but it onlu updated showmixe, anyone know how i can get the other skins?
Reply
You have to edit the config file. Remove the "rem " at the beginning of the lines that have the other mods of Aeon that you would like to download and update.
Reply
user321 Wrote:I tweaked the original scripts so that it would update my Aeon65 skin. All credit to the original scripters Smile

Works for me under Win7 64bit. Hope it helps some people!

http://rapidshare.com/files/329276401/Ae...pdater.zip

http://www.megaupload.com/?d=PG8ZF3CB

or with fonts:

http://rapidshare.com/files/329278817/Ae..._Fonts.zip

when i try to run it i get a fatal: not a git repository - any help?
Reply
ok I have updated the asmconfig.sh file with the below

Code:
# ---- Step 1: Configure Path to XBMC Skins Folder ----
# Comment the line below with "#" if you want/need to (Git) update your skins folder manually
# or if you just want to keep a local Git copy of Aeon Skin/Mod(s) up-to-date outside XBMC
XBMCFOLDER=/usr/share/xbmc/skin
# Alternately, the skin folder could be in your home dir
# XBMCFOLDER=~/xbmc/skin
# For MacOS X Users, try this line instead (where [name] is your username):
# XBMCFOLDER="/user/[name]/Library/Application Support/XBMC/skin"

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

I then go to the terminal and type in the below and get an error message

xbmc@xbmc-desktop:~$ /home/xbmc/asmupdate/asmupdate.sh
.: 8: Can't open ./asmconfig.sh

what is up? Im not a linux user.. just learning. what can be wrong?
Nvidia Shield with Kodi 18
Reply
Hey guys, I'm new to ALLLLLL of this so take it easy on me Wink

I am currently running the Aeon skin on XBMC on a Mac mini 2.26 Intel Core 2 Duo. XBMC runs fine and the skin for Aeon is running perfectly too. I am here because I'm trying to install the addons like ShowMix and what not and I am having trouble.

I downloaded and installed GIT and as far as I can tell it is running fine. I follow the steps in the readme file and type in my directory for my skins and that goes through ok. When it comes time to run the update file inside terminal I can't get it to go through. I don't know what I'm doing wrong.



In the update file this is what was originally in the file:

# ---- Configure ----
. ./asmconfig.sh



and when I run this through terminal, I get this message:

/Users/scott/Library/Application Support/XBMC/TOOLS/asmupdate.sh: line 8: ./asmconfig.sh: No such file or directory



So after this I went into the update file and edited it to this:

# ---- Configure ----
. /users/scott/library/application support/xbmc/tools/asmconfig.sh



After I saved the file, I went back to terminal and tried to run it again and this is what I got:

/Users/scott/Library/Application Support/XBMC/TOOLS/asmupdate.sh: line 8: /users/scottalmand/library/application: No such file or directory



Like I said, this is the first time I have EVER tried anything like this so it could be something incredibly stupid that I am doing and if that's the case don't be afraid to hurt my feelings and tell me I'm dumb! lol

I would really like to get this working and any help you guys can offer would be greatly appreciated.

Thanks in advance!
Reply
The script doesn't import correctly the config file in mac os X.
What I did was copying the whole config content (except the first line:#!/bin/sh)and paste it instead of ". ./asmconfig.sh".

It made the trick for me.

scotty3x3 Wrote:Hey guys, I'm new to ALLLLLL of this so take it easy on me Wink

I am currently running the Aeon skin on XBMC on a Mac mini 2.26 Intel Core 2 Duo. XBMC runs fine and the skin for Aeon is running perfectly too. I am here because I'm trying to install the addons like ShowMix and what not and I am having trouble.

I downloaded and installed GIT and as far as I can tell it is running fine. I follow the steps in the readme file and type in my directory for my skins and that goes through ok. When it comes time to run the update file inside terminal I can't get it to go through. I don't know what I'm doing wrong.



In the update file this is what was originally in the file:

# ---- Configure ----
. ./asmconfig.sh



and when I run this through terminal, I get this message:

/Users/scott/Library/Application Support/XBMC/TOOLS/asmupdate.sh: line 8: ./asmconfig.sh: No such file or directory



So after this I went into the update file and edited it to this:

# ---- Configure ----
. /users/scott/library/application support/xbmc/tools/asmconfig.sh



After I saved the file, I went back to terminal and tried to run it again and this is what I got:

/Users/scott/Library/Application Support/XBMC/TOOLS/asmupdate.sh: line 8: /users/scottalmand/library/application: No such file or directory



Like I said, this is the first time I have EVER tried anything like this so it could be something incredibly stupid that I am doing and if that's the case don't be afraid to hurt my feelings and tell me I'm dumb! lol

I would really like to get this working and any help you guys can offer would be greatly appreciated.

Thanks in advance!
Reply
rflores2323 Wrote:ok I have updated the asmconfig.sh file with the below

Code:
# ---- Step 1: Configure Path to XBMC Skins Folder ----
# Comment the line below with "#" if you want/need to (Git) update your skins folder manually
# or if you just want to keep a local Git copy of Aeon Skin/Mod(s) up-to-date outside XBMC
XBMCFOLDER=/usr/share/xbmc/skin
# Alternately, the skin folder could be in your home dir
# XBMCFOLDER=~/xbmc/skin
# For MacOS X Users, try this line instead (where [name] is your username):
# XBMCFOLDER="/user/[name]/Library/Application Support/XBMC/skin"

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

I then go to the terminal and type in the below and get an error message

xbmc@xbmc-desktop:~$ /home/xbmc/asmupdate/asmupdate.sh
.: 8: Can't open ./asmconfig.sh

what is up? Im not a linux user.. just learning. what can be wrong?

any help on this. What i find strange is that I have xbmc in two folders. one that I can only access as root and then another one that I can access as regular user. so where do I put this folder in?
Nvidia Shield with Kodi 18
Reply
installed windows 7 64bit ultimate and i am doing this all over again. I got this error at the beginning of the cmd promt "'*' is not recognized as an internal or external command" it started d/l anyway but is this something i should be worried about?
Reply
Moldiver Wrote:installed windows 7 64bit ultimate and i am doing this all over again. I got this error at the beginning of the cmd prompt "'*' is not recognized as an internal or external command" it started d/l anyway but is this something i should be worried about?


I got the same thing going on with my 64bit WIN7 machine.
Here's the info that comes up in the cmd prompt.

Here you will see the edits I made to the ASMconfig.bat file

@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:\Program Files (x86)\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)
set GETSHOWMIX=1
rem * Aeon Auriga (by djh)
rem set GETAURIGA=1
rem * Aeon Hitched (by hitcher)
rem set GETHITCHED=1
* Aeon Phil65 (by temmi2000)
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="C:\ASMUpdate\git"
rem If you are using your own Git, try something like:
rem set GITPATH="C:\Program Files\Git"


This is what the CMD windows shows at the end of doing it's thing


'*' is not recognized as an internal or external command,
operable program or batch file.
Initialized empty Git repository in C:/ASMUpdate/ASMGIT/.git/
remote: Counting objects: 2755, done.
remote: Compressing objects: 100% (2536/2536), done.
remote: Total 2755 (delta 157), reused 2587 (delta 81)
Receiving objects: 100% (2755/2755), 277.48 MiB | 1877 KiB/s, done.
Resolving deltas: 100% (157/157), done.
Checking out files: 100% (2509/2509), done.
Note: moving to 'origin/master' which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
git checkout -b <new_branch_name>
HEAD is now at bbc757f... FIX GIT-455: Various LowList Lable fixes, that apeared
after fixing search results window.
Deleted branch master (was bbc757f).

The system cannot find the file specified.
Access is denied.
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
The system cannot find the path specified.
0 file(s) copied.

ERROR: Error Copying Aeon Showmix Skin Files

Press any key to continue . . .


If I press any key, the cmd prompt closes.
Help Please,
thank you.
Reply
yesniyah Wrote:I got the same thing going on with my 64bit WIN7 machine.
Here's the info that comes up in the cmd prompt.

Here you will see the edits I made to the ASMconfig.bat file

@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:\Program Files (x86)\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)
set GETSHOWMIX=1
rem * Aeon Auriga (by djh)
rem set GETAURIGA=1
rem * Aeon Hitched (by hitcher)
rem set GETHITCHED=1
* Aeon Phil65 (by temmi2000)
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="C:\ASMUpdate\git"
rem If you are using your own Git, try something like:
rem set GITPATH="C:\Program Files\Git"


This is what the CMD windows shows at the end of doing it's thing


'*' is not recognized as an internal or external command,
operable program or batch file.
Initialized empty Git repository in C:/ASMUpdate/ASMGIT/.git/
remote: Counting objects: 2755, done.
remote: Compressing objects: 100% (2536/2536), done.
remote: Total 2755 (delta 157), reused 2587 (delta 81)
Receiving objects: 100% (2755/2755), 277.48 MiB | 1877 KiB/s, done.
Resolving deltas: 100% (157/157), done.
Checking out files: 100% (2509/2509), done.
Note: moving to 'origin/master' which isn't a local branch
If you want to create a new branch from this checkout, you may do so
(now or later) by using -b with the checkout command again. Example:
git checkout -b <new_branch_name>
HEAD is now at bbc757f... FIX GIT-455: Various LowList Lable fixes, that apeared
after fixing search results window.
Deleted branch master (was bbc757f).

The system cannot find the file specified.
Access is denied.
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
Invalid path
0 File(s) copied
The system cannot find the path specified.
0 file(s) copied.

ERROR: Error Copying Aeon Showmix Skin Files

Press any key to continue . . .


If I press any key, the cmd prompt closes.
Help Please,
thank you.


Solved one problem by moving the asmupdate folder to the root of the C drive but now i get a similar cmd error

PHP Code:
'*' is not recognized as an internal or external command,
operable program or batch file.

From git://github.com/andyblac/aeon
 
= [up to date]      auriga     -> origin/auriga
 
= [up to date]      master     -> origin/master
HEAD is now at bbc757f
... FIX GIT-455Various LowList Lable fixesthat apeared
 after fixing search results window
.

The system cannot find the file specified.
Access is denied.
Invalid path
0 File
(scopied
Invalid path
0 File
(scopied
Invalid path
0 File
(scopied
Invalid path
0 File
(scopied
Invalid path
0 File
(scopied
Invalid path
0 File
(scopied
The system cannot find the path specified
.
        
0 file(scopied.

ERRORError Copying Aeon Showmix Skin Files

Press any key to 
continue . . . 

Anyone got any ideas?
Reply
Question 
Hello ! I'd like to ask is it this script applicable when I have Showmix 2.51 release installed ? Thank you.
Reply
iv tried to get this a few times and have never managed so im giving up shame Sad
Reply
Hello,

I'm using Phil65 and it works great. Thanks for the script that makes everything so easy.

There are three problems I've encountered when using the script.

1. ShowMix must be selected in order to run the script. Even I just want Phil65.

2. Some file names include some characters that are not English. It's not a problem if the system local language is English. but the script fails if the system non-unicode program language is East Asian Language such as Chinese. A workaround is to change the language to English to run the script, then change it back after.

3. The xbmc updater doesn't support Windows 7. I need to download the latest version from their website.

Thanks again!
Reply
Thanks for the script. Works fine. I'm new to linux.

Can someone tell me how to set up a cronjob to run the script automatically every week.

thanks.
Reply
xlnt Wrote:Hello,

I'm using Phil65 and it works great. Thanks for the script that makes everything so easy.

There are three problems I've encountered when using the script.

1. ShowMix must be selected in order to run the script. Even I just want Phil65.

2. Some file names include some characters that are not English. It's not a problem if the system local language is English. but the script fails if the system non-unicode program language is East Asian Language such as Chinese. A workaround is to change the language to English to run the script, then change it back after.

3. The xbmc updater doesn't support Windows 7. I need to download the latest version from their website.

Thanks again!

Hello,

to download only the Aeon65 skin you have to edit the ASMupdate.bat file moving the last "IF" section (the one about Aeon65) above the "IF" section of the Showmix skin. Doing that the Aeon65 will be the default skin to download.

Big Grin
Reply
  • 1
  • 9
  • 10
  • 11(current)
  • 12
  • 13

Logout Mark Read Team Forum Stats Members Help
Script to Download, Install and Update Git-hosted Aeon Showmix/Auriga/Hitched1