Kodi Community Forum
[XBOX] T3CH Upgrader (Python Script) - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+--- Thread: [XBOX] T3CH Upgrader (Python Script) (/showthread.php?tid=29329)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


- BigBellyBilly - 2009-09-26

code now modded to do archive file size check according to xbmc build type.


- Dan Dare - 2009-09-27

@unkle_wah
I noticed the same thing the other day, might be because of source code restructuring, should probably get back to normal in the next few days, see:

http://xbmc.org/team-xbmc/2009/09/22/notice-svn-path-change/

and keep an eye on the changes with this plugin:

http://www.xbmc.org/forum/showthread.php?t=57827


- w3__ - 2009-12-11

Hi guys, I think another update to this is needed for the latest t3ch build... It gives errors (updating from the very last t3ch build)


- BigBellyBilly - 2009-12-11

i'll look into it


- w3__ - 2009-12-12

Cheers BBB, much appreciated!


- BigBellyBilly - 2009-12-14

Quote:(updating from the very last t3ch build)

Can you give me some more details on problems your having.

Which T3CH build are you going from (assuming to T3CH XBMC 2009-12-09 SVN rev25497) ?

Is it repeatable and can you mail me a full debug log (or pastebin)

Thanks


SVN file renaming - marstedt - 2010-01-16

I've noticed that when I download a new SVN build using the T3CH Upgrader script that it changes the file name. For instance, the current build is [26841] and if I want to download it the script shows it as [XBMC_XBOX_26841.rar] but when I look in my download directory I see [SVN_20100114.rar].

It's not a big problem but it is confusing switching back and forth between build numbers and dates.


- BigBellyBilly - 2010-01-16

Its renamed to try and keep paths as short as possible (42 chars). Using date instead of build number was more meaningful.
The SVN_ prefix indicates from Nightlys and T3CH_ used for other.


- marstedt - 2010-01-17

I understand, but the end result is confusing. Whenever I want to post about a certain build I now have to retrace what build was connected with which date.


- TheQuestor - 2010-01-31

BBB I miught have broken your script Sad After much discussion with DD we decided to move the Xbox archives over to .zip format instead of .rar
This started well yesterday and so lastnight's and tonight's build will probably not work for you. The older revisions should still work since they are still all rar and my download function knows the difference Smile

Just letting you know so you don't get a ton of why doesn't this thing work posts Tongue

Craig


v1.9.6 - BigBellyBilly - 2010-02-01

Script change to look for ZIP instead of RAR (from Nightly Builds site).

This is actually better as unpacking large zips can be done in chunks (unlike the rar builtin), using less memory so not requiring a skin/appearance switch to lower xbmc ram use.

BBB


- Dan Dare - 2010-02-02

Thanks TheQuestor / BigBellyBilly.

@BigBellyBilly
The new version downloaded the Nighly Build .zip just fine, then went to install it still displays the "low free memory" message in Rapier and fails to extract the zip file - looks like it failed to create the directory.

Debug log:
http://pastebin.com/m57f5cc32


- frogger23 - 2010-02-05

@Dan Dare
I have the same problem...


- BigBellyBilly - 2010-02-05

I'm aware and working on it.


- Dan Dare - 2010-02-05

We all appreciate your efforts BBB!