Kodi Community Forum
Awesome skin - questions about doing a mod - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Rapier (https://forum.kodi.tv/forumdisplay.php?fid=120)
+---- Thread: Awesome skin - questions about doing a mod (/showthread.php?tid=59182)



Awesome skin - questions about doing a mod - dgnzgnz - 2009-10-05

Hi,

Thank you very much for this skin, it is really awesome.

I am new to XBMC and after looking for a skin, after trying all of them i could find and settling on the standard one, you came and release this great piece of work.

Thank you very much.

However i would like to add a new view, something like the minimedia Exhibit view for the pictures.

I am quite new to skining and it seems i am unable to add even the item menu on the top bar so that i can choose the new view from it. Can you provide me with any pointer or clue about how to do this.

What i did was: 1) add the new view in the myPics.xml (below ListView).
2) add to ViewsCommon the skeleton of the new view and assigned to it an id that was not in use (65).

However after i do this i cannot see the new view listed when i enter the pictures "folder" from the main menu.

Thank you very much


- Sranshaft - 2009-10-06

You also need to add a button pointing to the view in the custom_ViewMode.xml file and an <include> in the MyPics.xml file.


- ronie - 2009-10-06

did you add the new id to the views entry at the top of MyPics.xml ?


- dgnzgnz - 2009-10-07

Hi,

I looked at the suggested places and got my menu item to be displayed, however as soon as i click on it instead of going to my new mostly empty view it goes to the Icon view.

Does any way have a slight idea of what might be happening?

Cheers,
Diego


- ronie - 2009-10-07

dgnzgnz Wrote:Hi,

I looked at the suggested places and got my menu item to be displayed, however as soon as i click on it instead of going to my new mostly empty view it goes to the Icon view.

Does any way have a slight idea of what might be happening?

Cheers,
Diego

most likely the code in your new view is invalid.


- Sranshaft - 2009-10-07

If you can upload the view's xml to PasteBin we might be able to help you more.