User Tools

Site Tools


linux:ubuntu_24.04:kodi

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:ubuntu_24.04:kodi [2024/05/22 14:32] – [LIRC Configureren] excylelinux:ubuntu_24.04:kodi [2024/09/20 16:48] (current) – [Workaround voor cec startup loop] excyle
Line 10: Line 10:
 apt upgrade apt upgrade
 apt install flatpak openbox lightdm samba wsdd lm-sensors mc binutils build-essential subversion git unzip xterm dkms cec-utils ntpdate apt install flatpak openbox lightdm samba wsdd lm-sensors mc binutils build-essential subversion git unzip xterm dkms cec-utils ntpdate
 +</code>
  
 +Select lightdm as default display manager
 +
 +<code bash>
 flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo
 flatpak install flathub tv.kodi.Kodi -y flatpak install flathub tv.kodi.Kodi -y
 </code> </code>
- 
-Select lightdm as default display manager 
  
  
Line 311: Line 313:
  
 <code bash> <code bash>
-mcedit /home/kodi/.var/app/tv.kodi.Kodi/data/userdata/Lircmap.xml+mcedit /home/kodi/.var/app/tv.kodi.Kodi/data/userdata/lircmap.xml
  
  
Line 318: Line 320:
 en zet hier het volgende in en zet hier het volgende in
  
-<code xml Lircmap.xml>+<code xml lircmap.xml>
 <lircmap> <lircmap>
   <remote device="Harmony">   <remote device="Harmony">
Line 388: Line 390:
 </code> </code>
  
-Maak een /home/kodi/.var/app/tv.kodi.Kodi/data/userdata/keymaps/Harmony.xml aan+Maak een /home/kodi/.var/app/tv.kodi.Kodi/data/userdata/keymaps/harmony.xml aan
  
 <code bash> <code bash>
-mcedit /home/kodi/.var/app/tv.kodi.Kodi/data/userdata/keymaps/Harmony.xml+mcedit /home/kodi/.var/app/tv.kodi.Kodi/data/userdata/keymaps/harmony.xml
  
  
Line 398: Line 400:
 en zet hier het volgende in en zet hier het volgende in
  
-<code xml Harmony.xml>+<code xml harmony.xml>
 <keymap> <keymap>
   <!-- Blue toggles watched indicator -->   <!-- Blue toggles watched indicator -->
Line 571: Line 573:
 <code bash> <code bash>
 mkdir /etc/systemd/system.conf.d mkdir /etc/systemd/system.conf.d
-printf '[Manager]\nDefaultTimeoutStopSec=10s' | tee -a /etc/systemd/system.conf.d/faster-shutdown.conf+printf '[Manager]\nDefaultTimeoutStopSec=10s\n' | tee -a /etc/systemd/system.conf.d/faster-shutdown.conf
  
 </code> </code>
Line 585: Line 587:
 #!/bin/bash #!/bin/bash
 /bin/echo "standby 0" | /usr/bin/cec-client -s -d 1 /bin/echo "standby 0" | /usr/bin/cec-client -s -d 1
 +
 </code> </code>
  
linux/ubuntu_24.04/kodi.1716381131.txt.gz · Last modified: by excyle

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki