群晖+jellyfin+馒头资源刮削不到
也加了 https://github.com/cxfksword/jellyfin-plugin-metashark 这个插件
是这个 jellyfin 在馒头是废的?
元数据都选的是 MetaShark
资源是这种 Love.Death.&.Robots.S04E01.1080p.NF.WEB-DL.DDP5.1.Atmos.DV.H.265-ARiC.mkv
version: "3.8"
services:
jellyfin:
image: nyanmisaka/jellyfin:latest
container_name: jellyfin
environment:
- PUID=1026
- PGID=100
- TZ=Asia/Shanghai
volumes:
- ./config:/config
- ./cache:/cache
- /volume2/video1:/video1:rw
ports:
- 8096:8096
restart: unless-stopped