# 00-chapter-intro.md

kstack:
  book: Centerpoint Home Lab
  chapter: Media & Entertainment
  page: Chapter Introduction
  tags: [media, plex, jellyfin, immich, audiobookshelf, stash]
---

## Overview

This chapter covers all media consumption and photo management services on
Centerpoint. Media files themselves are not stored locally — they live on the
UnRAID NAS (`192.168.1.119`) and are bind-mounted into containers from the
NFS shares at `/mnt/Multimedia` and `/mnt/Photos`.

## Shared Storage

| NFS Mount         | Contents                              | Consumers                                    |
|-------------------|---------------------------------------|----------------------------------------------|
| `/mnt/Multimedia` | Movies, TV, adult content, audiobooks, podcasts | Plex, Jellyfin, Emby, Audiobookshelf, Stash |
| `/mnt/Photos`     | Photo library, Google Photos imports  | Immich                                       |

## Services in This Chapter

| Service            | Container(s)                                                     | Status  | Purpose                              |
|--------------------|------------------------------------------------------------------|---------|--------------------------------------|
| **Plex**           | `plex`                                                           | Active  | Primary media server                 |
| **Jellyfin**       | `jellyfin`                                                       | Active  | Open-source media server (secondary) |
| **Emby**           | `emby`                                                           | Offline | Legacy media server — not running    |
| **Tautulli**       | `tautulli`                                                       | Active  | Plex analytics and monitoring        |
| **Immich**         | `immich_server`, `immich_machine_learning`, `immich_postgres`, `immich_redis` | Active | Photo & video library       |
| **Audiobookshelf** | `audiobookshelf`                                                 | Active  | Audiobooks and podcasts              |
| **Seerr**          | `seerr`                                                          | Active  | Media request management             |
| **Stash**          | `stash`, `stash-vr`                                              | Active  | Adult media library + VR frontend    |
| **Threadfin**      | `threadfin`                                                      | Active  | IPTV M3U proxy for Plex/Jellyfin     |

---
*Last Updated: 2026-06-16*