Kodi Community Forum
[MOD] CarPC-Carbon - 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: Estouchy (https://forum.kodi.tv/forumdisplay.php?fid=261)
+---- Thread: [MOD] CarPC-Carbon (/showthread.php?tid=320735)

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


RE: [MOD] CarPC-Carbon - idorel77 - 2017-09-18

Go in skin settings click on programs button and enter *Programs* .


RE: [MOD] CarPC-Carbon - techie67 - 2017-09-18

Works fine!

Thank you!

Chris


RE: [MOD] CarPC-Carbon - techie67 - 2017-09-18

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.


RE: [MOD] CarPC-Carbon - 1milenia - 2017-09-19

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/1135x638q90/923/u3xw6Z.jpg


RE: [MOD] CarPC-Carbon - idorel77 - 2017-09-19

(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.


RE: [MOD] CarPC-Carbon - idorel77 - 2017-09-19

(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/1135x638q90/923/u3xw6Z.jpg


That button is for right side list buttons.
If you want to add in left side than copy and edit fullscreen button.


RE: [MOD] CarPC-Carbon - techie67 - 2017-09-19

Many thanks.
I will try it asap.
Chris


RE: [MOD] CarPC-Carbon - 1milenia - 2017-09-19

do you have a pic of what you neen full screen button


RE: [MOD] CarPC-Carbon - idorel77 - 2017-09-20

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>



RE: [MOD] CarPC-Carbon - 1milenia - 2017-09-21

theres 2 onclicks witch do i use for youtube


RE: [MOD] CarPC-Carbon - idorel77 - 2017-09-21

Delete both.
and i suppose for youtube will be:

Code:
<onclick>RunAddon(plugin.video.youtube)</onclick>



RE: [MOD] CarPC-Carbon - 1milenia - 2017-09-22

thanks to add the icon whats the next step


RE: [MOD] CarPC-Carbon - djtale - 2017-09-24

(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.


RE: [MOD] CarPC-Carbon - idorel77 - 2017-09-25

Hi,
Yes , with enter key.


RE: [MOD] CarPC-Carbon - djtale - 2017-09-25

(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