• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: One of my libraries was suddenly emptied out

     
    • 0 Vote(s) - 0 Average

    SOLVED: One of my libraries was suddenly emptied out

    One of my libraries was suddenly emptied out.
    nothingveryobvious
    Offline

    Member

    Posts: 112
    Threads: 44
    Joined: 2023 Jun
    Reputation: 0
    Country:United States
    #9
    2023-10-10, 11:38 PM
    @bitmap

    Hey. Both Sonarr and Jellyfin are running with PUID and PGID of 1000. Jellyfin grabs my images.

    Code:
    ---
    version: "2.1"
    services:
      jellyfin:
        image: lscr.io/linuxserver/jellyfin:10.8.11
        container_name: jellyfin
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=America/Los_Angeles
        volumes:
          - /Users/name/Docker/jellyfin/config:/config
          - /Users/name/Docker/jellyfin/cache:/cache
          - /Volumes/hd1/jellyfin-hd1:/media/jellyfin-hd1
          - /Volumes/hd2/jellyfin-hd2:/media/jellyfin-hd2
        ports:
          - 8096:8096
          - 8920:8920 #optional
          - 7359:7359/udp #optional
          - 1900:1900/udp #optional
        restart: unless-stopped

    Code:
    sonarr:
        image: lscr.io/linuxserver/sonarr:latest
        container_name: sonarr
        environment:
          - PUID=1000
          - PGID=1000
          - TZ=America/Los_Angeles
        volumes:
          - /Users/name/Docker/sonarr/config:/config
          - /Volumes/hd1/jellyfin-hd1/TV Shows:/tv-shows
          - /Volumes/hd2/jellyfin-hd2/TV Shows:/tv-shows-2
          - /Volumes/hd1/jellyfin-hd1/Anime:/anime
          - /Volumes/hd1/jellyfin-hd1/K-Dramas:/k-dramas
        ports:
          - 8989:8989
        restart: unless-stopped
        labels:
          - "com.centurylinklabs.watchtower.enable=true"
    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    Messages In This Thread
    One of my libraries was suddenly emptied out - by nothingveryobvious - 2023-10-10, 06:12 AM
    RE: One of my libraries was suddenly emptied out - by TheDreadPirate - 2023-10-10, 12:55 PM
    RE: One of my libraries was suddenly emptied out - by nothingveryobvious - 2023-10-10, 08:34 PM
    RE: One of my libraries was suddenly emptied out - by TheDreadPirate - 2023-10-10, 08:42 PM
    RE: One of my libraries was suddenly emptied out - by nothingveryobvious - 2023-10-10, 09:28 PM
    RE: One of my libraries was suddenly emptied out - by use7 - 2023-10-10, 09:34 PM
    RE: One of my libraries was suddenly emptied out - by nothingveryobvious - 2023-10-10, 10:48 PM
    RE: One of my libraries was suddenly emptied out - by bitmap - 2023-10-10, 11:22 PM
    RE: One of my libraries was suddenly emptied out - by nothingveryobvious - 2023-10-10, 11:38 PM
    RE: One of my libraries was suddenly emptied out - by bitmap - 2023-10-11, 12:32 AM
    RE: One of my libraries was suddenly emptied out - by nothingveryobvious - 2023-10-11, 12:55 AM

    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode