[AppleTV] Launcher 3.2.5 and ATV XBMC nightlies released

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
adufresne Offline
Junior Member
Posts: 7
Joined: Jan 2010
Reputation: 0
Post: #11
I'm not sure why using the `defaults` command didn't work for me, but here's how I added it manually to the /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance/Contents/Info.plist file:
Code:
sudo -s
cd /System/Library/CoreServices/Finder.app/Contents/PlugIns/XBMCLauncher.frappliance/Contents/
cp Info.plist Info.plist.orig
awk -F'[/.]' '{ print $0; if ($9 == "update_urls") { print "                                <string>http://mirrors.xbmc.org/nightlies/osx/update_urls.plist</string>"; } }' Info.plist.orig > Info.plist
I rebooted and my SVN releases showed up. If anyone knows the correct way to fix this, please let me know! In the meantime, I'm rocking some Crystal HD success Wink
find quote
MaestroDD Offline
Team-XBMC Developer
Posts: 629
Joined: Jul 2008
Reputation: 0
Location: Mannheim, Germany
Post: #12
adufresne Wrote:I just finished setting up my Apple TV, but I can't get the XBMC nightlies to show up under Launcher -> Downloads. I entered in the aforementioned command, went to Settings, then Downloads, but nothing. I also tried rebooting. I can see the value was successfully saved:
Code:
bash-2.05b# defaults read com.teamxbmc.xbmclauncher
{
    XBMCAdditionalDownloadPlistURLs = ("http://mirrors.xbmc.org/nightlies/osx/update_urls.plist");
}
Any idea what I might be doing wrong? I'm running Launcher 3.2.2 on Apple TV 3.0.1. Any help would be greatly appreciated.

strange. Need to see console.log after entering Launcher->Downloads.


Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
adufresne Offline
Junior Member
Posts: 7
Joined: Jan 2010
Reputation: 0
Post: #13
MaestroDD Wrote:strange. Need to see console.log after entering Launcher->Downloads.
console.log

I thought about posting this earlier, but it didn't seem to be updating and there was no hint regarding the additional download URLs:
Code:
2010-01-20 17:39:50.846 Finder[233] [DEBUG] -[XBMCUpdateController initWithURLs:]
2010-01-20 17:39:50.900 Finder[233] [DEBUG] Adding downloads from URL: http://atv-xbmc-launcher.googlecode.com/svn/tags/ul-info/update_urls.plist
2010-01-20 17:39:51.200 Finder[233] [DEBUG] -[XBMCUpdateController controlWasActivated]
The timestamps were all 17:00, and by the time I had reached this point it was around 20:00. Maybe I didn't put it in to the appropriate debug mode?
find quote
MaestroDD Offline
Team-XBMC Developer
Posts: 629
Joined: Jul 2008
Reputation: 0
Location: Mannheim, Germany
Post: #14
adufresne Wrote:console.log

I thought about posting this earlier, but it didn't seem to be updating and there was no hint regarding the additional download URLs

Thanks fot the update. If console.log isn't updated anymore, you can (at least most of the time) fix it by restarting Finder (ps aux | grep Finder -> kill PID).

Here's what my 'defaults' says:
Code:
-bash-2.05b$ defaults read com.teamxbmc.xbmclauncher

{
    XBMCAdditionalDownloadPlistURLs = ("http://mirrors.xbmc.org/nightlies/osx/update_urls.plist");
}

Some hints why those are not picked up by Launcher:
- Launcher version < 3.1(?); current one should definitely work
- wrong user? Did you add additional users on your ATV?

cheers,
mdd


Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
runelind Offline
Junior Member
Posts: 38
Joined: Nov 2008
Reputation: 0
Post: #15
adufresne Wrote:I just finished setting up my Apple TV, but I can't get the XBMC nightlies to show up under Launcher -> Downloads. I entered in the aforementioned command, went to Settings, then Downloads, but nothing. I also tried rebooting. I can see the value was successfully saved:
Code:
bash-2.05b# defaults read com.teamxbmc.xbmclauncher
{
    XBMCAdditionalDownloadPlistURLs = ("http://mirrors.xbmc.org/nightlies/osx/update_urls.plist");
}
Any idea what I might be doing wrong? I'm running Launcher 3.2.2 on Apple TV 3.0.1. Any help would be greatly appreciated.

try entering the nightlies information as a normal (frontrow) user instead of the root user.
find quote
adufresne Offline
Junior Member
Posts: 7
Joined: Jan 2010
Reputation: 0
Post: #16
Genius! That was it. I forgot to drop back to frontrow before adding it. Whoops! Works great now, thank you.
find quote
yzeyze Offline
Senior Member
Posts: 104
Joined: Jul 2007
Reputation: 0
Post: #17
I have a slightly modified keymap file.
Every time I do a nightly install the file gets clobbered.
( it's in /mnt/Scratch/Users/frontrow/Applications/XBMC.app/Contents/Resources/XBMC/system/keymaps)
Is there anyway to stop the joystick.AppleRemote.xml file from having to be re-uploaded after every update?
find quote
pender Offline
Junior Member
Posts: 38
Joined: Aug 2007
Reputation: 0
Post: #18
Hello,

I am suddenly havings problems with the Launcher -> Downloads on the ATV. Launching XBMC/Boxee from the Launcher works but when I drill down to the Launcher Downloads, i can see the download plists including the new SVN buildbot but when I press select on any item in the list, nothing happens. The ATV IR light flickers but nothing happens and nothing is downloaded.

This was working fine with the older sshsc site for months, but suddenly it has stopped working since the first week of the new year. It seems it can not update any of the installer scripts. The new Buildbot was added from user frontrow and not from root.

Code:
-bash-2.05b$ defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array-add http://mirrors.xbmc.org/nightlies/osx/update_urls.plist
-bash-2.05b$ defaults read com.teamxbmc.xbmclauncher                            
{
    XBMCAdditionalDownloadPlistURLs = ("http://mirrors.xbmc.org/nightlies/osx/update_urls.plist");
}

Thanks for any help

Console Log.
http://pastebin.com/f1f404192

ATV OS v 2.3
XBMC Launcher v3.2.2 or 3.2.1 (i don't recall if 3.2.2 updated successfully)
(This post was last modified: 2010-01-25 04:46 by pender.)
find quote
MaestroDD Offline
Team-XBMC Developer
Posts: 629
Joined: Jul 2008
Reputation: 0
Location: Mannheim, Germany
Post: #19
yzeyze Wrote:I have a slightly modified keymap file.
Every time I do a nightly install the file gets clobbered.
( it's in /mnt/Scratch/Users/frontrow/Applications/XBMC.app/Contents/Resources/XBMC/system/keymaps)
Is there anyway to stop the joystick.AppleRemote.xml file from having to be re-uploaded after every update?

sure, move joystick.AppleRemote.xml to ~/Library/Application\ Support/XBMC/userdata/keymaps/ and modify it there.

'~/.../Application Support/XBMC/' isn't touched on updates...

HTH,
mdd


Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
MaestroDD Offline
Team-XBMC Developer
Posts: 629
Joined: Jul 2008
Reputation: 0
Location: Mannheim, Germany
Post: #20
Hi pender,

pender Wrote:Hello,

I am suddenly havings problems with the Launcher -> Downloads on the ATV. Launching XBMC/Boxee from the Launcher works but when I drill down to the Launcher Downloads, i can see the download plists including the new SVN buildbot but when I press select on any item in the list, nothing happens. The ATV IR light flickers but nothing happens and nothing is downloaded.

This was working fine with the older sshsc site for months, but suddenly it has stopped working since the first week of the new year. It seems it can not update any of the installer scripts. The new Buildbot was added from user frontrow and not from root.
[..]


strange:
Code:
2010-01-24 18:30:12.095 Finder[136] [ERROR] Could not save update script to /Users/frontrow/Library/Caches/XBMCLauncherDownloads/xbmc-nightly_update.download/xbmc-nightly_update.sh

Seems there are permission issues. Does deleting XBMCLauncher's cache folder (rm -rf /Users/frontrow/Library/Caches/XBMCLauncherDownloads) help?

cheers,
mdd


Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. If you don't have the time to read them, please don't take the time to post in this forum!
For troubleshooting and bug reporting please make sure you read this first.
find quote
Post Reply