[XBOX] T3CH Upgrader (Python Script)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Solo0815 Offline
Senior Member
Posts: 296
Joined: Sep 2004
Reputation: 0
Post: #31
I tried b7 yesterday, it hangs while unraring. I had to reboot my xbox. I hope b9 is better Wink

How about reading the dashboardname from the files on C:\ and make a suggestion for the user? Maybe like this: (i´m not a programmer)
Code:
read xbe-files on C:\ > $dashboardname
case $dashboardname ==
  "evoxdash" then prompt "evoxdash"
  "xboxdash" then prompt "xboxdash"
"everything_else" prompt user_to_insert_manually

this would help users who don´t know their dashboard name or users which are not so familiar with Xbox-things Wink

there are only 10 sorts of people: those who understand binary and those who don't

ATV2 --- PC Kubuntu 12.10 --- Xbox1 with XBMC4Xbox --- PC Win7 --- Raspberry Pi --- VU+ Duo
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #32
if you experience a hang/crash, please send me your xbmc.log (you will have to have enabled xbmc debug in UserData\AdvancedSettings.xml

<advancedsettings>
<loglevel>1</loglevel>
</advancedsettings>

If possible could you send a snapshot of the folder structure under your current xbmc UserData installation ?

Dont worry, if it didn't get to the end of the script it doesn't update any shortcuts or delete anything from your current installation.

I'll consider the suggestion. thanks

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
(This post was last modified: 2007-10-27 11:35 by BigBellyBilly.)
find quote
mikko70 Offline
Member
Posts: 80
Joined: Mar 2007
Reputation: 0
Post: #33
b7 language files works right, later version not work, only english
find quote
Solo0815 Offline
Senior Member
Posts: 296
Joined: Sep 2004
Reputation: 0
Post: #34
I´ll try the script when a new T3CH (hopefully Monday) is out. If the script fails, i´ll post the debug-log and the python-log (if it still exists on the white button) Wink

there are only 10 sorts of people: those who understand binary and those who don't

ATV2 --- PC Kubuntu 12.10 --- Xbox1 with XBMC4Xbox --- PC Win7 --- Raspberry Pi --- VU+ Duo
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #35
mikko70: The b7 only worked cos I'd swapped all accented chars for normal ones. b9 does contain accented chars but it seems saved in ascii.

Still looking into it. no joy even thou i've re-saved them utf-8 with scite.

If anyone has working language files, from b9, please send them to me.

Code now changed for user to select from a list of existing dash names (.xbe or .cfg but not msdash) on c:\ or manual entry with keyboard.

My Addons (myTV, T3CH Upgrader, DVDProfiler, BBCPodRadio, Comics, Football, GoogleReader, reeplay.it, Metacritic, Phonebin, FileViewer,SVN Repo Installer (contributor)) available at Box.net
(This post was last modified: 2007-10-27 14:18 by BigBellyBilly.)
find quote
mikko70 Offline
Member
Posts: 80
Joined: Mar 2007
Reputation: 0
Post: #36
BigBellyBilly Wrote:mikko70: The b7 only worked cos I'd swapped all accented chars for normal ones.

i'm not understand what you mean. I think you modify nuka's t3ch script.
Nukas script works ok with other languages and i try remember b7 support öä characters, i must check it again later.
find quote
smuto Offline
Senior Member
Posts: 241
Joined: Sep 2004
Reputation: 2
Post: #37
BBB u are the most active python developer, realy don't know why u are not one of project owners of
http://code.google.com/p/xbmc-scripting/

just talk to each other u and nuka

smuto

[Image: 1.png]
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #38
Swedish language file sorted.

Solo0815 suggestion of selecting from a list of existing dash names & manual keyboard entry, added.

b10 HERE

thanks smuto, but I just like to do my own thing. chip in when I can. I'll punt this over to SVN v.shortly, then want to get myTV v1.18 out the door.

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
mikko70 Offline
Member
Posts: 80
Joined: Mar 2007
Reputation: 0
Post: #39
BBB: you remove ö and ä from Finnish file and leave ö and ä in Swedish file, why ?
string file is now saved UTF-8 but still saved in some corupted format.
find quote
BigBellyBilly Offline
Skilled Python Coder
Posts: 959
Joined: Feb 2005
Reputation: 2
Location: UK
Post: #40
your right I included the wrong finnish by mistake. it was late and beer had been flowing.
I do have them both working now thou.

just waiting for log from anyone who gets the exception in _copy_userdata() now

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