It is possible to update aTV to a particular build ?
#1
it is possible via this method ? I though it would be easy since is the same thing practically.

ok, i ssh this and replace the Info.asp path with my own, hosted in a web host:
Code:
defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array http://my_path/Info.asp

Original Info.asp
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">

<array>
    <dict>
        <key>UpdateScript</key>
        <string>http://files.getdropbox.com/u/858897/XBMC/xbmc-9.04_update_sshcs.sh</string>
        <key>URL</key>
        <string>http://www.sshcs.com/xbmc/inc/EVA.asp?mode=NDLC&amp;FN=OSX&amp;BN=24081</string>
        <key>Type</key>
        <string>Application</string>
        <key>MD5</key>
        <string></string>
        <key>Name</key>
        <string>XBMC r24081</string>

    </dict>
</array>
</plist>

My version Info.asp
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">

<array>
    <dict>
        <key>UpdateScript</key>
        <string>http://files.getdropbox.com/u/858897/XBMC/xbmc-9.04_update_sshcs.sh</string>
        <key>URL</key>
        <string>http://www.sshcs.com/xbmc/inc/EVA.asp?mode=NDLC&FN=OSX&BN=23675</string
        <key>Type</key>
        <string>Application</string>
        <key>MD5</key>
        <string></string>
        <key>Name</key>
        <string>XBMC r23675</string>

    </dict>
</array>
</plist>

so I dont see how this cant work ?
clearArt Concept
cdArt Concept

*If like, thank user
Reply
#2
reaven Wrote:it is possible via this method ? I though it would be easy since is the same thing practically.

ok, i ssh this and replace the Info.asp path with my own, hosted in a web host:
Code:
defaults write com.teamxbmc.xbmclauncher XBMCAdditionalDownloadPlistURLs -array http://my_path/Info.asp
You can also add you own plist instead of replacing the existing. See 'man defaults' and search for -array-add

reaven Wrote:
Code:
[...]
        <string>http://www.sshcs.com/xbmc/inc/EVA.asp?mode=NDLC&FN=OSX&BN=23675</string
[...]

so I dont see how this cant work ?

The download doesn't seem to work here. console.log should provide more info.

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.
Reply
#3
maybe this help

http://forum.xbmc.org/showthread.php?tid=59126
Reply

Logout Mark Read Team Forum Stats Members Help
It is possible to update aTV to a particular build ?0