- wiki/tech/ → family/how-to/ (15 files, no duplicates existed)
- wiki/{concepts,comparisons,root}/ → personal/projects/personal-os/ (22 files)
- wiki/tech/media-pipeline-pitfalls.md → personal/projects/
- wiki/tech/reflect-skip-fuse.md → personal/projects/
- wiki/ddg-asana-workflow.md → work/
- wiki/user-profile.md → personal/
- Dropped 11 files: vault versions are newer/bigger (xgimi, htpc-steam,
vault-strategy, executor-orchestrator, executor-security-incident,
kraken-media-stack, library-app, psychologist-app, raw/processed/, log, index)
4 files pending review (wiki version larger than vault original):
htpc-magic4pc, tv-luna-send, wireguard-vpn, watchlist-automation
32 lines
658 B
Markdown
32 lines
658 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:
|
|
- "[[tech/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.
|