2024-04-18, 08:41 PM
yeah i removed some lines cause i could not fit it all in the pastebin. But i only removed repeated lines.
My specs is
24 x AMD Ryzen 9 5900X 12-Core Processor
32GB RAM
I dont have a GPU.
Setup
Proxmox
- Container(Linux)(Have 15gb Storage, all cpus, 5gb ram)
- Docker(Portainer)
- Jellyfin(Installed with Docker-compose)
Storage
- Storage(Where all my movies is) (2TB HHD)
Portainer(Docker)
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:latest
restart: unless-stopped
environment:
TZ: Europe/Stockholm
JELLYFIN_FFmpeg__probesize: 50000000 #TEST
JELLYFIN_FFmpeg__analyzeduration: 50000000 #TEST
volumes:
- /mnt/docker-data/jellyfin/configconfig
- /mnt/docker-data/jellyfin/cachecache
- type: bind
source: /mnt/media
target: /media
ports:
- 9050:8096
My Container have mountpoints to /mnt/storage/media/(in Proxmox) to /mnt/media/(In container) (movies, series)
Since my Radarr and Sonarr is not in the same Container.
https://pastebin.com/vL7sp5qc (FFmpeg.Transcode)
https://drive.google.com/file/d/19IRMeim...sp=sharing (Daily log) (sorry not pastebin, but this log was too long)
This is what info i can get for now. If you need anything i will try to provide.
My specs is
24 x AMD Ryzen 9 5900X 12-Core Processor
32GB RAM
I dont have a GPU.
Setup
Proxmox
- Container(Linux)(Have 15gb Storage, all cpus, 5gb ram)
- Docker(Portainer)
- Jellyfin(Installed with Docker-compose)
Storage
- Storage(Where all my movies is) (2TB HHD)
Portainer(Docker)
jellyfin:
container_name: jellyfin
image: jellyfin/jellyfin:latest
restart: unless-stopped
environment:
TZ: Europe/Stockholm
JELLYFIN_FFmpeg__probesize: 50000000 #TEST
JELLYFIN_FFmpeg__analyzeduration: 50000000 #TEST
volumes:
- /mnt/docker-data/jellyfin/configconfig
- /mnt/docker-data/jellyfin/cachecache
- type: bind
source: /mnt/media
target: /media
ports:
- 9050:8096
My Container have mountpoints to /mnt/storage/media/(in Proxmox) to /mnt/media/(In container) (movies, series)
Since my Radarr and Sonarr is not in the same Container.
https://pastebin.com/vL7sp5qc (FFmpeg.Transcode)
https://drive.google.com/file/d/19IRMeim...sp=sharing (Daily log) (sorry not pastebin, but this log was too long)
This is what info i can get for now. If you need anything i will try to provide.