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 - Rowan707 - 2019-12-03

Hi everyone,

The skin is amazing but i have a couple of questions,
Is it posable to add a audio mute button in the same row as volume up and down (i have tryed myself but it dit not work), how can i add a bleutooth menu (pair, connect and disconnect) and is it posible to show a radio logo or other fanart in the Logo area?

I am adjusting it for a media center (public room) so evrey thing must be done from the Carpc skin.
Ther was one message about the fanart but (maybe i missed it) i saw no solution.

Keep continu the good work, and i hope that anyone can help me.

Thank u,

Kind regarts Rowan707.


RE: [MOD] CarPC-Carbon - idorel77 - 2019-12-07

Hi  @Rowan707 ,

For mute button have to work , just copy one volume button modify action and position.
For bluetooth and radio logo depends on the system os you using. It is possible but complicated .


RE: [MOD] CarPC-Carbon - Drtapfesz - 2019-12-15

Hi everybody!

I want to build a solution in my car with this skin that includes a desktop mini PC (ZOTAC ZBOX-PI335) with hdmi display, usb touch, fm radio, physical volume control, more professional sound card, phone mirroring, and possibly navigation. You run PC win 10 and you do.
1. By the time I got to the kodi and carPC-Carbon skin I had added. I'd like to use the navigation s button to run a program, but I don't understand how to do it. There is a "navi.exe" in the kodi directory that should run this if I can. I want a solution to that.
2. I have a Chinese usb -s FM receiver. "Https://www.aliexpress.com/item/32914826153.html?spm=a2g0s.12269583.0.0.4ba3ccbdECpDBP"
This should work with the radio button.

Thanks!


RE: [MOD] CarPC-Carbon - idorel77 - 2019-12-17

HI,

For the action button : https://forum.kodi.tv/showthread.php?tid=320735&pid=2732964#pid2732964

For psysical volume control you can try this: https://youtu.be/Oejz4rS-nzQ


RE: [MOD] CarPC-Carbon - alexbeatle - 2019-12-29

(2017-08-29, 18:07)idorel77 Wrote: Hello ,

I make it a new skin CarPC-Carbon for Kodi 17 base on Estouchy.
Because a lot of people like it the last skin i kept the design.

Please tell me if you find bugs Smile , i will try to fix .
Tell me what you like it and what not. If i like your idea maybe i will make some changes.

Kodi 17
https://github.com/idorel77/skin.CarPc-Carbon

Kodi 18
https://github.com/idorel77/CarPc-Carbon-K18

UPDATE:
You can custom all 6 buttons , change icon , label and action(onclick) - you can use the buttons to open what you want Smile
Demonstration: https://youtu.be/HidQD-JGxAo


Update:
- Music OSD
- Settings page
- Skin Settings

Added:
- Day/Night
- Texture colors
     Red
     Green
     White
     Transparent Blue
     Transparent Red
     Transparent Green
- Font and icons - Blue
Here 2 videos: 
   Part 1Part 2ImageImageImageImageImageImageImage

Great work!

Please help. After changing the font to Arial, the home page main menu font became small. The rest are fine. How to adjust, please?


RE: [MOD] CarPC-Carbon - idorel77 - 2019-12-29

Hi, you have to edit includes.xml files - Label Buttons Home


RE: [MOD] CarPC-Carbon - alexbeatle - 2019-12-29

(2019-12-29, 12:05)idorel77 Wrote: Hi, you have to edit includes.xml files - Label Buttons Home

Actually just solved it. Fonts.xml was missing "font50_titled" and "font60_titled" for Arial.ttf, which are used in those. After adding everything is good. Thanks for your help, anyways.


RE: [MOD] CarPC-Carbon - alexbeatle - 2019-12-29

Anybody tried disabling the splash?
I opted in for a into video via Settings menu, but the startup Kodi splash shows up and then the video is played.

I created advancedsettings.xml (below). Now when I open Kodi, the screen goes black for about the duration that the Kodi splash used to and then the video is played.

<advancedsettings version="1.0">
    <splash>false</splash>
</advancedsettings>

Any idea how to boot with video only and no delay?


RE: [MOD] CarPC-Carbon - idorel77 - 2020-01-03

https://forum.kodi.tv/showthread.php?tid=320735&pid=2675972&highlight=advancedsettings.xml#pid2675972


RE: [MOD] CarPC-Carbon - Rowan707 - 2020-01-08

(2019-12-07, 09:06)idorel77 Wrote: Hi  @Rowan707 ,

For mute button have to work , just copy one volume button modify action and position.
For bluetooth and radio logo depends on the system os you using. It is possible but complicated .

Thank you idorel77, that has worked, now i want to connect a button to a python file on my desktop (Raspbian Buster - RPI4) with this i control the master audio, i have a separated pulsaudio for bluetooth audio reciving and want to mute all (kodi and bluetooth).
how can i add a python file to the volume buttons? or alsaaudio commands? (python3 file is already made)

The Radio is a minor priorety but i am working on the bluetooth by following a xml course to create the menu screen and write python scripts for the actions.


RE: [MOD] CarPC-Carbon - idorel77 - 2020-01-09

Hi,

you have to edit includes.xml lines from 770 and edit actions lines.
https://github.com/idorel77/CarPc-Carbon-K18/blob/master/xml/Includes.xml


RE: [MOD] CarPC-Carbon - Rixprj - 2020-01-30

(2017-08-31, 21:34)ozkr0124 Wrote: @ Idorel77
how can you add shortcut at the bottom ....?

Can you explain how?

In addition to that I can start the radio with an FM module TEA5767 v3
Ciao, sei riuscito a configurare il tea5767 v3? Ho un rpi4 e io non ci riesco, come hai fatto? Grazie


RE: [MOD] CarPC-Carbon - rillsley - 2020-02-21

Hi love the look of this skin.  Have tried to install this through addon zip but Kodi (18.5) wont install.  Is there a repository I can do it direct with Kodi?


RE: [MOD] CarPC-Carbon - idorel77 - 2020-02-22

(2020-02-21, 18:16)rillsley Wrote: Hi love the look of this skin.  Have tried to install this through addon zip but Kodi (18.5) wont install.  Is there a repository I can do it direct with Kodi?

Hi, 

what sistem os do you use and what version of skin?


RE: [MOD] CarPC-Carbon - rillsley - 2020-02-22

(2020-02-22, 08:52)idorel77 Wrote:
(2020-02-21, 18:16)rillsley Wrote: Hi love the look of this skin.  Have tried to install this through addon zip but Kodi (18.5) wont install.  Is there a repository I can do it direct with Kodi?

Hi, 

what sistem os do you use and what version of skin? 
Hi thanks for the reply I managed to get it to install from zip ok in the end.  I'm not sure if you know if its possible to get duplicate screen outputs on raspberry pi 4 with Kodi? Struggling to find any information. Thanks  Rob