Jump to content

OnlyCORE

Members
  • Posts

    1
  • Joined

  • Last visited

OnlyCORE's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Hi, I had an issue where Plex or Jellyfin coul not play some files, after a lot of troubleshooting I found out it's because those files were being seeded in qBittorrent. After stopping the seeding they became available. The issue is also being discussed here: https://github.com/jellyfin/jellyfin/issues/11107 I thought this shouldn!t be a problem when the file is hardlinked to media folder while the "original" is in downloads folder and should be accessed by qBit in read only mode. Is this some configuration issue or a bug in qBit? Docker compose: qbittorrentvpn: container_name: qbittorrentvpn image: binhex/arch-qbittorrentvpn volumes: - '/etc/localtime:/etc/localtime:ro' - './config/qbittorrentvpn:/config' - '/mnt/data:/data' environment: - PUID=1000 - PGID=1000 - TZ=Europe/Prague - VPN_ENABLED=yes - VPN_PROV=pia - VPN_CLIENT=openvpn - VPN_USER=username - VPN_PASS=password - STRICT_PORT_FORWARD=yes - LAN_NETWORK=192.168.0.0/24 - ENABLE_PRIVOXY=no - WEBUI_PORT=9010 cap_add: - NET_ADMIN ports: - '9010:9010' restart: unless-stopped labels: - com.centurylinklabs.watchtower.enable=true fstab to data folder with downloads and media: //192.168.0.101/data /mnt/data cifs credentials=/home/core/.smbcredentials,iocharset=utf8,file_mode=0777,dir_mode=0777,noauto,x-systemd.automount 0 0
×
×
  • Create New...