If you have any questions or problems in getting Transparency to work,
please read the FAQ
in case you feel there's anything missing in the faq, let me know and i'll add it.
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2009-09-06 02:10 by ronie.)
|
| find |
rbonon
Member Posts: 95 Joined: May 2008 Reputation: 7 |
2009-09-28 14:31
Post: #2
Ronie,
thanks for the FAQ/How-To. One thing I would like to see, maybe as a post, since it tends to be longer than a simple question/answer, is how to add your own home menu entry. In my case, I would like to have some additional entries like "Cartoons", "Documentaries", etc, pointing to video folders. |
| find |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2009-09-28 19:59
Post: #3
adding a new button may not be an easy task, depending on whether you want a skin setting to enable/disable the button, specify custom backgrounds for it, etc...
you'll have to add a lot of code to custom_SkinSettings_1111.xml if you want these options. also adding buttons to the vertical menu is a bit more tricky than adding it to the horizontal menu... would (ab)using one of the existing buttons be an option? it's far easier to change the label and the action of an existing button than to create a new one. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find |
rbonon
Member Posts: 95 Joined: May 2008 Reputation: 7 |
2009-09-29 20:37
Post: #4
Ronie,
I was an xTV user before. Being that skin simpler than Transparency!, it was not that difficult for me to hack home.xml plus some other files and get new entries that linked to new video windows. I will try the (ab)use existing entries to see if I learn a little about it. Anyway, it would be very nice (and I am sure popular) to see some sort of way to add custom entries easier, or a doc on how to hack your way around it. regards |
| find |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2009-09-29 21:50
Post: #5
rbonon Wrote:Anyway, it would be very nice (and I am sure popular) to see some sort of way to add custom entries easier, or a doc on how to hack your way around it. to make it easier is an option, but to make it easy is not possible. you can't just 'create' buttons on the fly, they'll have to be defined in the skin first. this leads to a number of questions, first how many 'custom' buttons do you want me to code in Transparency!? next, menu order, should the custom buttons be at the bottom of the menu or at the top or in between? changing the menu order yourself is not possible in xbmc. it has to be hardcoded in the skin. and the last question, how can a user easily assign an action to the button? a button can launch a script, run a plugin (not sure if this is possible?), open a certain entry in the video library or navigate to a certain folder in filemode. i think it would take a fair amount of coding to create something that works for everyone and is easy to configure at the same time.... i do agree with you that adding custom menu options is one of the most requested things in every xbmc skin forum. but...i'm always willing to give a few pointers to anyone who want to modify something themselves. just keep in mind that i won't be spoon-feeding all the code, i've done that, been there and didn't like it. it's way too time consuming to create custom hacks for everyone's personal preferences. (the same applies to writing manuals). ;-) Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first. |
| find |
rbonon
Member Posts: 95 Joined: May 2008 Reputation: 7 |
2009-09-29 22:04
Post: #6
Ronie
I fully agree with you on not wasting time spoon-feeding custom hacks. For me it would be enough just to show in couple of comments (as a post on the forum) how a new button could be added by showing what are the changes needed in what file. Just give an example and i will follow (or maybe just show how an existing button is coded). That would suffice for most of the people. That would make a very popular sticky. |
| find |
ronie
Team-XBMC Member Joined: Jan 2009 Reputation: 108 |
2009-10-01 00:23
Post: #7
now then, let's give it a try...
what file do i need to edit... Includes_Home.xml, that's the file where the two menus are defined (vertical and horizontal menu). search that file for this string: <control type="list" id="5040"> that's where the code for the vertical menu starts. if you search for this string: <control type="wraplist" id="5041"> you'll find the code for the horizontal menu. how to add a menu button... the code for a menu button looks like this: Code: <item id="13">so, what does it all mean...
horizontal menu... if you want to add a button to the horizontal home menu, you can just insert the button code in-between the other buttons at the position where you would like it to be. congratulations, you're done. vertical menu... add to button code at your prefered position in-between the other buttons in the vertical menu. a few more code changes are needed and this should only be done under supervision of a second degree skinner.
if things don't turn out the way you expected... too bad....i did my best to explain everything as detailed as possible. it's up to you to get it to work and there's an excellent xbmc skinning manual available here. Always read the XBMC online-manual, FAQ and search the forum before posting. Do not PM or e-mail XBMC-Team members directly asking for support. Read/follow the forum rules. For troubleshooting and bug reporting please make sure you read this first.
(This post was last modified: 2009-12-26 20:09 by ronie.)
|
| find |
rbonon
Member Posts: 95 Joined: May 2008 Reputation: 7 |
2009-10-01 01:17
Post: #8
Ronie,
fantastic! That is exactly what I meant. Thanks for taking the time to write the instructions. Now it is up to us to sort our way around it. I vote for this to be a sticky, although that may be a problem for you, as I am sure some less considerate users will always bug you asking questions about it. How can one not love such a nice skin with such outstanding "support service" ![]() Regards |
| find |
ppic
Skilled Python Coder Joined: Feb 2009 Reputation: 10 Location: France idf |
2009-10-25 23:36
Post: #9
just for you to know, i have updated my plugin (v1.3) to allow clearart dowload in tvshow folder option.
Passion-XBMC Repository Download your SVN skins and addons TvTunes Addon Download Play your theme while browsing library TVshow Next Aired display next aired infos from tvrage.com Logo Downloader Script download Logo/clearart/show thumbs/poster/banner Bande-Annonce Allociné plugin watch trailers in french and vo SportLive Script Live score match info in XBMC (not compatible dharma) |
| find |
JudoSquash
Junior Member Posts: 6 Joined: Apr 2009 Reputation: 0 |
2009-10-26 00:33
Post: #10
Thanks for taking the time to post that quick tutorial Ronie. It's greatly appreciated! I hope that I'm not the only one that will be experimenting with it and (hopefully) getting fantastic results.
|
| find |


Search
Help