Kodi Community Forum

Full Version: Custom Radio Buttons
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Here are some custom radio button images I made.



Download - Custom Radio Buttons

Installation Instructions

Location of skin files per OS...
Linux - /home/yourusername/.kodi/addons/skin.aeonmq7
Windows - C:\Users\yourusername\AppData\Roaming\Kodi\addons\skin.aeonmq7
Android - Android/data/org.xbmc.kodi/files/.kodi/addons/skin.aeonmq7

Step 1) Extract the custom folder into the media folder.

Step 2) Edit the file defaults.xml in the 1080i folder.

In defaults.xml, look for
Code:
<textureradiofocus>radiobutton_on.png</textureradiofocus>
<textureradionofocus>radiobutton.png</textureradionofocus>

and change to
Code:
<textureradiofocus>custom/radiobutton_on.png</textureradiofocus>
<textureradionofocus>custom/radiobutton.png</textureradionofocus>
Very nice, the custom radio buttons icons stand out nicely, great work!
@CellarDoorTV

Thanks!
Great work! Thanks!
@JohnyBee

Thank you!
Awesome!!
@LupinSansei

Thanks!
Looks great!! Thank you!
Thanks vtx106!
hi latts9923,
thanks for the ModSSSS.
could it be possible for you to put the blurays cases on the shelf3d view Huh
i missed it a lot.
(2016-10-04, 13:24)toutoune290 Wrote: [ -> ]hi latts9923,
thanks for the ModSSSS.
could it be possible for you to put the blurays cases on the shelf3d view Huh
i missed it a lot.

You bet!

For that request you probably need to create a new thread...someone may have that available to share.
(2016-10-04, 13:24)toutoune290 Wrote: [ -> ]hi latts9923,
thanks for the ModSSSS.
could it be possible for you to put the blurays cases on the shelf3d view Huh
i missed it a lot.

hi tout

I've made a shelfcase mod here 279787 (thread).

Thanks latts Big Grin keep up the great work. just curious did you teach yourself to mod?

Took me over a year of playing with the code to understand it all Tongue Still have plenty to learn.

Oh and maybe if possible if your able to add some new media cases sometime, if your any good at photoshop Smile

Thanks again
(2016-10-04, 16:05)the_bo Wrote: [ -> ]hi tout

I've made a shelfcase mod here 279787 (thread).

Thanks latts Big Grin keep up the great work. just curious did you teach yourself to mod?

Took me over a year of playing with the code to understand it all Tongue Still have plenty to learn.

Oh and maybe if possible if your able to add some new media cases sometime, if your any good at photoshop Smile

Thanks again

Hey the_bo! Thanks! Yeah, I'm self taught. I've built a few websites, so I was used to editing xml files. Like you said though, I had to get used to the code as well. Sure, I can look at making some new media cases...just let me know what you'd like to add. I've gotten pretty good at using Photoshop. Might take a little time...I'm working on some new menu bars right now.
Hey, nice pngs, but how can i fix this:


Imageimag
(2016-11-28, 21:21)varoeax Wrote: [ -> ]Hey, nice pngs, but how can i fix this:

Thanks! It looks like you added them to your IncludesTopMenu.xml file. Try the following settings for them...

Code:
<radiowidth>84</radiowidth>
<radioposx>390</radioposx>
<radioheight>24</radioheight>
<textureradiofocus>custom/radiobutton_on.png</textureradiofocus>
<textureradionofocus>custom/radiobutton.png</textureradionofocus>

Here's what it looks like...
Image