[RELEASE] T3CH Upgrader v1.8 for Xbox

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Thumbs Up  [RELEASE] T3CH Upgrader v1.8 for Xbox Post: #1
Nothing to dramatic, mostly to accomodate the recent changes to Python in XBMC.

Changelog:

Quote:v1.8 23/03/2009
Change: Change to cope with new xbmc paths "special://" otherwise fallback to old style.
Change: Menu options Maintain Additional Deletes and Copies selection/editing behaviour.
Change: Changelog.txt moved to script home dir.
Change: Improved new build UserData removal/checking (prompts for retry if failed)
Change: Some code tidyup (code logging etc)
New: Menu option to Select from multiple Local Archives (rar | zip)

Download from Box.net or use "SVN Repo Installer" plugin.

Thanks to language translators for your continued support.

NB. Other build installation:
Should you wish to use this script as an installer for other (more frequent/daily builds) builds, then
i) rename your build archive (zip or rar) to the T3CH filename format. eg. 'T3CH XBMC 2009-03-04 SVN rev18221'
ii) copy the rar to the designated settings download location.
iii) run script and it should be installed as normal.

contact me / post here if any problems found.

cheers (especially to all those who've recently donated a beer to me - the Belly much appreciated it! Smile )

BBB

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
Dan Dare Offline
http://www.xbmc4xbox.org
Posts: 1,054
Joined: Sep 2004
Reputation: 146
Post: #2
Thanks B!!!

The special:// fix should do it for me as I don't think the special paths are supported on Xbox version just yet.
find quote
TeknoJnky Offline
Fan
Posts: 423
Joined: Aug 2008
Reputation: 0
Post: #3
Thanks for the update and for adding the local archive option!
________
NEW JERSEY MARIJUANA DISPENSARY
(This post was last modified: 2011-02-16 05:33 by TeknoJnky.)
find quote
cromity123 Offline
Member
Posts: 60
Joined: Oct 2008
Reputation: 0
Location: UK
Post: #4
NB: With the nightly builds from http://www.sshcs.com/xbmc/ I had to open the rar and change the name of the main folder from "BUILD" to "XBMC" to get it to work with the script. After that worked like a charm.Big Grin
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #5
thats a good tip. thanks

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
cromity123 Offline
Member
Posts: 60
Joined: Oct 2008
Reputation: 0
Location: UK
Post: #6
BBB,

I just tried editing the copy files with v1.8 of your script under t3ch 18221 and upgrading to nightly version (19222) but the new copy paths show up as e.g. "special://home/whatever" which then fail when upgrading with error something like:

"err2 no such file exists, the file "E:\Apps\T3CH_20090304\XBMC\special://home/whatever doesn't exist" (from memory but you get the idea)

I manually edited the includes file back to "E:\" rather than "special://" which fixed it.

Is this a bug or have i done something funny? (quite possible)

cromity
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #7
how old was your xbmc build, was it 'special://' aware ? even so, it shouldve coped.

but, it looks like a bug. will look into it. ta

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
terminalx Offline
Senior Member
Posts: 143
Joined: Oct 2004
Reputation: 0
Post: #8
BBB,

I tried editing the copy files and tried deleting standard "\skin" entry that is there by default but every time I relaunch your script the "\skin" is still in the copy files? Is the behaviour you intended?

IF I understand correctly, the copy files copies my existing files from my old xbmc install to the new xbmc install. Does this mean I never get the "newest" scripts that come with T3ch since with the copy files it always overwrites the most recent files that come with T3ch?

IT is funny because I have added some additional files to the copy file list because I run som PM3.HD mods and want these copied into the new install. They do not copy however for some reason. I presume this should not be the case (since your default stettings do copy eg my scrips ect)?

final word.Great program made life sooo much simpler :! many thanks.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #9
\skin is one of the hardcoded 'copy include' subfolders, if you includes list doesn't have any of these 'mandatory' subfolders after reading in the includes file, it adds them.

After new build extraction etc, it then does the 'copy includes'. Each sub folder and/or file listed is copied unless it already exists.
So in the case of Skins: The latest PM3.HD comes with the new build. All subfolders of \skin , that don't exist in new build, are copied. ie. additional skins installed

You always keep the new build stuff.

Your custom files should copy over if they don't exist in new build.

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #10
cromity123: If you can still reproduce the error, can you send me the full xbmc.log , along with your includes.txt

thanks

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
find quote
Post Reply