๐๏ธ Unmanic
![]()
Unmanic is a simple tool for optimising your file library. Convert your files into a single uniform format, manage file movements based on timestamps, or execute custom commands against files based on their size โ fully automated.
๐ท๏ธ Category: Media
๐ณ Image: josh5/unmanic:latest
๐ Links
| ย | ย |
|---|---|
| ๐ฆ Project | github.com/Unmanic/unmanic |
| ๐ Support | GitHub Issues |
| ๐ Donate | github.com/sponsors/Josh5 |
๐ Ports
| Port | Protocol | Description |
|---|---|---|
8888 | TCP | Unmanic Web Interface |
๐พ Volumes
| Host Path | Container Path | Mode | Description |
|---|---|---|---|
/mnt/cache/appdata/unmanic/ | /config | RW | Config & database |
/mnt/media/ | /library | RW | Media library to process |
/mnt/cache/temp | /tmp/unmanic | RW | Temp working directory |
โ๏ธ Environment Variables
No environment variables required for this container.
๐ Quick Start
- Open the MOS Hub and search for Unmanic
- Click Install
- Access Unmanic at
http://your-server-ip:8888 - Configure your library path and conversion settings in the web UI
- Add plugins for the formats you want to convert to
๐ Popular Plugins
Unmanic has a rich plugin library โ here are some popular ones:
| Plugin | Description |
|---|---|
| Video Encoder - HEVC | Convert videos to H.265/HEVC for smaller file sizes |
| Video Encoder - AV1 | Convert to AV1 for even better compression |
| Audio Encoder - AAC | Normalize audio tracks to AAC |
| Remove Subtitle Streams | Strip unwanted subtitle tracks |
| File size comparator | Only keep converted file if itโs smaller |
๐ก Tip: Use the File size comparator plugin to make sure Unmanic only replaces your original files when the converted version is actually smaller โ preventing accidental quality loss!
โ ๏ธ Note: Make sure your
/mnt/cache/tempdirectory has enough free space โ Unmanic needs room to store files during conversion before moving them to the library.