Kodi Community Forum
Xbmc skin editor - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+---- Forum: Skin helper addons (https://forum.kodi.tv/forumdisplay.php?fid=300)
+---- Thread: Xbmc skin editor (/showthread.php?tid=136364)

Pages: 1 2 3 4 5


Xbmc skin editor - tiben20 - 2012-07-18

i had some spare time so i created this
Its still in early stage but so far it is working as i planned
Its only working for windows. But it can be easily ported to mono for linux and mac

https://code.google.com/p/xbmc-skin-editor-net/

you have a image previewer
Image
you can see the includes and button can be selected from the property grid depending on what is available in the skin directory
Image

you are also able to control xbmc from the application to test the window from a simple click

I also added the possibility off adding a skin it is creating the addon.xml and its also creating every window with the basic <window id="theid"></window> in the file


RE: Xbmc skin editor - phil65 - 2012-07-18

nice work, but perhaps better suited to skin development forum section.
will test it.


RE: Xbmc skin editor - tiben20 - 2012-07-18

i agree i will move it to skin development


RE: Xbmc skin editor - phil65 - 2012-07-18

had to copy App.Config to Xbmc Subfolder to make it compile.
it also crashes when loading Nox (does it support other folders than 720p?)


RE: Xbmc skin editor - tiben20 - 2012-07-18

(2012-07-18, 01:56)phil65 Wrote: had to copy App.Config to Xbmc Subfolder to make it compile.
it also crashes when loading Nox (does it support other folders than 720p?)
hold on i made it to be able to load different resolution ill verify what is the problem and fix it

Ok i fixed the the resolution change i get the defaultresolution or the <res folder="" in addon.xml to see which folder to load


RE: Xbmc skin editor - phil65 - 2012-07-18

(2012-07-18, 05:52)tiben20 Wrote:
(2012-07-18, 01:56)phil65 Wrote: had to copy App.Config to Xbmc Subfolder to make it compile.
it also crashes when loading Nox (does it support other folders than 720p?)
hold on i made it to be able to load different resolution ill verify what is the problem and fix it

Ok i fixed the the resolution change i get the defaultresolution or the <res folder="" in addon.xml to see which folder to load

thx.
another small thing: your username is hardcoded in frmOpenSkin.vb (leads to an exception here at some point)


RE: Xbmc skin editor - Hitcher - 2012-07-18

Can someone explain how to get this running please?

Thanks.


RE: Xbmc skin editor - phil65 - 2012-07-18

(2012-07-18, 20:53)Hitcher Wrote: Can someone explain how to get this running please?

Thanks.

compile and run, no problems here with vs2010.


RE: Xbmc skin editor - tiben20 - 2012-07-19

(2012-07-18, 20:53)Hitcher Wrote: Can someone explain how to get this running please?

Thanks.

ill upload a build when i am done with fixing open skin

@phil65 you want access to the svn if you find some bug it might be faster to just fix them if your already use to vb.net


RE: Xbmc skin editor - phil65 - 2012-07-19

(2012-07-19, 00:15)tiben20 Wrote:
(2012-07-18, 20:53)Hitcher Wrote: Can someone explain how to get this running please?

Thanks.

ill upload a build when i am done with fixing open skin

@phil65 you want access to the svn if you find some bug it might be faster to just fix them if your already use to vb.net

can help a bit of course when i find some time. would you mind switching to GIT? Cool


RE: Xbmc skin editor - tiben20 - 2012-07-19

here we go i uploaded a build
http://code.google.com/p/xbmc-skin-editor-net/downloads/detail?name=XbmcSkinEditor.zip&can=2&q=#makechanges


RE: Xbmc skin editor - Hitcher - 2012-07-19

(2012-07-19, 00:25)tiben20 Wrote: here we go i uploaded a build
http://code.google.com/p/xbmc-skin-editor-net/downloads/detail?name=XbmcSkinEditor.zip&can=2&q=#makechanges

Many thanks.


RE: Xbmc skin editor - tiben20 - 2012-07-19

(2012-07-19, 10:08)Hitcher Wrote:
(2012-07-19, 00:25)tiben20 Wrote: here we go i uploaded a build
http://code.google.com/p/xbmc-skin-editor-net/downloads/detail?name=XbmcSkinEditor.zip&can=2&q=#makechanges

Many thanks.

if there any feature or bug you want me to add just ask it ill see what i can do


RE: Xbmc skin editor - Hitcher - 2012-07-19

I can't get it to control XBMC running on the same PC and on my networked one it just reloads the home screen.


RE: Xbmc skin editor - tiben20 - 2012-07-19

try to leave the port setting empty i only tested with the default port