Kodi Community Forum

Full Version: [MOD] CarPC-Carbon
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
Go in skin settings click on programs button and enter *Programs* .
Works fine!

Thank you!

Chris
Another question: If i want to change the function of the Radio button to start e.g. a radio addon.
Where do i have to add the ActivateWindows command?
Same question for Navigation.

I would like to use those two for other targets because i use the skin as gui for a mediacenter at home and not in a car.

Chris

I think i found the file. It should be in the includes.xml.
But i am not shure where exactly.
if i copy the favorites and put it on the other side and make it into a youtube button is this the way id do it in the picture below

https://imagizer.imageshack.us/v2/1135x6...u3xw6Z.jpg
(2017-09-18, 20:32)techie67 Wrote: [ -> ]Another question: If i want to change the function of the Radio button to start e.g. a radio addon.
Where do i have to add the ActivateWindows command?
Same question for Navigation.

I would like to use those two for other targets because i use the skin as gui for a mediacenter at home and not in a car.

Chris

I think i found the file. It should be in the includes.xml.
But i am not shure where exactly.

If you want to use Radio addon i can add this for radio button(i will add anyway).

But if you want to change button totally this 2 buttons is in Includes.xml
line 375 for radio and 151 for navigation.
(2017-09-19, 04:07)1milenia Wrote: [ -> ]if i copy the favorites and put it on the other side and make it into a youtube button is this the way id do it in the picture below

https://imagizer.imageshack.us/v2/1135x6...u3xw6Z.jpg


That button is for right side list buttons.
If you want to add in left side than copy and edit fullscreen button.
Many thanks.
I will try it asap.
Chris
do you have a pic of what you neen full screen button
Here is the code for the button:

Modify for your need.

Code:
<control type="group" id="4272">
        <posx>220</posx>
        <posy>105r</posy>
        <control type="button" id="4273">
        <description>Fullscreen</description>
                <posx>0</posx>
                <posy>0</posy>
                <width>100</width>
                <height>100</height>
                <texturenofocus border="6"></texturenofocus>
                <texturefocus >list_focus.png</texturefocus>
                <onclick condition="Player.HasAudio">ActivateWindow(Visualisation)</onclick>
                <onclick condition="Player.HasVideo">ActivateWindow(FullscreenVideo)</onclick>
            </control>
            <control type="image">
                <posx>100</posx>
                <posy>15</posy>
                <width>2</width>
                <height>80</height>
                <texture border="2">separator.png</texture>
                <colordiffuse>blue</colordiffuse>
            </control>
            <control type="image">
                <description>Fullscreen</description>
                <posx>5</posx>
                <posy>15</posy>
                <width>90</width>
                <height>80</height>
                <texture>fullscreen.png</texture>
                <bordersize>12</bordersize>
            </control>
        </control>
theres 2 onclicks witch do i use for youtube
Delete both.
and i suppose for youtube will be:

Code:
<onclick>RunAddon(plugin.video.youtube)</onclick>
thanks to add the icon whats the next step
(2017-09-03, 08:11)idorel77 Wrote: [ -> ]@zalamar,
you must have the apk or addon installed. That is just a shortcut button.
By enter the value you can change the onclick button , you can use the navigation button to open waze, maps or navit (i can add more actions if you use other navigation).

Same for radio.

@malin,
i will try.

Hi,

First I want to congratulate you. This is exactly the kind of theme I was looking for my pc-car.

I am now trying to set it up to fill my needs but I don't understand how to customize Navigation and Radio buttons. I have Odroid C2 with Android system installed.
When I go to customize the Navigation button and enter for example 'Waze' I don't have any Validation button in the on-screen keyboard.
How do I save the value I enter ?

Thanks.
Hi,
Yes , with enter key.
(2017-09-25, 05:53)idorel77 Wrote: [ -> ]Hi,
Yes , with enter key.

Thanks idorel77.
I see what is the problem. On my VU5 screen I don't see the buttons at the top right. I have installed kodi on a computer to test.
Do you see any solution to see those buttons on my VU5 screen ? I use a bluettoth remote with keyboard but the Enter key doesn't work on that screen.

Thanks
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38