31 lines
649 B
Markdown
31 lines
649 B
Markdown
---
|
|
title: HTPC Kodi Layout & WoL
|
|
created: '2026-05-23'
|
|
updated: '2026-05-23'
|
|
type: tech
|
|
namespace: family
|
|
tags: [htpc, kodi, wol, infra, how-to]
|
|
related: "[[htpc-steam-emulators]]"
|
|
---
|
|
|
|
# HTPC Kodi Layout & WoL
|
|
|
|
## Wake on LAN
|
|
|
|
HTPC MAC address stored in router DHCP config. WoL command:
|
|
|
|
```bash
|
|
wakeonlan <HTPC-MAC>
|
|
```
|
|
|
|
Or via Kodi remote / Home Assistant automation.
|
|
|
|
## Kodi Layout
|
|
|
|
- Home screen: custom skin (record actual skin name here)
|
|
- Sources: NFS mounts from TrueNAS (`/mnt/RED_2TB/...`)
|
|
- Add-ons: check Kodi installed add-ons list
|
|
|
|
Note: specific layout details were not migrated. Update this page
|
|
when next doing HTPC maintenance.
|