2024-12-08, 04:19 AM
(2024-12-08, 04:04 AM)TheDreadPirate Wrote: Not quite what I asked for. I need to see how the container is configured. Do you have a yml/yaml file that you use to configure and start Jellyfin?
The issue with downloading artwork was an unintended change on TMDB's API. We notified them of the issue and they corrected it. They pushed out the correction earlier today and the issue should be resolved now.
Sorry about that. This was the docker compose command I used to start the Jellyfin container:
Code:
docker run -d \
--name jellyfin \
--privileged \
--user 1000:1000 \
-p 8096:8096 \
--volume /home/danielle/jellyfin/config:/config \
--volume /home/danielle/jellyfin:/cache \
--mount type=bind,source=/home/danielle/jellyfin/media,target=/media \
--restart=unless-stopped \
jellyfin/jellyfin
Rescued from the Trash Optiplex Build
CPU: Intel i5 3470
RAM: 4GB DDR3-1333
GPU: NVIDIA Quadro P400 2GB GDDR5
Boot Drive: Inland Professional 240GB SSD
Storage: Seagate Ironwolf 8TB 7200 RPM HDD
CPU: Intel i5 3470
RAM: 4GB DDR3-1333
GPU: NVIDIA Quadro P400 2GB GDDR5
Boot Drive: Inland Professional 240GB SSD
Storage: Seagate Ironwolf 8TB 7200 RPM HDD