Volume Control
#1
Hi,
first of all, thanks for the great Skin!
I have an addon which shows a volume control in a dialog window. This works on Estuary, but not on Pellucid, as there is no volume slider included in the skin. Can you tell me how I could add the standard volume control to Pellucid to reference it from my addon, or should I rather post this request to addon development?
Thanks!
Reply
#2
Hi fatcatsanonymous,

What's the addon?
Bitcoin donations: 1Hvo9rWzhAVbuPrshgaGZaD7qcLFTCPuiv
[Skin] Pellucid
[Skin] Maximinimalism
Reply
#3
Hi,
its a custom-made addon which includes the standard volume control slider. As there is no volume slider in your theme (only the volume bar), the slider is not loading into the addon. The addon loads the slider with the estuary skin, so I'm presuming if I add the slider to your skin files, it should load.
Reply
#4
Thanks for clarifying.

Yes, that should do the trick. The file you need to edit is skin.pellucid/1080i/defaults.xml. 

I'm guessing the missing control is the slider. The code below is untested (i've taken it from the stock skin and replaced the textures with ones available in Pellucid). It will probably need tweaking:
<default type="slider">
     <texturesliderbar border="10">colors/black.png</texturesliderbar>
     <textureslidernib>colors/white.png</textureslidernib>
     <textureslidernibfocus>colors/white.png</textureslidernibfocus>
     <orientation>horizontal</orientation>
</default>
Bitcoin donations: 1Hvo9rWzhAVbuPrshgaGZaD7qcLFTCPuiv
[Skin] Pellucid
[Skin] Maximinimalism
Reply
#5
Perfect! Thanks for your help!
Reply

Logout Mark Read Team Forum Stats Members Help
Volume Control0