[RELEASE] XBMC Skin Manager (Open Source Python Software for Windows)

  Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
idrive Offline
Junior Member
Posts: 2
Joined: Nov 2008
Reputation: 0
Post: #71
I keep getting the following message when trying to upload a skin:
"XMBC is current Dashboard
It appears that XBMC is your current dashboard.
It is very disadvised to update skins under these circumstances.
Especially if you try to update your current skin.
Do you want to continue anyway?"

I am new to XBMC and didn't want to mess anything up so I figured I would ask what I need to do to resolve this problem.

-d
find quote
rudeboyx Offline
Fan
Posts: 747
Joined: Dec 2007
Reputation: 0
Location: Burnley, UK
Post: #72
its not a problem just a warning. if you do not want this warning message to appear start up a different dashboard with ftp feature on your xbox, ie (evo-x or avalaunch) and try again.

i just make sure i swith to a different skin in xbmc before uploading, theres never been any problems.
find quote
idrive Offline
Junior Member
Posts: 2
Joined: Nov 2008
Reputation: 0
Post: #73
rudeboyx Wrote:its not a problem just a warning. if you do not want this warning message to appear start up a different dashboard with ftp feature on your xbox, ie (evo-x or avalaunch) and try again.

i just make sure i swith to a different skin in xbmc before uploading, theres never been any problems.
Oh so I need to download and upload a different dashboard onto my Xbox and use that while adding skins to XBMC?

-d
find quote
juju0 Offline
XBMC Skin Manager author
Posts: 44
Joined: Nov 2006
Reputation: 0
Post: #74
wilydodger Wrote:Hey guys. I'm running Vista 32 and the Skin Manager 0.7.

Everything seems to be working ok until it hit the building skin part of the process. The Status just says "waiting" and the cmd prompts never pop up with the skin builds.

Any ideas or anyone else having this problem?

Thanks in advance.

No idea... It's may be the skin you try to build doesn't have a build file (Build.bat on Windows).
Try to launch the soft in debug mode, il will display some extra informations. You have to put -d as argument by launching the program with command line or you can create a shortcut for "xbmcsm.exe", go to shortcut proprieties and add -d at the end of target.

idrive Wrote:Oh so I need to download and upload a different dashboard onto my Xbox and use that while adding skins to XBMC?

-d
No, like rudeboyx says, this just tell that if you try to overwrite the skin which is currently used by XBMC, it will cause errors because you can't delete it (the skin is completely deleted and then the new version is uploaded). But, if the current XBMC skin is not overwritten, there is no problem.
find quote
wyild1 Offline
Senior Member
Posts: 179
Joined: Jan 2007
Reputation: 0
Post: #75
Morning!

I seem to be having a problem with the linux svn version. First here are some details

OS: Kubuntu 8.10 x64
wyild1@:~/XBMC Skin ManagerSVN$ sudo apt-get install python-wxgtk2.8 python-svn unrar
Reading package lists... Done
Building dependency tree
Reading state information... Done
python-wxgtk2.8 is already the newest version.
python-svn is already the newest version.
unrar is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
wyild1@:~/XBMC Skin ManagerSVN$

I cannot get any SVN skins. The area is completely blank. I tested the program out on my work laptop running Mandriva 2009 32bit and i had to install pysvn not python-svn and had no issues.

Any thoughts?
find quote
JPSiemer Offline
Senior Member
Posts: 128
Joined: May 2008
Reputation: 1
Post: #76
wilydodger Wrote:Hey guys. I'm running Vista 32 and the Skin Manager 0.7.

Everything seems to be working ok until it hit the building skin part of the process. The Status just says "waiting" and the cmd prompts never pop up with the skin builds.

Any ideas or anyone else having this problem?

Thanks in advance.

same problem here. tried the debug mode and I get:

---- EXCEPTION TRACEBACK ----
Traceback (most recent call last):
File "gui.pyo", line 601, in __processConsumer
File "wx\lib\delayedresult.pyo", line 225, in get
AttributeError: processSkins instance has no attribute '_processSkins__exportskin'
---- END TRACEBACK ----
find quote
juju0 Offline
XBMC Skin Manager author
Posts: 44
Joined: Nov 2006
Reputation: 0
Post: #77
Hello and sorry for slow answer.

I see the problem, and it's more or less a Vista problem :
I use platform.system() to identify the OS, on XP, this returns "Windows" but Vista can sometimes return "Microsoft", so XBMCSM don't know how to build skin.

The other problem is that it tries to use "svn export" function to use plain source files, but this feature has been removed and I've forgot to clean this call...

But the problem is fixed : there is the update from 0.7 to 0.71 (just extract it to install folder and overwrite existing files)

Can you confirm me this works before publishing official update ? (I'm still on XP)
find quote
rudeboyx Offline
Fan
Posts: 747
Joined: Dec 2007
Reputation: 0
Location: Burnley, UK
Post: #78
skins now build correctly in vista,

i got (new update available) prompt the first time i started the app. but not any other time iv launched the program, so seems fine

cheers juju0
find quote
juju0 Offline
XBMC Skin Manager author
Posts: 44
Joined: Nov 2006
Reputation: 0
Post: #79
Great !

The new update prompt is shown only because the last official version is 0.7 ans you have 0.71, it's not a problem.

The update is now published on website.
find quote
freaksworth Offline
Member
Posts: 82
Joined: May 2006
Reputation: 2
Post: #80
Hi,
I'm using v0.71 from svn on debian and/or ubuntu. When I run xbmcsm.pyw there're no checkboxes (no skins found?) to select the skins (only for http-skins) any idea what's going wrong? The xbmcsm.pyw is completely empty.

thnx in advance
f

freaksworth is not connected to or in any other way affiliated with XBMC, Team XBMC, or the XBMC Foundation.
find quote
Post Reply