truenas / apps

GNU Lesser General Public License v3.0
49 stars 13 forks source link

Community Chart Suggestion: Medusa #248

Open Mattnicko opened 7 months ago

Mattnicko commented 7 months ago

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.

Source: https://github.com/pymedusa/Medusa

Mattnicko commented 7 months ago

Installation & Configuration Guides: https://github.com/pymedusa/Medusa/wiki/Installation-&-Configuration-Guides

borntohonk commented 5 days ago

After migrating to RC1 my previous container of this, a remnant of "truecharts" died, would be nice if it could have an official entry under community.

edit:

something like this does work with the new docker compose manual entry:

which would then be accessed at ex: *.*.*.*:10068


version: "2.1"  
services:
  medusa:
    image: lscr.io/linuxserver/medusa:latest
    container_name: medusa
    environment:
      - PUID=568
      - PGID=568
      - TZ=Etc/UTC
    volumes:
      - /path/to/medusa/config:/config
      - /path/to/downloads:/downloads
      - /path/to/tv/shows:/tv
    ports:
      - 10068:8081
    restart: unless-stopped
borntohonk commented 5 hours ago

using (ix-app) provides a better experience than "custom app" as that seems resource limited, using the following values:


repository: lscr.io/linuxserver/medusa
tag: latest

Timezone set
enviroment variables:
PGID : 568
PUID : 568
Container port 8081:10068:TCP
Storage host path 3 times for, /config /downloads and /tv
resource limits as needed.