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 - 2008-04-27

v1.5.2 with the fix isn't released yet, I was waiting for the language translators to update the language strings, but it hasnt happened yet.
I'll probs release it soon anyway.

That update.py was an unrelated fix so the script can download the new version when its available.


- Bootsy - 2008-04-27

BigBellyBilly Wrote:...I was waiting for the language translators to update the language strings, but it hasnt happened yet.
...

german strings are up-to-date since yesterday...added one string or are there other changes?

greetz,
bootsy


- hei_q - 2008-04-28

ah, ok, thx again for the fast support!
i have another suggestion: there is only an option to set a "drive of shortcut to dash" it would be better to set there a "folder of shortcut to dash".
Today i have set up the script on a softmodded box.
The sofmod has made a shortcut which is called default.xbe in an own folder (dashboard), so i have to set complete path to the place of shortcut, but within the script i cant do that. so i just changed the settings file manually which is located in userdata. Now everything works fine.

So the more comfortable way would be to do this within the script.
THX!


- BigBellyBilly - 2008-04-28

Thx Bootsy, can always rely on you!

Hei_q: It is already possible to do what you want (and mentioned in the readme), but maybe its not so obvious.
All you need to do is put the subfolder name infront of the dashboard name. This is done when your in the settings option 'Dash Booting shortcut name ?'
Select 'Use Keyboard'

eg. mysubfolder\xbmc


- hei_q - 2008-04-29

ah, ok, didnt know that, thx.


- snotrag - 2008-05-01

after updating update.py the script seems to create a subdirectory "backups" in the scripts directory. why is that? couldn't the subdir be created within the t3ch upgrader directory itself?


- BigBellyBilly - 2008-05-01

the idea was that all my scripts will create backups into that single \backups folder. Its neater that having several <script_name>_backup folder names in the main script folder.

eg.
scripts\backups

instead of
scripts\<scriptname1>_backup
scripts\<scriptname2>_backup
scripts\<scriptname3>_backup
scripts\<scriptname4>_backup

so its intended to affect any script that may use that module (ie. all mine that have been recently fixed/updated- but anyone can use the module)


- snotrag - 2008-05-01

i see. well then... looking forward to 1.5.2 Wink


missing string translations - BigBellyBilly - 2008-05-01

no problem.
(will actually be called v1.6 now cos theres more than just bug fixes in it)

can anyone help translate these missing strings?

into French:
Quote: <string id="315">RAR failed SFV checksum![CR]May be corrupt, please re-download.</string>
<string id="316">Not enough freespace on installation drive!</string>
<string id="317">Free RAM less than recommended, unrar may fail.</string>
<string id="318">All FTP servers unavailable!</string>
<string id="319">No Web Builds found!</string>
<string id="320">SFV filename entry not found![CR]Continue Anyway?</string>

<string id="414">Readme</string>
<string id="415">Changelog</string>

<string id="529">Backup and Update XBMC boot shortcuts ?[CR](Required to boot to new build)</string>
<string id="530">Drive=%s Freespace=%sMB Required=%sMB</string>
<string id="531">Freemem=%sMB Recommended=%sMB</string>
<string id="532">Continue ?</string>

<string id="621">Install Old Build From Web</string>

<string id="639">View Script Readme/Changelog</string>

into Swedish:
Quote: <string id="314">Extract folder already exists, Overwrite ?</string>
<string id="315">RAR failed SFV checksum![CR]May be corrupt, please re-download.</string>
<string id="316">Not enough freespace on installation drive!</string>
<string id="317">Free RAM less than recommended, unrar may fail.</string>
<string id="318">All FTP servers unavailable!</string>
<string id="319">No Web Builds found!</string>
<string id="320">SFV filename entry not found![CR]Continue anyway?</string>

<string id="410">XBMC</string>
<string id="411">T3CH</string>
<string id="412">Delete</string>
<string id="413">Cancel</string>
<string id="414">Readme</string>
<string id="415">Changelog</string>

<string id="526">New Path Exists ?</string>
<string id="527">New XBE Exists ?</string>
<string id="528">Delete T3CH Archive?</string>
<string id="529">Backup and Update XBMC boot shortcuts ?[CR](Required to boot to new build)</string>
<string id="530">Drive=%s Freespace=%sMB Required=%sMB</string>
<string id="531">Freemem=%sMB Recommended=%sMB</string>
<string id="532">Continue ?</string>

<string id="620">Install From Local:</string>
<string id="621">Install Old Build From Web</string>

<string id="637">Reset Custom Copy and Delete Lists</string>
<string id="638">Prompt Before Deleting T3CH Archive file?</string>
<string id="639">View Script Readme/Changelog</string>

thanks


- Nuka1195 - 2008-05-01

use userdata/script_data, makes scripts folder cleaner?


- BigBellyBilly - 2008-05-01

you'd prefer

UserData\script_data\backups ?

but I thought that area was for script settings and caching, not really for backup of script modules?

The other benifit of having a single \backup folder is its easier to add to scripts Exclude Copy list


- Nuka1195 - 2008-05-01

i was thinking userdata/script_data/t3ch upgrader/backups

i don't use it, it was just a suggestion. i don't know how it's used or if it's something that should be cleaned out from time to time. but i do back up my script_data folder and not the scripts folder.

what might be nice, is if a period is in the start of the name, do not show this folder (like linux) so "scripts/.backups" could work, but xbmc would need changing.


- snotrag - 2008-05-01

yeah, the hidden folder thing would be cool


- Bram77 - 2008-05-02

It's kind of unclear where the script can be downloaded. Wouldn't it be great if the script would be offered for download on the T3CH website?

http://t3ch.yi.se/
[email protected]


- BigBellyBilly - 2008-05-02

Its bundled with T3CH builds.
And once installed, self updating (from google SVN) ,
Also available at http://www.XBMCScripts.com

So you shouldn't have to go looking for it once you have it.

The only thing that can happen, is that, it self updates to a ver that hasn't been included in latest T3CH rar, so once thats installed, you'll be back on whatever T3CH has included. But it will update itself once again of course.

Nuka: folder hiding is a good idea. I can change to prefix with '.' anyway, so if it does get implemented, it should start working.

no offers for the outstanding French / Swedish translations. As I'd like to get these changes into next T3CH I'll probably release it come saturday anyway. (GTA4 permitting Wink )