Jump to content

Missing Background for Base Items


Recommended Posts

Posted

Any idea how I could have had this to happen?  See the Background art is missing form the system items -- Movies and Collections. ??

Also I had a Portainer disaster and completely lost my docker compose file (WORD TO THE WISE --- backup ALL your Portainer compose files!!)

I recreated my compose file (basically from memory)

Anyone see any blaring missing items?  It seems to be working, eccept for the missing "system" item artwork

---
services:
  emby:
    image: emby/embyserver:beta
    container_name: emby
    labels:
      - com.centurylinklabs.watchtower.monitor-only=true
    environment:
      - UID=1000
      - GID=100
      - TZ=America/New_York
    network_mode: host
    volumes:
      - /DATA/AppData/EmbyConfig:/config
      - /mnt/192.168.1.144/CromBackup:/crombackup
      - /mnt/data:/data
      - /mnt/data/media/movies:/movies
      - /mnt/data/media/tv:/tvshows
      - /mnt/channels-dvr:/channels-dvr
      - /mnt/data/NewEmmBackup:/backup

    ports:
      - 8096:8096
      - 8923:8920 #optional
    devices:
      - /dev/dri:/dev/dri #optional
    restart: unless-stopped
 

Image 10-4-25 at 3.47 PM.jpeg

Posted

Hi, try using the image editor to delete the existing images. Then run a library scan and see if that helps create new ones. Please let us know how that goes. Thanks.

  • Like 1
Posted (edited)
On 10/4/2025 at 7:26 PM, Luke said:

Hi, try using the image editor to delete the existing images. Then run a library scan and see if that helps create new ones. Please let us know how that goes. Thanks.

All good now -- Thanks

 

Word to the wise (when using Portainer) -- BACKUP your docker compose files -- sounds simple , but can save heartache!

Edited by Ahole
  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...