diff --git a/aira/config/LICENSE b/aira/config/LICENSE new file mode 100755 index 0000000..969207d --- /dev/null +++ b/aira/config/LICENSE @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2018-2021 P3TERX + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. diff --git a/aira/config/aria2.conf b/aira/config/aria2.conf new file mode 100755 index 0000000..f88d60e --- /dev/null +++ b/aira/config/aria2.conf @@ -0,0 +1,413 @@ +# +# https://github.com/P3TERX/aria2.conf +# File name:aria2.conf +# Description: Awesome Aria2 configuration file +# Version: 2021.09.15 +# +# Copyright (c) 2018-2021 P3TERX +# +# This is free software, licensed under the MIT License. +# See /LICENSE for more information. +# + +## 文件保存设置 ## + +# 下载目录。可使用绝对路径或相对路径, 默认: 当前启动位置 +dir=/downloads + +# 磁盘缓存, 0 为禁用缓存,默认:16M +# 磁盘缓存的作用是把下载的数据块临时存储在内存中,然后集中写入硬盘,以减少磁盘 I/O ,提升读写性能,延长硬盘寿命。 +# 建议在有足够的内存空闲情况下适当增加,但不要超过剩余可用内存空间大小。 +# 此项值仅决定上限,实际对内存的占用取决于网速(带宽)和设备性能等其它因素。 +disk-cache=64M + +# 文件预分配方式, 可选:none, prealloc, trunc, falloc, 默认:prealloc +# 预分配对于机械硬盘可有效降低磁盘碎片、提升磁盘读写性能、延长磁盘寿命。 +# 机械硬盘使用 ext4(具有扩展支持),btrfs,xfs 或 NTFS(仅 MinGW 编译版本)等文件系统建议设置为 falloc +# 若无法下载,提示 fallocate failed.cause:Operation not supported 则说明不支持,请设置为 none +# prealloc 分配速度慢, trunc 无实际作用,不推荐使用。 +# 固态硬盘不需要预分配,只建议设置为 none ,否则可能会导致双倍文件大小的数据写入,从而影响寿命。 +file-allocation=none + +# 文件预分配大小限制。小于此选项值大小的文件不预分配空间,单位 K 或 M,默认:5M +no-file-allocation-limit=64M + +# 断点续传 +continue=true + +# 始终尝试断点续传,无法断点续传则终止下载,默认:true +always-resume=false + +# 不支持断点续传的 URI 数值,当 always-resume=false 时生效。 +# 达到这个数值从将头开始下载,值为 0 时所有 URI 不支持断点续传时才从头开始下载。 +max-resume-failure-tries=0 + +# 获取服务器文件时间,默认:false +remote-time=true + + +## 进度保存设置 ## + +# 从会话文件中读取下载任务 +input-file=/config/aria2.session + +# 会话文件保存路径 +# Aria2 退出时或指定的时间间隔会保存`错误/未完成`的下载任务到会话文件 +save-session=/config/aria2.session + +# 任务状态改变后保存会话的间隔时间(秒), 0 为仅在进程正常退出时保存, 默认:0 +# 为了及时保存任务状态、防止任务丢失,此项值只建议设置为 1 +save-session-interval=1 + +# 自动保存任务进度到控制文件(*.aria2)的间隔时间(秒),0 为仅在进程正常退出时保存,默认:60 +# 此项值也会间接影响从内存中把缓存的数据写入磁盘的频率 +# 想降低磁盘 IOPS (每秒读写次数)则提高间隔时间 +# 想在意外非正常退出时尽量保存更多的下载进度则降低间隔时间 +# 非正常退出:进程崩溃、系统崩溃、SIGKILL 信号、设备断电等 +auto-save-interval=20 + +# 强制保存,即使任务已完成也保存信息到会话文件, 默认:false +# 开启后会在任务完成后保留 .aria2 文件,文件被移除且任务存在的情况下重启后会重新下载。 +# 关闭后已完成的任务列表会在重启后清空。 +force-save=false + + +## 下载连接设置 ## + +# 文件未找到重试次数,默认:0 (禁用) +# 重试时同时会记录重试次数,所以也需要设置 max-tries 这个选项 +max-file-not-found=10 + +# 最大尝试次数,0 表示无限,默认:5 +max-tries=0 + +# 重试等待时间(秒), 默认:0 (禁用) +retry-wait=10 + +# 连接超时时间(秒)。默认:60 +connect-timeout=10 + +# 超时时间(秒)。默认:60 +timeout=10 + +# 最大同时下载任务数, 运行时可修改, 默认:5 +max-concurrent-downloads=5 + +# 单服务器最大连接线程数, 任务添加时可指定, 默认:1 +# 最大值为 16 (增强版无限制), 且受限于单任务最大连接线程数(split)所设定的值。 +max-connection-per-server=32 + +# 单任务最大连接线程数, 任务添加时可指定, 默认:5 +split=64 + +# 文件最小分段大小, 添加时可指定, 取值范围 1M-1024M (增强版最小值为 1K), 默认:20M +# 比如此项值为 10M, 当文件为 20MB 会分成两段并使用两个来源下载, 文件为 15MB 则只使用一个来源下载。 +# 理论上值越小使用下载分段就越多,所能获得的实际线程数就越大,下载速度就越快,但受限于所下载文件服务器的策略。 +min-split-size=4M + +# HTTP/FTP 下载分片大小,所有分割都必须是此项值的倍数,最小值为 1M (增强版为 1K),默认:1M +piece-length=1M + +# 允许分片大小变化。默认:false +# false:当分片大小与控制文件中的不同时将会中止下载 +# true:丢失部分下载进度继续下载 +allow-piece-length-change=true + +# 最低下载速度限制。当下载速度低于或等于此选项的值时关闭连接(增强版本为重连),此选项与 BT 下载无关。单位 K 或 M ,默认:0 (无限制) +lowest-speed-limit=0 + +# 全局最大下载速度限制, 运行时可修改, 默认:0 (无限制) +max-overall-download-limit=0 + +# 单任务下载速度限制, 默认:0 (无限制) +max-download-limit=0 + +# 禁用 IPv6, 默认:false +disable-ipv6=true + +# GZip 支持,默认:false +http-accept-gzip=true + +# URI 复用,默认: true +reuse-uri=false + +# 禁用 netrc 支持,默认:false +no-netrc=true + +# 允许覆盖,当相关控制文件(.aria2)不存在时从头开始重新下载。默认:false +allow-overwrite=false + +# 文件自动重命名,此选项仅在 HTTP(S)/FTP 下载中有效。新文件名在名称之后扩展名之前加上一个点和一个数字(1..9999)。默认:true +auto-file-renaming=true + +# 使用 UTF-8 处理 Content-Disposition ,默认:false +content-disposition-default-utf8=true + +# 最低 TLS 版本,可选:TLSv1.1、TLSv1.2、TLSv1.3 默认:TLSv1.2 +#min-tls-version=TLSv1.2 + + +## BT/PT 下载设置 ## + +# BT 监听端口(TCP), 默认:6881-6999 +# 直通外网的设备,比如 VPS ,务必配置防火墙和安全组策略允许此端口入站 +# 内网环境的设备,比如 NAS ,除了防火墙设置,还需在路由器设置外网端口转发到此端口 +listen-port=6888 + +# DHT 网络与 UDP tracker 监听端口(UDP), 默认:6881-6999 +# 因协议不同,可以与 BT 监听端口使用相同的端口,方便配置防火墙和端口转发策略。 +dht-listen-port=6888 + +# 启用 IPv4 DHT 功能, PT 下载(私有种子)会自动禁用, 默认:true +enable-dht=true + +# 启用 IPv6 DHT 功能, PT 下载(私有种子)会自动禁用,默认:false +# 在没有 IPv6 支持的环境开启可能会导致 DHT 功能异常 +enable-dht6=false + +# 指定 BT 和 DHT 网络中的 IP 地址 +# 使用场景:在家庭宽带没有公网 IP 的情况下可以把 BT 和 DHT 监听端口转发至具有公网 IP 的服务器,在此填写服务器的 IP ,可以提升 BT 下载速率。 +#bt-external-ip= + +# IPv4 DHT 文件路径,默认:$HOME/.aria2/dht.dat +dht-file-path=/config/dht.dat + +# IPv6 DHT 文件路径,默认:$HOME/.aria2/dht6.dat +dht-file-path6=/config/dht6.dat + +# IPv4 DHT 网络引导节点 +dht-entry-point=dht.transmissionbt.com:6881 + +# IPv6 DHT 网络引导节点 +dht-entry-point6=dht.transmissionbt.com:6881 + +# 本地节点发现, PT 下载(私有种子)会自动禁用 默认:false +bt-enable-lpd=true + +# 指定用于本地节点发现的接口,可能的值:接口,IP地址 +# 如果未指定此选项,则选择默认接口。 +#bt-lpd-interface= + +# 启用节点交换, PT 下载(私有种子)会自动禁用, 默认:true +enable-peer-exchange=true + +# BT 下载最大连接数(单任务),运行时可修改。0 为不限制,默认:55 +# 理想情况下连接数越多下载越快,但在实际情况是只有少部分连接到的做种者上传速度快,其余的上传慢或者不上传。 +# 如果不限制,当下载非常热门的种子或任务数非常多时可能会因连接数过多导致进程崩溃或网络阻塞。 +# 进程崩溃:如果设备 CPU 性能一般,连接数过多导致 CPU 占用过高,因资源不足 Aria2 进程会强制被终结。 +# 网络阻塞:在内网环境下,即使下载没有占满带宽也会导致其它设备无法正常上网。因远古低性能路由器的转发性能瓶颈导致。 +bt-max-peers=128 + +# BT 下载期望速度值(单任务),运行时可修改。单位 K 或 M 。默认:50K +# BT 下载速度低于此选项值时会临时提高连接数来获得更快的下载速度,不过前提是有更多的做种者可供连接。 +# 实测临时提高连接数没有上限,但不会像不做限制一样无限增加,会根据算法进行合理的动态调节。 +bt-request-peer-speed-limit=10M + +# 全局最大上传速度限制, 运行时可修改, 默认:0 (无限制) +# 设置过低可能影响 BT 下载速度 +max-overall-upload-limit=2M + +# 单任务上传速度限制, 默认:0 (无限制) +max-upload-limit=0 + +# 最小分享率。当种子的分享率达到此选项设置的值时停止做种, 0 为一直做种, 默认:1.0 +# 强烈建议您将此选项设置为大于等于 1.0 +seed-ratio=1.0 + +# 最小做种时间(分钟)。设置为 0 时将在 BT 任务下载完成后停止做种。 +seed-time=0 + +# 做种前检查文件哈希, 默认:true +bt-hash-check-seed=true + +# 继续之前的BT任务时, 无需再次校验, 默认:false +bt-seed-unverified=false + +# BT tracker 服务器连接超时时间(秒)。默认:60 +# 建立连接后,此选项无效,将使用 bt-tracker-timeout 选项的值 +bt-tracker-connect-timeout=10 + +# BT tracker 服务器超时时间(秒)。默认:60 +bt-tracker-timeout=10 + +# BT 服务器连接间隔时间(秒)。默认:0 (自动) +#bt-tracker-interval=0 + +# BT 下载优先下载文件开头或结尾 +bt-prioritize-piece=head=32M,tail=32M + +# 保存通过 WebUI(RPC) 上传的种子文件(.torrent),默认:true +# 所有涉及种子文件保存的选项都建议开启,不保存种子文件有任务丢失的风险。 +# 通过 RPC 自定义临时下载目录可能不会保存种子文件。 +rpc-save-upload-metadata=true + +# 下载种子文件(.torrent)自动开始下载, 默认:true,可选:false|mem +# true:保存种子文件 +# false:仅下载种子文件 +# mem:将种子保存在内存中 +follow-torrent=true + +# 种子文件下载完后暂停任务,默认:false +# 在开启 follow-torrent 选项后下载种子文件或磁力会自动开始下载任务进行下载,而同时开启当此选项后会建立相关任务并暂停。 +pause-metadata=false + +# 保存磁力链接元数据为种子文件(.torrent), 默认:false +bt-save-metadata=true + +# 加载已保存的元数据文件(.torrent),默认:false +bt-load-saved-metadata=true + +# 删除 BT 下载任务中未选择文件,默认:false +bt-remove-unselected-file=true + +# BT强制加密, 默认: false +# 启用后将拒绝旧的 BT 握手协议并仅使用混淆握手及加密。可以解决部分运营商对 BT 下载的封锁,且有一定的防版权投诉与迅雷吸血效果。 +# 此选项相当于后面两个选项(bt-require-crypto=true, bt-min-crypto-level=arc4)的快捷开启方式,但不会修改这两个选项的值。 +bt-force-encryption=true + +# BT加密需求,默认:false +# 启用后拒绝与旧的 BitTorrent 握手协议(\19BitTorrent protocol)建立连接,始终使用混淆处理握手。 +#bt-require-crypto=true + +# BT最低加密等级,可选:plain(明文),arc4(加密),默认:plain +#bt-min-crypto-level=arc4 + +# 分离仅做种任务,默认:false +# 从正在下载的任务中排除已经下载完成且正在做种的任务,并开始等待列表中的下一个任务。 +bt-detach-seed-only=true + + +## 客户端伪装 ## + +# 自定义 User Agent +user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.47 + +# BT 客户端伪装 +# PT 下载需要保持 user-agent 和 peer-agent 两个参数一致 +# 部分 PT 站对 Aria2 有特殊封禁机制,客户端伪装不一定有效,且有封禁账号的风险。 +#user-agent=Deluge 1.3.15 +peer-agent=Deluge 1.3.15 +peer-id-prefix=-DE13F0- + + +## 执行额外命令 ## + +# 下载停止后执行的命令 +# 从 正在下载 到 删除、错误、完成 时触发。暂停被标记为未开始下载,故与此项无关。 +on-download-stop=/config/script/delete.sh + +# 下载完成后执行的命令 +# 此项未定义则执行 下载停止后执行的命令 (on-download-stop) +on-download-complete=/config/script/clean.sh + +# 下载错误后执行的命令 +# 此项未定义则执行 下载停止后执行的命令 (on-download-stop) +#on-download-error= + +# 下载暂停后执行的命令 +#on-download-pause= + +# 下载开始后执行的命令 +#on-download-start= + +# BT 下载完成后执行的命令 +#on-bt-download-complete= + + +## RPC 设置 ## + +# 启用 JSON-RPC/XML-RPC 服务器, 默认:false +enable-rpc=true + +# 接受所有远程请求, 默认:false +rpc-allow-origin-all=true + +# 允许外部访问, 默认:false +rpc-listen-all=true + +# RPC 监听端口, 默认:6800 +rpc-listen-port=6800 + +# RPC 密钥 +rpc-secret=123456 + +# RPC 最大请求大小 +rpc-max-request-size=10M + +# RPC 服务 SSL/TLS 加密, 默认:false +# 启用加密后必须使用 https 或者 wss 协议连接 +# 不推荐开启,建议使用 web server 反向代理,比如 Nginx、Caddy ,灵活性更强。 +#rpc-secure=false + +# 在 RPC 服务中启用 SSL/TLS 加密时的证书文件(.pem/.crt) +#rpc-certificate=/config/xxx.pem + +# 在 RPC 服务中启用 SSL/TLS 加密时的私钥文件(.key) +#rpc-private-key=/config/xxx.key + +# 事件轮询方式, 可选:epoll, kqueue, port, poll, select, 不同系统默认值不同 +#event-poll=select + + +## 高级选项 ## + +# 启用异步 DNS 功能。默认:true +#async-dns=true + +# 指定异步 DNS 服务器列表,未指定则从 /etc/resolv.conf 中读取。 +#async-dns-server=119.29.29.29,223.5.5.5,8.8.8.8,1.1.1.1 + +# 指定单个网络接口,可能的值:接口,IP地址,主机名 +# 如果接口具有多个 IP 地址,则建议指定 IP 地址。 +# 已知指定网络接口会影响依赖本地 RPC 的连接的功能场景,即通过 localhost 和 127.0.0.1 无法与 Aria2 服务端进行讯通。 +#interface= + +# 指定多个网络接口,多个值之间使用逗号(,)分隔。 +# 使用 interface 选项时会忽略此项。 +#multiple-interface= + + +## 日志设置 ## + +# 日志文件保存路径,忽略或设置为空为不保存,默认:不保存 +#log= + +# 日志级别,可选 debug, info, notice, warn, error 。默认:debug +#log-level=warn + +# 控制台日志级别,可选 debug, info, notice, warn, error ,默认:notice +console-log-level=notice + +# 安静模式,禁止在控制台输出日志,默认:false +quiet=false + +# 下载进度摘要输出间隔时间(秒),0 为禁止输出。默认:60 +summary-interval=0 + +# 关闭控制台进度条输出,避免日志里面打印大量空行 +show-console-readout=false + + +## 增强扩展设置(非官方) ## + +# 仅适用于 myfreeer/aria2-build-msys2 (Windows) 和 P3TERX/Aria2-Pro-Core (GNU/Linux) 项目所构建的增强版本 + +# 在服务器返回 HTTP 400 Bad Request 时重试,仅当 retry-wait > 0 时有效,默认 false +retry-on-400=true + +# 在服务器返回 HTTP 403 Forbidden 时重试,仅当 retry-wait > 0 时有效,默认 false +retry-on-403=true + +# 在服务器返回 HTTP 406 Not Acceptable 时重试,仅当 retry-wait > 0 时有效,默认 false +retry-on-406=true + +# 在服务器返回未知状态码时重试,仅当 retry-wait > 0 时有效,默认 false +retry-on-unknown=true + +# 是否发送 Want-Digest HTTP 标头。默认:false (不发送) +# 部分网站会把此标头作为特征来检测和屏蔽 Aria2 +#http-want-digest=false + + +## BitTorrent trackers ## +bt-tracker=http://1337.abcvg.info:80/announce,http://207.241.226.111:6969/announce,http://207.241.231.226:6969/announce,http://49.12.76.8:8080/announce,http://[2a01:4f8:c012:8025::1]:8080/announce,http://[2a04:ac00:1:3dd8::1:2710]:2710/announce,http://bt.okmp3.ru:2710/announce,http://bvarf.tracker.sh:2086/announce,http://ch3oh.ru:6969/announce,http://isk.richardsw.club:6969/announce,http://nyaa.tracker.wf:7777/announce,http://retracker.hotplug.ru:2710/announce,http://retracker.x2k.ru:80/announce,http://t.overflow.biz:6969/announce,http://t1.aag.moe:17715/announce,http://tk.greedland.net:80/announce,http://torrentsmd.com:8080/announce,http://tr.kxmp.cf:80/announce,http://tracker-zhuqiy.dgj055.icu:80/announce,http://tracker.bt4g.com:2095/announce,http://tracker.dler.com:6969/announce,http://tracker.edkj.club:6969/announce,http://tracker.electro-torrent.pl:80/announce,http://tracker.files.fm:6969/announce,http://tracker.ipv6tracker.org:80/announce,http://tracker.mywaifu.best:6969/announce,http://tracker.opentrackr.org:1337/announce,http://tracker.qu.ax:6969/announce,http://tracker.renfei.net:8080/announce,http://tracker2.dler.org:80/announce,http://tracker2.itzmx.com:6961/announce,http://tracker3.itzmx.com:6961/announce,http://tracker4.itzmx.com:2710/announce,http://wepzone.net:6969/announce,http://www.all4nothin.net:80/announce.php,http://www.wareztorrent.com:80/announce,https://1337.abcvg.info:443/announce,https://bittorrent.service.gongt.me:59443/announce,https://pybittrack.retiolus.net:443/announce,https://retracker2.x2k.ru:443/announce,https://tr.burnabyhighstar.com:443/announce,https://tracker-zhuqiy.dgj055.icu:443/announce,https://tracker.cloudit.top:443/announce,https://tracker.gcrenwp.top:443/announce,https://tracker.imgoingto.icu:443/announce,https://tracker.ipfsscan.io:443/announce,https://tracker.kuroy.me:443/announce,https://tracker.lilithraws.org:443/announce,https://tracker.pmman.tech:443/announce,https://tracker.renfei.net:443/announce,https://tracker.tamersunion.org:443/announce,https://tracker.yemekyedim.com:443/announce,https://tracker1.520.jp:443/announce,https://trackers.mlsub.net:443/announce,https://trackers.run:443/announce,https://www.peckservers.com:9443/announce,udp://1c.premierzal.ru:6969/announce,udp://207.241.226.111:6969/announce,udp://207.241.231.226:6969/announce,udp://49.12.76.8:8080/announce,udp://52.58.128.163:6969/announce,udp://[2a01:4f8:c012:8025::1]:8080/announce,udp://[2a03:7220:8083:cd00::1]:451/announce,udp://[2a04:ac00:1:3dd8::1:2710]:2710/announce,udp://[2a0f:e586:f:f::81]:6969/announce,udp://amigacity.xyz:6969/announce,udp://bandito.byterunner.io:6969/announce,udp://bt1.archive.org:6969/announce,udp://bt2.archive.org:6969/announce,udp://concen.org:6969/announce,udp://d40969.acod.regrucolo.ru:6969/announce,udp://ec2-18-191-163-220.us-east-2.compute.amazonaws.com:6969/announce,udp://epider.me:6969/announce,udp://evan.im:6969/announce,udp://exodus.desync.com:6969/announce,udp://ipv4.rer.lol:2710/announce,udp://isk.richardsw.club:6969/announce,udp://jutone.com:6969/announce,udp://mail.artixlinux.org:6969/announce,udp://martin-gebhardt.eu:25/announce,udp://moonburrow.club:6969/announce,udp://new-line.net:6969/announce,udp://ns575949.ip-51-222-82.net:6969/announce,udp://odd-hd.fr:6969/announce,udp://open.demonii.com:1337/announce,udp://open.dstud.io:6969/announce,udp://open.free-tracker.ga:6969/announce,udp://open.publictracker.xyz:6969/announce,udp://open.stealth.si:80/announce,udp://open.tracker.ink:6969/announce,udp://opentor.org:2710/announce,udp://opentracker.io:6969/announce,udp://p2p.publictracker.xyz:6969/announce,udp://p4p.arenabg.com:1337/announce,udp://retracker.hotplug.ru:2710/announce,udp://retracker01-msk-virt.corbina.net:80/announce,udp://run.publictracker.xyz:6969/announce,udp://ryjer.com:6969/announce,udp://seedpeer.net:6969/announce,udp://tamas3.ynh.fr:6969/announce,udp://tk2.trackerservers.com:8080/announce,udp://tk2v6.trackerservers.com:8080/announce,udp://torrents.artixlinux.org:6969/announce,udp://trackarr.org:6969/announce,udp://tracker-us.silksa.co.za:6969/announce,udp://tracker.0x7c0.com:6969/announce,udp://tracker.birkenwald.de:6969/announce,udp://tracker.bittor.pw:1337/announce,udp://tracker.breizh.pm:6969/announce,udp://tracker.ccp.ovh:6969/announce,udp://tracker.cyberia.is:6969/announce,udp://tracker.darkness.services:6969/announce,udp://tracker.deadorbit.nl:6969/announce,udp://tracker.dler.com:6969/announce,udp://tracker.dler.org:6969/announce,udp://tracker.dump.cl:6969/announce,udp://tracker.edkj.club:6969/announce,udp://tracker.farted.net:6969/announce,udp://tracker.filemail.com:6969/announce,udp://tracker.fnix.net:6969/announce,udp://tracker.gmi.gd:6969/announce,udp://tracker.jamesthebard.net:6969/announce,udp://tracker.opentrackr.org:1337/announce,udp://tracker.skynetcloud.site:6969/announce,udp://tracker.skyts.net:6969/announce,udp://tracker.srv00.com:6969/announce,udp://tracker.tiny-vps.com:6969/announce,udp://tracker.torrent.eu.org:451/announce,udp://tracker.tryhackx.org:6969/announce,udp://tracker.xor.st:6969/announce,udp://tracker1.bt.moack.co.kr:80/announce,udp://tracker1.myporn.club:9337/announce,udp://tracker2.dler.org:80/announce,udp://tracker2.itzmx.com:6961/announce,udp://tracker3.itzmx.com:6961/announce,udp://tracker4.itzmx.com:2710/announce,udp://ttk2.nbaonlineservice.com:6969/announce,udp://u4.trakx.crim.ist:1337/announce,udp://u6.trakx.crim.ist:1337/announce,udp://wepzone.net:6969/announce,udp://www.torrent.eu.org:451/announce,udp://z.mercax.com:53/announce,wss://tracker.openwebtorrent.com:443/announce diff --git a/jellyfin/config/root/default/网页视频下载/tvshows.collection b/aira/config/aria2.session similarity index 100% rename from jellyfin/config/root/default/网页视频下载/tvshows.collection rename to aira/config/aria2.session diff --git a/aira/config/dht.dat b/aira/config/dht.dat new file mode 100755 index 0000000..a55fe38 Binary files /dev/null and b/aira/config/dht.dat differ diff --git a/aira/config/dht6.dat b/aira/config/dht6.dat new file mode 100755 index 0000000..b0bbd18 Binary files /dev/null and b/aira/config/dht6.dat differ diff --git a/aira/config/script.conf b/aira/config/script.conf new file mode 100755 index 0000000..c54972b --- /dev/null +++ b/aira/config/script.conf @@ -0,0 +1,76 @@ +# +# https://github.com/P3TERX/aria2.conf +# File name:script.conf +# Description: Aria2 additional function script configuration file +# Version: 2021.07.04 +# + +## 文件上传设置(upload.sh) ## + +# 网盘名称(RCLONE 配置时填写的 name) +drive-name=OneDrive + +# 网盘目录(上传目标目录,网盘中的文件夹路径)。注释或留空为网盘根目录,末尾不要有斜杠。 +#drive-dir=/DRIVEX/Download + +# 上传日志保存路径。注释或留空为不保存。 +#upload-log=/config/upload.log + + +## 文件移动设置(move.sh) ## + +# 移动目标目录 +dest-dir=/downloads/completed + +# 移动日志保存路径。注释或留空为不保存。 +#move-log=/config/move.log + + +## 文件删除设置(delete.sh) ## + +# 删除正在下载任务后删除文件 +delete-on-removed=true + +# 下载错误时删除文件 +delete-on-error=true + +# 删除正在下载任务后且任务信息无法读取时删除文件(第三方度盘工具) +delete-on-unknown=true + + +## 文件清理设置(全局) ## + +# 删除 .aria2 文件 +delete-dot-aria2=true + +# 删除 .torrent 文件。可选:normal | enhanced | true | false +# normal: 删除相关任务的种子文件,但可能无法删除通过 RPC 方式(比如 WebUI、Bot)上传的种子文件(文件名无法确定)。 +# enhanced:在下载目录中查找非正在下载和暂停任务以外的其它种子文件并删除(非实时)。开启 强制保存(force-save) 后此项无效。 +# true:优先使用 normal 模式,在种子文件名无法确定的情况下使用 enhanced 模式。 +# false:不删除种子文件 +# 注意:通过 RPC 自定义临时下载目录的任务可能不会保存种子文件,与此功能无关。 +delete-dot-torrent=true + +# 删除空目录 +delete-empty-dir=true + + +## 文件过滤设置(全局) ## + +# 仅 BT 多文件下载时有效,用于过滤无用文件。 + +# 排除小文件。低于此大小的文件将在下载完成后被删除。 +#min-size=10M + +# 保留文件类型。其它文件类型将在下载完成后被删除。 +#include-file=mp4|mkv|rmvb|mov|avi + +# 排除文件类型。排除的文件类型将在下载完成后被删除。 +#exclude-file=html|url|lnk|txt|jpg|png + +# 保留文件(正则表达式)。其它文件类型将在下载完成后被删除。 +#include-file-regex= + +# 排除文件(正则表达式)。排除的文件类型将在下载完成后被删除。 +# 示例为排除比特彗星的 padding file +#exclude-file-regex="(.*/)_+(padding)(_*)(file)(.*)(_+)" diff --git a/aira/config/script/clean.sh b/aira/config/script/clean.sh new file mode 100755 index 0000000..80750c2 --- /dev/null +++ b/aira/config/script/clean.sh @@ -0,0 +1,47 @@ +#!/usr/bin/env bash +# +# https://github.com/P3TERX/aria2.conf +# File name:clean.sh +# Description: Remove redundant files after Aria2 download is complete +# Version: 3.0 +# +# Copyright (c) 2018-2021 P3TERX +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# + +CHECK_CORE_FILE() { + CORE_FILE="$(dirname $0)/core" + if [[ -f "${CORE_FILE}" ]]; then + . "${CORE_FILE}" + else + echo "!!! core file does not exist !!!" + exit 1 + fi +} + +CHECK_CORE_FILE "$@" +CHECK_PARAMETER "$@" +CHECK_FILE_NUM +CHECK_SCRIPT_CONF +GET_TASK_INFO +GET_DOWNLOAD_DIR +CONVERSION_PATH +CLEAN_UP +exit 0 diff --git a/aira/config/script/core b/aira/config/script/core new file mode 100755 index 0000000..e410154 --- /dev/null +++ b/aira/config/script/core @@ -0,0 +1,248 @@ +# +# https://github.com/P3TERX/aria2.conf +# File name:core +# Description: Aria2 additional function script core file +# Version: 3.3 +# +# Copyright (c) 2018-2021 P3TERX +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# + +TASK_GID=$1 +FILE_NUM=$2 +FILE_PATH=$3 +ARIA2_CONF_DIR="/config" +ARIA2_CONF="${ARIA2_CONF_DIR}/aria2.conf" +ARIA2_SESSION="${ARIA2_CONF_DIR}/aria2.session" +SCRIPT_CONF="${ARIA2_CONF_DIR}/script.conf" +RED_FONT_PREFIX="\033[31m" +LIGHT_GREEN_FONT_PREFIX="\033[1;32m" +YELLOW_FONT_PREFIX="\033[1;33m" +LIGHT_PURPLE_FONT_PREFIX="\033[1;35m" +FONT_COLOR_SUFFIX="\033[0m" +INFO="[${LIGHT_GREEN_FONT_PREFIX}INFO${FONT_COLOR_SUFFIX}]" +ERROR="[${RED_FONT_PREFIX}ERROR${FONT_COLOR_SUFFIX}]" +WARRING="[${YELLOW_FONT_PREFIX}WARRING${FONT_COLOR_SUFFIX}]" + +DATE_TIME() { + date +"%m/%d %H:%M:%S" +} + +CHECK_PARAMETER() { + [[ $# -eq 0 ]] && { + echo && echo -e "${ERROR} This script can only be used by passing parameters through Aria2." + exit 1 + } +} + +CHECK_FILE_NUM() { + [[ ${FILE_NUM} -eq 0 ]] && { + echo && echo -e "$(DATE_TIME) ${WARRING} Number of files is zero, maybe a Magnet Link." + exit 0 + } +} + +CHECK_SCRIPT_CONF() { + if [[ -f "${SCRIPT_CONF}" ]]; then + LOAD_SCRIPT_CONF + else + echo && echo "!!! '${SCRIPT_CONF}' does not exist !!!" + exit 1 + fi +} + +LOAD_SCRIPT_CONF() { + DRIVE_NAME="$(grep ^drive-name "${SCRIPT_CONF}" | cut -d= -f2-)" + DRIVE_DIR="$(grep ^drive-dir "${SCRIPT_CONF}" | cut -d= -f2-)" + UPLOAD_LOG_PATH="$(grep ^upload-log "${SCRIPT_CONF}" | cut -d= -f2-)" + DEST_DIR="$(grep ^dest-dir "${SCRIPT_CONF}" | cut -d= -f2-)" + MOVE_LOG_PATH="$(grep ^move-log "${SCRIPT_CONF}" | cut -d= -f2-)" + DELETE_ON_REMOVED="$(grep ^delete-on-removed "${SCRIPT_CONF}" | cut -d= -f2-)" + DELETE_ON_ERROR="$(grep ^delete-on-error "${SCRIPT_CONF}" | cut -d= -f2-)" + DELETE_ON_UNKNOWN="$(grep ^delete-on-unknown "${SCRIPT_CONF}" | cut -d= -f2-)" + DELETE_DOT_ARIA2="$(grep ^delete-dot-aria2 "${SCRIPT_CONF}" | cut -d= -f2-)" + DELETE_DOT_TORRENT="$(grep ^delete-dot-torrent "${SCRIPT_CONF}" | cut -d= -f2-)" + DELETE_EMPTY_DIR="$(grep ^delete-empty-dir "${SCRIPT_CONF}" | cut -d= -f2-)" + MIN_SIZE="$(grep ^min-size "${SCRIPT_CONF}" | cut -d= -f2-)" + INCLUDE_FILE="$(grep ^include-file "${SCRIPT_CONF}" | cut -d= -f2-)" + EXCLUDE_FILE="$(grep ^exclude-file "${SCRIPT_CONF}" | cut -d= -f2-)" + INCLUDE_FILE_REGEX="$(grep ^include-file-regex "${SCRIPT_CONF}" | cut -d= -f2-)" + EXCLUDE_FILE_REGEX="$(grep ^exclude-file-regex "${SCRIPT_CONF}" | cut -d= -f2-)" +} + +READ_ARIA2_CONF() { + if [ ! -f "${ARIA2_CONF}" ]; then + echo -e "$(DATE_TIME) ${ERROR} '${ARIA2_CONF}' does not exist." + exit 1 + else + ARIA2_DOWNLOAD_DIR=$(grep ^dir "${ARIA2_CONF}" | cut -d= -f2-) + RPC_PORT=$(grep ^rpc-listen-port "${ARIA2_CONF}" | cut -d= -f2-) + RPC_SECRET=$(grep ^rpc-secret "${ARIA2_CONF}" | cut -d= -f2-) + SAVE_SESSION_INTERVAL=$(grep ^save-session-interval "${ARIA2_CONF}" | cut -d= -f2-) + [[ ${ARIA2_DOWNLOAD_DIR} && ${RPC_PORT} && ${SAVE_SESSION_INTERVAL} ]] || { + echo -e "$(DATE_TIME) ${ERROR} Aria2 configuration file incomplete." + exit 1 + } + RPC_ADDRESS="localhost:${RPC_PORT}/jsonrpc" + fi +} + +RPC_TASK_INFO() { + if [[ "${RPC_SECRET}" ]]; then + RPC_PAYLOAD='{"jsonrpc":"2.0","method":"aria2.tellStatus","id":"P3TERX","params":["token:'${RPC_SECRET}'","'${TASK_GID}'"]}' + else + RPC_PAYLOAD='{"jsonrpc":"2.0","method":"aria2.tellStatus","id":"P3TERX","params":["'${TASK_GID}'"]}' + fi + curl "${RPC_ADDRESS}" -fsSd "${RPC_PAYLOAD}" || curl "https://${RPC_ADDRESS}" -kfsSd "${RPC_PAYLOAD}" +} + +GET_TASK_INFO() { + READ_ARIA2_CONF + RPC_RESULT="$(RPC_TASK_INFO)" +} + +GET_DOWNLOAD_DIR() { + [[ -z ${RPC_RESULT} ]] && { + echo -e "$(DATE_TIME) ${ERROR} Aria2 RPC interface error!" + exit 1 + } + DOWNLOAD_DIR=$(echo "${RPC_RESULT}" | jq -r '.result.dir') + [[ -z "${DOWNLOAD_DIR}" || "${DOWNLOAD_DIR}" = "null" ]] && { + echo ${RPC_RESULT} | jq '.result' + echo -e "$(DATE_TIME) ${ERROR} Failed to get download directory!" + exit 1 + } +} + +GET_TASK_STATUS() { + TASK_STATUS=$(echo "${RPC_RESULT}" | jq -r '.result.status') + [[ -z "${TASK_STATUS}" || "${TASK_STATUS}" = "null" ]] && { + echo "${RPC_RESULT}" | jq '.result' + echo -e "$(DATE_TIME) ${ERROR} Failed to get task status!" + exit 1 + } +} + +GET_INFO_HASH() { + INFO_HASH=$(echo "${RPC_RESULT}" | jq -r '.result.infoHash') + if [[ -z "${INFO_HASH}" ]]; then + echo "${RPC_RESULT}" | jq '.result' + echo -e "$(DATE_TIME) ${ERROR} Failed to get Info Hash!" + exit 1 + elif [[ "${INFO_HASH}" = "null" ]]; then + return 1 + else + TORRENT_FILE="${DOWNLOAD_DIR}/${INFO_HASH}.torrent" + fi +} + +CONVERSION_PATH() { + RELATIVE_PATH="${FILE_PATH#"${DOWNLOAD_DIR}/"}" + TASK_FILE_NAME="${RELATIVE_PATH%%/*}" + TASK_PATH="${DOWNLOAD_DIR}/${TASK_FILE_NAME}" + DEST_PATH_SUFFIX="${TASK_PATH#"${ARIA2_DOWNLOAD_DIR}"}" +} + +OUTPUT_LOG() { + echo -e "${LOG}" + [[ "${LOG_PATH}" && -e "${LOG_PATH%/*}" ]] && echo -e "${LOG}" | sed "s,\x1B\[[0-9;]*m,,g" >>"${LOG_PATH}" +} + +CHECK_DOT_ARIA2() { + if [ -f "${FILE_PATH}.aria2" ]; then + DOT_ARIA2_FILE="${FILE_PATH}.aria2" + elif [ -f "${TASK_PATH}.aria2" ]; then + DOT_ARIA2_FILE="${TASK_PATH}.aria2" + else + DOT_ARIA2_FILE='null' + echo -e "$(DATE_TIME) ${INFO} .aria2 file does not exist." + return 1 + fi +} + +DELETE_DOT_ARIA2() { + if [[ "${DELETE_DOT_ARIA2}" = "true" ]] && CHECK_DOT_ARIA2; then + echo -e "$(DATE_TIME) ${INFO} Deleting .aria2 file ..." + rm -vf "${DOT_ARIA2_FILE}" + fi +} + +DELETE_TORRENT_FILES() { + sleep $(($SAVE_SESSION_INTERVAL + 1)) + TORRENT_FILES=$(ls "${DOWNLOAD_DIR}" | grep '.*.torrent') + if [[ -f "${ARIA2_SESSION}" && -n "${TORRENT_FILES}" ]]; then + for TORRENT_FILE in "${TORRENT_FILES}"; do + if [[ -n "${TORRENT_FILE}" && -z $(cat "${ARIA2_SESSION}" | grep -i "${TORRENT_FILE%.*}") ]]; then + echo -e "$(DATE_TIME) ${INFO} Deleting .torrent file (enhanced) ..." + rm -vf ${DOWNLOAD_DIR}/${TORRENT_FILE} + fi + done + else + [[ ! -f "${ARIA2_SESSION}" ]] && + echo -e "$(DATE_TIME) ${ERROR} '${ARIA2_SESSION}' does not exist." || + echo -e "$(DATE_TIME) ${WARRING} .torrent file does not exist." + fi +} + +DELETE_DOT_TORRENT() { + if GET_INFO_HASH; then + if [[ "${DELETE_DOT_TORRENT}" = "true" || "${DELETE_DOT_TORRENT}" = "normal" ]] && [[ -f "${TORRENT_FILE}" ]]; then + echo -e "$(DATE_TIME) ${INFO} Deleting .torrent file ..." + rm -vf ${TORRENT_FILE} + elif [[ "${DELETE_DOT_TORRENT}" = "true" || "${DELETE_DOT_TORRENT}" = "enhanced" ]]; then + DELETE_TORRENT_FILES + elif [[ "${DELETE_DOT_TORRENT}" = "normal" ]]; then + echo -e "$(DATE_TIME) ${WARRING} .torrent file may exist but cannot be found. Recommended to enable enhanced mode." + else + echo -e "$(DATE_TIME) ${INFO} Delete .torrent file function is disabled." + fi + else + echo -e "$(DATE_TIME) ${INFO} General download task, skipped delete .torrent file." + fi +} + +DELETE_EMPTY_DIR() { + if [[ "${DELETE_EMPTY_DIR}" = "true" ]]; then + echo -e "$(DATE_TIME) ${INFO} Deleting empty directory ..." + if [[ "${DOWNLOAD_DIR}" =~ "${ARIA2_DOWNLOAD_DIR}" ]]; then + find "${ARIA2_DOWNLOAD_DIR}" ! -path "${ARIA2_DOWNLOAD_DIR}" -depth -type d -empty -exec rm -vrf {} \; + else + find "${DOWNLOAD_DIR}" -depth -type d -empty -exec rm -vrf {} \; + fi + fi +} + +DELETE_EXCLUDE_FILE() { + if [[ ${FILE_NUM} -gt 1 ]] && [[ -n ${MIN_SIZE} || -n ${INCLUDE_FILE} || -n ${EXCLUDE_FILE} || -n ${EXCLUDE_FILE_REGEX} || -n ${INCLUDE_FILE_REGEX} ]]; then + echo -e "${INFO} Deleting excluded files ..." + [[ -n ${MIN_SIZE} ]] && find "${TASK_PATH}" -type f -size -${MIN_SIZE} -print0 | xargs -0 rm -vf + [[ -n ${EXCLUDE_FILE} ]] && find "${TASK_PATH}" -type f -regextype posix-extended -iregex ".*\.(${EXCLUDE_FILE})" -print0 | xargs -0 rm -vf + [[ -n ${INCLUDE_FILE} ]] && find "${TASK_PATH}" -type f -regextype posix-extended ! -iregex ".*\.(${INCLUDE_FILE})" -print0 | xargs -0 rm -vf + [[ -n ${EXCLUDE_FILE_REGEX} ]] && find "${TASK_PATH}" -type f -regextype posix-extended -iregex "${EXCLUDE_FILE_REGEX}" -print0 | xargs -0 rm -vf + [[ -n ${INCLUDE_FILE_REGEX} ]] && find "${TASK_PATH}" -type f -regextype posix-extended ! -iregex "${INCLUDE_FILE_REGEX}" -print0 | xargs -0 rm -vf + fi +} + +CLEAN_UP() { + DELETE_DOT_ARIA2 + DELETE_DOT_TORRENT + DELETE_EXCLUDE_FILE + DELETE_EMPTY_DIR +} diff --git a/aira/config/script/delete.sh b/aira/config/script/delete.sh new file mode 100755 index 0000000..a1e4790 --- /dev/null +++ b/aira/config/script/delete.sh @@ -0,0 +1,96 @@ +#!/usr/bin/env bash +# +# https://github.com/P3TERX/aria2.conf +# File name:delete.sh +# Description: Delete files after Aria2 download error or task removed +# Version: 3.0 +# +# Copyright (c) 2018-2021 P3TERX +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# + +CHECK_CORE_FILE() { + CORE_FILE="$(dirname $0)/core" + if [[ -f "${CORE_FILE}" ]]; then + . "${CORE_FILE}" + else + echo "!!! core file does not exist !!!" + exit 1 + fi +} + +CHECK_RPC_CONECTION() { + READ_ARIA2_CONF + if [[ "${RPC_SECRET}" ]]; then + RPC_PAYLOAD='{"jsonrpc":"2.0","method":"aria2.getVersion","id":"P3TERX","params":["token:'${RPC_SECRET}'"]}' + else + RPC_PAYLOAD='{"jsonrpc":"2.0","method":"aria2.getVersion","id":"P3TERX"}' + fi + (curl "${RPC_ADDRESS}" -fsSd "${RPC_PAYLOAD}" || curl "https://${RPC_ADDRESS}" -kfsSd "${RPC_PAYLOAD}") >/dev/null +} + +DELETE_ON_STOP() { + if [[ "${TASK_STATUS}" = "error" && "${DELETE_ON_ERROR}" = "true" ]] || [[ "${TASK_STATUS}" = "removed" && "${DELETE_ON_REMOVED}" = "true" ]]; then + if [[ -f "${TASK_PATH}.aria2" ]]; then + echo -e "$(DATE_TIME) ${INFO} Download task ${TASK_STATUS}, deleting files..." + rm -vrf "${TASK_PATH}.aria2" "${TASK_PATH}" + else + [[ -e "${TASK_PATH}" ]] && + echo -e "$(DATE_TIME) ${WARRING} Skip delete. Download completed files: ${TASK_PATH}" || + echo -e "$(DATE_TIME) ${WARRING} Skip delete. File does not exist: ${TASK_PATH}" + fi + else + echo -e "$(DATE_TIME) ${WARRING} Skip delete. Task status invalid: ${TASK_STATUS}" + fi +} + +DELETE_ON_UNKNOWN() { + if [[ -f "${FILE_PATH}.aria2" ]]; then + echo -e "$(DATE_TIME) ${INFO} Download task force removed, deleting files..." + rm -vrf "${FILE_PATH}.aria2" "${FILE_PATH}" + else + [[ -e "${FILE_PATH}" ]] && + echo -e "$(DATE_TIME) ${WARRING} Skip delete. Download completed files: ${FILE_PATH}" || + echo -e "$(DATE_TIME) ${WARRING} Skip delete. File does not exist: ${FILE_PATH}" + fi +} + +DELETE_FILE() { + if GET_TASK_INFO; then + GET_DOWNLOAD_DIR + GET_TASK_STATUS + CONVERSION_PATH + DELETE_ON_STOP + DELETE_DOT_TORRENT + DELETE_EMPTY_DIR + elif CHECK_RPC_CONECTION && [[ "${DELETE_ON_UNKNOWN}" = "true" && ${FILE_NUM} -eq 1 ]]; then + DELETE_ON_UNKNOWN + else + echo -e "$(DATE_TIME) ${ERROR} Aria2 RPC interface error!" + exit 1 + fi +} + +CHECK_CORE_FILE "$@" +CHECK_PARAMETER "$@" +CHECK_FILE_NUM +CHECK_SCRIPT_CONF +DELETE_FILE +exit 0 diff --git a/aira/config/script/tracker.sh b/aira/config/script/tracker.sh new file mode 100755 index 0000000..ba85321 --- /dev/null +++ b/aira/config/script/tracker.sh @@ -0,0 +1,154 @@ +#!/usr/bin/env bash +# +# https://github.com/P3TERX/aria2.conf +# File name:tracker.sh +# Description: Get BT trackers and add to Aria2 +# Version: 3.1 +# +# Copyright (c) 2018-2021 P3TERX +# +# Permission is hereby granted, free of charge, to any person obtaining a copy +# of this software and associated documentation files (the "Software"), to deal +# in the Software without restriction, including without limitation the rights +# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +# copies of the Software, and to permit persons to whom the Software is +# furnished to do so, subject to the following conditions: +# +# The above copyright notice and this permission notice shall be included in all +# copies or substantial portions of the Software. +# +# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +# AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +# LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +# SOFTWARE. +# +# BT tracker is provided by the following project. +# https://github.com/XIU2/TrackersListCollection +# + +RED_FONT_PREFIX="\033[31m" +GREEN_FONT_PREFIX="\033[32m" +YELLOW_FONT_PREFIX="\033[1;33m" +LIGHT_PURPLE_FONT_PREFIX="\033[1;35m" +FONT_COLOR_SUFFIX="\033[0m" +INFO="[${GREEN_FONT_PREFIX}INFO${FONT_COLOR_SUFFIX}]" +ERROR="[${RED_FONT_PREFIX}ERROR${FONT_COLOR_SUFFIX}]" +ARIA2_CONF=${1:-aria2.conf} +DOWNLOADER="curl -fsSL --connect-timeout 3 --max-time 3 --retry 2" +NL=$'\n' + +DATE_TIME() { + date +"%m/%d %H:%M:%S" +} + +GET_TRACKERS() { + + if [[ -z "${CUSTOM_TRACKER_URL}" ]]; then + echo && echo -e "$(DATE_TIME) ${INFO} Get BT trackers..." + TRACKER=$( + ${DOWNLOADER} https://trackerslist.com/all_aria2.txt || + ${DOWNLOADER} https://cdn.statically.io/gh/XIU2/TrackersListCollection/master/all_aria2.txt || + ${DOWNLOADER} https://trackers.p3terx.com/all_aria2.txt + ) + else + echo && echo -e "$(DATE_TIME) ${INFO} Get BT trackers from url(s):${CUSTOM_TRACKER_URL} ..." + URLS=$(echo ${CUSTOM_TRACKER_URL} | tr "," "$NL") + for URL in $URLS; do + TRACKER+="$(${DOWNLOADER} ${URL} | tr "," "\n")$NL" + done + TRACKER="$(echo "$TRACKER" | awk NF | sort -u | sed 'H;1h;$!d;x;y/\n/,/' )" + fi + + [[ -z "${TRACKER}" ]] && { + echo + echo -e "$(DATE_TIME) ${ERROR} Unable to get trackers, network failure or invalid links." && exit 1 + } +} + +ECHO_TRACKERS() { + echo -e " +--------------------[BitTorrent Trackers]-------------------- +${TRACKER} +--------------------[BitTorrent Trackers]-------------------- +" +} + +ADD_TRACKERS() { + echo -e "$(DATE_TIME) ${INFO} Adding BT trackers to Aria2 configuration file ${LIGHT_PURPLE_FONT_PREFIX}${ARIA2_CONF}${FONT_COLOR_SUFFIX} ..." && echo + if [ ! -f ${ARIA2_CONF} ]; then + echo -e "$(DATE_TIME) ${ERROR} '${ARIA2_CONF}' does not exist." + exit 1 + else + [ -z $(grep "bt-tracker=" ${ARIA2_CONF}) ] && echo "bt-tracker=" >>${ARIA2_CONF} + sed -i "s@^\(bt-tracker=\).*@\1${TRACKER}@" ${ARIA2_CONF} && echo -e "$(DATE_TIME) ${INFO} BT trackers successfully added to Aria2 configuration file !" + fi +} + +ADD_TRACKERS_RPC() { + if [[ "${RPC_SECRET}" ]]; then + RPC_PAYLOAD='{"jsonrpc":"2.0","method":"aria2.changeGlobalOption","id":"P3TERX","params":["token:'${RPC_SECRET}'",{"bt-tracker":"'${TRACKER}'"}]}' + else + RPC_PAYLOAD='{"jsonrpc":"2.0","method":"aria2.changeGlobalOption","id":"P3TERX","params":[{"bt-tracker":"'${TRACKER}'"}]}' + fi + curl "${RPC_ADDRESS}" -fsSd "${RPC_PAYLOAD}" || curl "https://${RPC_ADDRESS}" -kfsSd "${RPC_PAYLOAD}" +} + +ADD_TRACKERS_RPC_STATUS() { + RPC_RESULT=$(ADD_TRACKERS_RPC) + [[ $(echo ${RPC_RESULT} | grep OK) ]] && + echo -e "$(DATE_TIME) ${INFO} BT trackers successfully added to Aria2 !" || + echo -e "$(DATE_TIME) ${ERROR} Network failure or Aria2 RPC interface error!" +} + +ADD_TRACKERS_REMOTE_RPC() { + echo -e "$(DATE_TIME) ${INFO} Adding BT trackers to remote Aria2: ${LIGHT_PURPLE_FONT_PREFIX}${RPC_ADDRESS%/*}${FONT_COLOR_SUFFIX} ..." && echo + ADD_TRACKERS_RPC_STATUS +} + +ADD_TRACKERS_LOCAL_RPC() { + if [ ! -f ${ARIA2_CONF} ]; then + echo -e "$(DATE_TIME) ${ERROR} '${ARIA2_CONF}' does not exist." + exit 1 + else + RPC_PORT=$(grep ^rpc-listen-port ${ARIA2_CONF} | cut -d= -f2-) + RPC_SECRET=$(grep ^rpc-secret ${ARIA2_CONF} | cut -d= -f2-) + [[ ${RPC_PORT} ]] || { + echo -e "$(DATE_TIME) ${ERROR} Aria2 configuration file incomplete." + exit 1 + } + RPC_ADDRESS="localhost:${RPC_PORT}/jsonrpc" + echo -e "$(DATE_TIME) ${INFO} Adding BT trackers to Aria2 ..." && echo + ADD_TRACKERS_RPC_STATUS + fi +} + +[ $(command -v curl) ] || { + echo -e "$(DATE_TIME) ${ERROR} curl is not installed." + exit 1 +} + +if [ "$1" = "cat" ]; then + GET_TRACKERS + ECHO_TRACKERS +elif [ "$1" = "RPC" ]; then + RPC_ADDRESS="$2/jsonrpc" + RPC_SECRET="$3" + GET_TRACKERS + ECHO_TRACKERS + ADD_TRACKERS_REMOTE_RPC +elif [ "$2" = "RPC" ]; then + GET_TRACKERS + ECHO_TRACKERS + ADD_TRACKERS + echo + ADD_TRACKERS_LOCAL_RPC +else + GET_TRACKERS + ECHO_TRACKERS + ADD_TRACKERS +fi + +exit 0 diff --git a/aira/docker-compose.yaml b/aira/docker-compose.yaml new file mode 100755 index 0000000..ed24503 --- /dev/null +++ b/aira/docker-compose.yaml @@ -0,0 +1,43 @@ +--- +services: + aira: + container_name: aria + image: p3terx/aria2-pro + environment: + - PUID=65534 + - PGID=65534 + - UMASK_SET=022 + - RPC_SECRET=123456 + - RPC_PORT=6800 + - LISTEN_PORT=6888 + - DISK_CACHE=64M + - IPV6_MODE=false + - UPDATE_TRACKERS=true + - CUSTOM_TRACKER_URL= + - TZ=Asia/Shanghai + volumes: + - ./config:/config + - /mnt/disk1/downloads:/downloads + # network_mode: bridge + ports: + - "16800:6800" + - "16888:6888" + - "16888:6888/udp" + restart: always + logging: + driver: json-file + options: + max-size: 1m + + AriaNg: + container_name: ariang + image: p3terx/ariang + command: --port 6880 + # network_mode: bridge + ports: + - "4014:6880" + restart: always + logging: + driver: json-file + options: + max-size: 1m diff --git a/autobangumi/config/config.json b/autobangumi/config/config.json new file mode 100755 index 0000000..479a2d9 --- /dev/null +++ b/autobangumi/config/config.json @@ -0,0 +1,56 @@ +{ + "program": { + "rss_time": 900, + "rename_time": 60, + "webui_port": 7892 + }, + "downloader": { + "type": "qbittorrent", + "host": "http://host.docker.internal:4009/", + "username": "wsq", + "password": "563826", + "path": "/downloads", + "ssl": false + }, + "rss_parser": { + "enable": true, + "filter": [ + "720", + "\\d+-\\d" + ], + "language": "zh" + }, + "bangumi_manage": { + "enable": true, + "eps_complete": false, + "rename_method": "pn", + "group_tag": false, + "remove_bad_torrent": false + }, + "log": { + "debug_enable": false + }, + "proxy": { + "enable": true, + "type": "http", + "host": "host.docker.internal", + "port": 7890, + "username": "", + "password": "" + }, + "notification": { + "enable": false, + "type": "telegram", + "token": "", + "chat_id": "" + }, + "experimental_openai": { + "enable": false, + "api_key": "", + "api_base": "https://api.openai.com/v1", + "api_type": "openai", + "api_version": "2023-05-15", + "model": "gpt-3.5-turbo", + "deployment_id": "" + } +} \ No newline at end of file diff --git a/autobangumi/config/search_provider.json b/autobangumi/config/search_provider.json new file mode 100755 index 0000000..250dcec --- /dev/null +++ b/autobangumi/config/search_provider.json @@ -0,0 +1,5 @@ +{ + "mikan": "https://mikanani.me/RSS/Search?searchstr=%s", + "nyaa": "https://nyaa.si/?page=rss&q=%s&c=0_0&f=0", + "dmhy": "http://dmhy.org/topics/rss/rss.xml?keyword=%s" +} \ No newline at end of file diff --git a/autobangumi/config/version.info b/autobangumi/config/version.info new file mode 100755 index 0000000..2a399f7 --- /dev/null +++ b/autobangumi/config/version.info @@ -0,0 +1 @@ +3.1.14 diff --git a/autobangumi/data/data.db b/autobangumi/data/data.db new file mode 100755 index 0000000..43a671a Binary files /dev/null and b/autobangumi/data/data.db differ diff --git a/autobangumi/data/log.txt b/autobangumi/data/log.txt new file mode 100755 index 0000000..068b1bd --- /dev/null +++ b/autobangumi/data/log.txt @@ -0,0 +1,18 @@ +[2024-08-30 00:02:49] INFO: Started server process [7] +[2024-08-30 00:02:49] INFO: Waiting for application startup. +[2024-08-30 00:02:49] INFO: +[2024-08-30 00:02:49] INFO: _ ____ _ +[2024-08-30 00:02:49] INFO: /\ | | | _ \ (_) +[2024-08-30 00:02:49] INFO: / \ _ _| |_ ___ | |_) | __ _ _ __ __ _ _ _ _ __ ___ _ +[2024-08-30 00:02:49] INFO: / /\ \| | | | __/ _ \| _ < / _` | '_ \ / _` | | | | '_ ` _ \| | +[2024-08-30 00:02:49] INFO: / ____ \ |_| | || (_) | |_) | (_| | | | | (_| | |_| | | | | | | | +[2024-08-30 00:02:49] INFO: /_/ \_\__,_|\__\___/|____/ \__,_|_| |_|\__, |\__,_|_| |_| |_|_| +[2024-08-30 00:02:49] INFO: __/ | +[2024-08-30 00:02:49] INFO: |___/ +[2024-08-30 00:02:49] INFO: Version 3.1.14 Author: EstrellaXD Twitter: https://twitter.com/Estrella_Pan +[2024-08-30 00:02:49] INFO: GitHub: https://github.com/EstrellaXD/Auto_Bangumi/ +[2024-08-30 00:02:49] INFO: Starting AutoBangumi... +[2024-08-30 00:02:49] INFO: Config loaded +[2024-08-30 00:02:50] INFO: Program running. +[2024-08-30 00:02:50] INFO: Application startup complete. +[2024-08-30 00:02:50] INFO: Uvicorn running on http://0.0.0.0:7892 (Press CTRL+C to quit) diff --git a/autobangumi/data/posters/6c8523df.jpg b/autobangumi/data/posters/6c8523df.jpg new file mode 100755 index 0000000..4242c84 Binary files /dev/null and b/autobangumi/data/posters/6c8523df.jpg differ diff --git a/autobangumi/data/posters/be34e0d8.jpg b/autobangumi/data/posters/be34e0d8.jpg new file mode 100755 index 0000000..cbc8fbf Binary files /dev/null and b/autobangumi/data/posters/be34e0d8.jpg differ diff --git a/autobangumi/docker-compose.yaml b/autobangumi/docker-compose.yaml new file mode 100755 index 0000000..902f188 --- /dev/null +++ b/autobangumi/docker-compose.yaml @@ -0,0 +1,22 @@ +--- +services: + autobangumi: + image: "ghcr.io/estrellaxd/auto_bangumi:latest" + container_name: autobangumi + volumes: + - ./config:/app/config + - ./data:/app/data + environment: + - TZ=Asia/Shanghai + - PGID=$(id -g) + - PUID=$(id -u) + - UMASK=022 + ports: + - "4013:7892" + restart: always + dns: + - 223.5.5.5 + extra_hosts: + - "host.docker.internal:host-gateway" + + diff --git a/chromium/docker-compose.yaml b/chromium/docker-compose.yaml index fe54ff5..b080406 100755 --- a/chromium/docker-compose.yaml +++ b/chromium/docker-compose.yaml @@ -1,7 +1,7 @@ --- services: chromium: - image: lscr.io/linuxserver/chromium:latest + image: linuxserver/chromium container_name: chromium security_opt: - seccomp:unconfined #optional @@ -9,14 +9,16 @@ services: - PUID=1000 - PGID=1000 - TZ=Etc/UTC - - HTTP_PROXY=http://192.168.187.59:7890 - - HTTPS_PROXY=https://192.168.187.59:7890 + - HTTP_PROXY=http://host.docker.internal:7890 + - HTTPS_PROXY=https://host.docker.internal:7890 # # - ALL_PROXY=socks5://192.168.187.59:7891 volumes: - /path/to/config:/config - # - /home/wsq/clash:/clash + - /mnt/disk1/downloads:/config/Downloads ports: - 4040:3000 - 4041:3001 shm_size: "1gb" - restart: always \ No newline at end of file + restart: always + extra_hosts: + - "host.docker.internal:host-gateway" \ No newline at end of file diff --git a/filebrowser/database.db b/filebrowser/database.db index 9e7dec0..f6529cf 100755 Binary files a/filebrowser/database.db and b/filebrowser/database.db differ diff --git a/homepage/config/services.yaml b/homepage/config/services.yaml index 85107be..f36a834 100755 --- a/homepage/config/services.yaml +++ b/homepage/config/services.yaml @@ -7,7 +7,7 @@ icon: /icons/cpu.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: cpu version: 4 @@ -16,7 +16,7 @@ icon: /icons/nvme.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: disk:nvme0n1 version: 4 @@ -25,25 +25,17 @@ icon: /icons/storage.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: disk:sda version: 4 - - - - - - - - - 面板r: - 内存: icon: /icons/memory.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: memory version: 4 @@ -52,7 +44,7 @@ # icon: /icons/wlan.png # widget: # type: glances - # url: http://192.168.187.59:4011 + # url: http://host.docker.internal:4011 # metric: network:eth0 # version: 4 @@ -60,7 +52,7 @@ icon: /icons/lan.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: network:eth0 version: 4 @@ -69,7 +61,7 @@ icon: /icons/storage.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: disk:sdb version: 4 @@ -85,27 +77,27 @@ timezone: Asia/Shanghai - NAS管理: - - Debian: + - MyNas: icon: /icons/debian.png - href: https://192.168.187.59:9090 + href: https://haoru.xyz:9090 # description: Cockpit Web后台管理 - siteMonitor: https://192.168.187.59:9090 + siteMonitor: https://haoru.xyz:9090 widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: info version: 4 - Portainer: icon: /icons/portainer.png - href: http://192.168.187.59:4001 + href: http://haoru.xyz:4001 description: Docker管理。 - siteMonitor: http://192.168.187.59:4001 + siteMonitor: http://host.docker.internal:4001 server: manage-docker container: portainer widget: type: portainer - url: http://192.168.187.59:4001 + url: http://host.docker.internal:4001 env: 2 key: ptr_ecOg/YjwG340TBXI1u6eOez8ujkTahLhYp3U9t7l0rM= @@ -113,7 +105,7 @@ icon: /icons/list.png widget: type: glances - url: http://192.168.187.59:4011 + url: http://host.docker.internal:4011 metric: process version: 4 @@ -121,27 +113,27 @@ - 多媒体: - Immich: icon: /icons/immich.png - href: http://192.168.187.59:4002 + href: http://haoru.xyz:4002 description: 图片管理。 - siteMonitor: http://192.168.187.59:4002 + siteMonitor: http://host.docker.internal:4002 server: manage-docker container: immich_server widget: type: immich - url: http://192.168.187.59:4002 + url: http://host.docker.internal:4002 key: sRKi3SW6gAyApTD6S9oVCKVGi82nPaRCPD61p7E1B8 - Jellyfin: icon: /icons/jellyfin.png - href: http://192.168.187.59:4003 + href: http://haoru.xyz:4003 description: 影音播放。 - siteMonitor: http://192.168.187.59:4003 + siteMonitor: http://host.docker.internal:4003 server: manage-docker container: jellyfin widget: type: jellyfin - url: http://192.168.187.59:4003 + url: http://host.docker.internal:4003 key: 9be8360675104bc5a6bebe790f67a67b enableBlocks: true # optional, defaults to false enableNowPlaying: true # optional, defaults to true @@ -150,35 +142,20 @@ expandOneStreamToTwoRows: false # optional, defaults to true version: 1 - - - - - - - 文档管理: - Gitea: icon: /icons/gitea.png - href: http://192.168.187.59:4008 + href: http://haoru.xyz:4008 description: 代码管理服务。 - siteMonitor: http://192.168.187.59:4008 + siteMonitor: http://host.docker.internal:4008 server: manage-docker container: gitea - # widget: - # type: customapi - # url: http://192.168.187.59:4008/api/v1 - # headers: "token a1eb9dfbefe37b32e7442e98cf9e976eebf24db4" - # mappings: - # - field: key # needs to be YAML string or object - # label: Field 1 - # format: text # optional - defaults to text - # http://192.168.187.59:4008/api/v1/users/wsq/activities/feed?access_token=a1eb9dfbefe37b32e7442e98cf9e976eebf24db4 - BookBrowser: icon: /icons/book.png - href: http://192.168.187.59:4004 + href: http://haoru.xyz:4004 description: 书籍漫画浏览。 - siteMonitor: http://192.168.187.59:4004 + siteMonitor: http://host.docker.internal:4004 server: manage-docker container: bookbrowser @@ -186,38 +163,55 @@ - 下载服务: - Qbittorrent: icon: /icons/qbittorrent.png - href: http://192.168.187.59:4009 - description: 下载器。 - siteMonitor: http://192.168.187.59:4009 + href: http://haoru.xyz:4009 + description: 磁力下载器。 + siteMonitor: http://host.docker.internal:4009 server: manage-docker container: qbittorrent widget: type: qbittorrent - url: http://192.168.187.59:4009 + url: http://host.docker.internal:4009 username: wsq password: 563826 -- 系统工具: - - File Browser: - icon: /icons/filebrowser.png - href: http://192.168.187.59:4010 - description: Web版文件浏览器 - siteMonitor: http://192.168.187.59:4010 + - AutoBangumi: + icon: /icons/autobangumi.png + href: http://haoru.xyz:4013 + description: 新番订阅。 + siteMonitor: http://host.docker.internal:4013 server: manage-docker - container: filebrowser + container: autobangumi + + - Aira: + icon: /icons/aira.png + href: http://haoru.xyz:4014 + description: 下载器。 + siteMonitor: http://host.docker.internal:4014 + server: manage-docker + container: autobangumi + +- 系统工具: - Chromium: icon: /icons/chromium.png - href: https://192.168.187.59:4041 + href: https://haoru.xyz:4041 description: Web版Chromium浏览器。 - siteMonitor: https://192.168.187.59:4041 + siteMonitor: https://haoru.xyz:4041 server: manage-docker container: chromium + - File Browser: + icon: /icons/filebrowser.png + href: http://haoru.xyz:4010 + description: Web版文件浏览器 + siteMonitor: http://host.docker.internal:4010 + server: manage-docker + container: filebrowser + - Glances: icon: /icons/glances.png - href: http://192.168.187.59:4011 + href: http://haoru.xyz:4011 description: Web版系统资源监测 - siteMonitor: http://192.168.187.59:4011 + siteMonitor: http://host.docker.internal:4011 diff --git a/homepage/docker-compose.yaml b/homepage/docker-compose.yaml index ac1e219..64ee2e4 100755 --- a/homepage/docker-compose.yaml +++ b/homepage/docker-compose.yaml @@ -12,3 +12,5 @@ services: - /mnt/disk1:/volume_1:ro - /mnt/disk2:/volume_2:ro restart: always + extra_hosts: + - "host.docker.internal:host-gateway" diff --git a/homepage/icons/aira.png b/homepage/icons/aira.png new file mode 100755 index 0000000..1f10cfe Binary files /dev/null and b/homepage/icons/aira.png differ diff --git a/homepage/icons/autobangumi.png b/homepage/icons/autobangumi.png new file mode 100755 index 0000000..b5ceacb Binary files /dev/null and b/homepage/icons/autobangumi.png differ diff --git a/immich/postgres/base/16384/1259 b/immich/postgres/base/16384/1259 index cff34a4..7af6889 100755 Binary files a/immich/postgres/base/16384/1259 and b/immich/postgres/base/16384/1259 differ diff --git a/immich/postgres/base/16384/16499 b/immich/postgres/base/16384/16499 index 9661ddb..d60d5fa 100755 Binary files a/immich/postgres/base/16384/16499 and b/immich/postgres/base/16384/16499 differ diff --git a/immich/postgres/base/16384/16797 b/immich/postgres/base/16384/16797 index 087aaa8..e30d220 100755 Binary files a/immich/postgres/base/16384/16797 and b/immich/postgres/base/16384/16797 differ diff --git a/immich/postgres/base/16384/16805 b/immich/postgres/base/16384/16805 index f123cd1..c3c2ab7 100755 Binary files a/immich/postgres/base/16384/16805 and b/immich/postgres/base/16384/16805 differ diff --git a/immich/postgres/base/16384/16897 b/immich/postgres/base/16384/16897 index 75d7466..4fc5745 100755 Binary files a/immich/postgres/base/16384/16897 and b/immich/postgres/base/16384/16897 differ diff --git a/immich/postgres/base/16384/16897_fsm b/immich/postgres/base/16384/16897_fsm index 7135702..f75e595 100755 Binary files a/immich/postgres/base/16384/16897_fsm and b/immich/postgres/base/16384/16897_fsm differ diff --git a/immich/postgres/base/16384/16897_vm b/immich/postgres/base/16384/16897_vm index e2e74e3..85b59f8 100755 Binary files a/immich/postgres/base/16384/16897_vm and b/immich/postgres/base/16384/16897_vm differ diff --git a/immich/postgres/base/16384/16902 b/immich/postgres/base/16384/16902 index 792b852..4201725 100755 Binary files a/immich/postgres/base/16384/16902 and b/immich/postgres/base/16384/16902 differ diff --git a/immich/postgres/base/16384/16902_fsm b/immich/postgres/base/16384/16902_fsm new file mode 100755 index 0000000..69a8bab Binary files /dev/null and b/immich/postgres/base/16384/16902_fsm differ diff --git a/immich/postgres/base/16384/16954 b/immich/postgres/base/16384/16954 index 5c9085a..d2b58a5 100755 Binary files a/immich/postgres/base/16384/16954 and b/immich/postgres/base/16384/16954 differ diff --git a/immich/postgres/base/16384/16954_fsm b/immich/postgres/base/16384/16954_fsm index 99dd759..9e7b3ed 100755 Binary files a/immich/postgres/base/16384/16954_fsm and b/immich/postgres/base/16384/16954_fsm differ diff --git a/immich/postgres/base/16384/16954_vm b/immich/postgres/base/16384/16954_vm index a3882a4..1a78c8e 100755 Binary files a/immich/postgres/base/16384/16954_vm and b/immich/postgres/base/16384/16954_vm differ diff --git a/immich/postgres/base/16384/16959 b/immich/postgres/base/16384/16959 index 26bd6f8..be751bc 100755 Binary files a/immich/postgres/base/16384/16959 and b/immich/postgres/base/16384/16959 differ diff --git a/immich/postgres/base/16384/16959_fsm b/immich/postgres/base/16384/16959_fsm index b0b3fb3..6660f98 100755 Binary files a/immich/postgres/base/16384/16959_fsm and b/immich/postgres/base/16384/16959_fsm differ diff --git a/immich/postgres/base/16384/16960 b/immich/postgres/base/16384/16960 index c2bd7a0..350cd50 100755 Binary files a/immich/postgres/base/16384/16960 and b/immich/postgres/base/16384/16960 differ diff --git a/immich/postgres/base/16384/16960_fsm b/immich/postgres/base/16384/16960_fsm new file mode 100755 index 0000000..dbe06c7 Binary files /dev/null and b/immich/postgres/base/16384/16960_fsm differ diff --git a/immich/postgres/base/16384/17019 b/immich/postgres/base/16384/17019 index 4e9c58f..241f73d 100755 Binary files a/immich/postgres/base/16384/17019 and b/immich/postgres/base/16384/17019 differ diff --git a/immich/postgres/base/16384/17019_fsm b/immich/postgres/base/16384/17019_fsm new file mode 100755 index 0000000..406b535 Binary files /dev/null and b/immich/postgres/base/16384/17019_fsm differ diff --git a/immich/postgres/base/16384/17047 b/immich/postgres/base/16384/17047 index fcb3197..08894ea 100755 Binary files a/immich/postgres/base/16384/17047 and b/immich/postgres/base/16384/17047 differ diff --git a/immich/postgres/base/16384/17090 b/immich/postgres/base/16384/17090 index eb4e8ae..ba97d27 100755 Binary files a/immich/postgres/base/16384/17090 and b/immich/postgres/base/16384/17090 differ diff --git a/immich/postgres/base/16384/17090_fsm b/immich/postgres/base/16384/17090_fsm index 39a2688..3f73cbc 100755 Binary files a/immich/postgres/base/16384/17090_fsm and b/immich/postgres/base/16384/17090_fsm differ diff --git a/immich/postgres/base/16384/17091 b/immich/postgres/base/16384/17091 index 429c66f..434e59b 100755 Binary files a/immich/postgres/base/16384/17091 and b/immich/postgres/base/16384/17091 differ diff --git a/immich/postgres/base/16384/17091_fsm b/immich/postgres/base/16384/17091_fsm index 2f094e8..96238eb 100755 Binary files a/immich/postgres/base/16384/17091_fsm and b/immich/postgres/base/16384/17091_fsm differ diff --git a/immich/postgres/base/16384/17153 b/immich/postgres/base/16384/17153 index 7e69463..f92ef9a 100755 Binary files a/immich/postgres/base/16384/17153 and b/immich/postgres/base/16384/17153 differ diff --git a/immich/postgres/base/16384/17153_fsm b/immich/postgres/base/16384/17153_fsm index a6f7325..aaad08d 100755 Binary files a/immich/postgres/base/16384/17153_fsm and b/immich/postgres/base/16384/17153_fsm differ diff --git a/immich/postgres/base/16384/17153_vm b/immich/postgres/base/16384/17153_vm index 8861fef..3ef2cb7 100755 Binary files a/immich/postgres/base/16384/17153_vm and b/immich/postgres/base/16384/17153_vm differ diff --git a/immich/postgres/base/16384/17156 b/immich/postgres/base/16384/17156 index dfab892..deed054 100755 Binary files a/immich/postgres/base/16384/17156 and b/immich/postgres/base/16384/17156 differ diff --git a/immich/postgres/base/16384/17156_fsm b/immich/postgres/base/16384/17156_fsm new file mode 100755 index 0000000..9fce4ad Binary files /dev/null and b/immich/postgres/base/16384/17156_fsm differ diff --git a/immich/postgres/base/16384/17169 b/immich/postgres/base/16384/17169 index fac281f..5f3ead1 100755 Binary files a/immich/postgres/base/16384/17169 and b/immich/postgres/base/16384/17169 differ diff --git a/immich/postgres/base/16384/17346 b/immich/postgres/base/16384/17346 index 73aebd7..a22980c 100755 Binary files a/immich/postgres/base/16384/17346 and b/immich/postgres/base/16384/17346 differ diff --git a/immich/postgres/base/16384/17346_fsm b/immich/postgres/base/16384/17346_fsm index 02dc958..dbe3572 100755 Binary files a/immich/postgres/base/16384/17346_fsm and b/immich/postgres/base/16384/17346_fsm differ diff --git a/immich/postgres/base/16384/17363 b/immich/postgres/base/16384/17363 index be14a45..87896c1 100755 Binary files a/immich/postgres/base/16384/17363 and b/immich/postgres/base/16384/17363 differ diff --git a/immich/postgres/base/16384/17363_fsm b/immich/postgres/base/16384/17363_fsm index 53d0e0f..d011f4d 100755 Binary files a/immich/postgres/base/16384/17363_fsm and b/immich/postgres/base/16384/17363_fsm differ diff --git a/immich/postgres/base/16384/17388 b/immich/postgres/base/16384/17388 index 2f08a10..a46ced2 100755 Binary files a/immich/postgres/base/16384/17388 and b/immich/postgres/base/16384/17388 differ diff --git a/immich/postgres/base/16384/17388_fsm b/immich/postgres/base/16384/17388_fsm new file mode 100755 index 0000000..bf3ba6a Binary files /dev/null and b/immich/postgres/base/16384/17388_fsm differ diff --git a/immich/postgres/base/16384/17482 b/immich/postgres/base/16384/17482 index 1f29742..039c0f8 100755 Binary files a/immich/postgres/base/16384/17482 and b/immich/postgres/base/16384/17482 differ diff --git a/immich/postgres/base/16384/17482_fsm b/immich/postgres/base/16384/17482_fsm index 0a95591..0798613 100755 Binary files a/immich/postgres/base/16384/17482_fsm and b/immich/postgres/base/16384/17482_fsm differ diff --git a/immich/postgres/base/16384/17483 b/immich/postgres/base/16384/17483 index 3912af9..d6859e6 100755 Binary files a/immich/postgres/base/16384/17483 and b/immich/postgres/base/16384/17483 differ diff --git a/immich/postgres/base/16384/17483_fsm b/immich/postgres/base/16384/17483_fsm index 65ac239..96427e1 100755 Binary files a/immich/postgres/base/16384/17483_fsm and b/immich/postgres/base/16384/17483_fsm differ diff --git a/immich/postgres/base/16384/17491 b/immich/postgres/base/16384/17491 index d871bb2..669f055 100755 Binary files a/immich/postgres/base/16384/17491 and b/immich/postgres/base/16384/17491 differ diff --git a/immich/postgres/base/16384/17491_fsm b/immich/postgres/base/16384/17491_fsm new file mode 100755 index 0000000..1deef77 Binary files /dev/null and b/immich/postgres/base/16384/17491_fsm differ diff --git a/immich/postgres/base/16384/17527 b/immich/postgres/base/16384/17527 index c76d5ed..e5e0055 100755 Binary files a/immich/postgres/base/16384/17527 and b/immich/postgres/base/16384/17527 differ diff --git a/immich/postgres/base/16384/17527_fsm b/immich/postgres/base/16384/17527_fsm index 15957f0..1961b1d 100755 Binary files a/immich/postgres/base/16384/17527_fsm and b/immich/postgres/base/16384/17527_fsm differ diff --git a/immich/postgres/base/16384/17531 b/immich/postgres/base/16384/17531 index f746663..307625c 100755 Binary files a/immich/postgres/base/16384/17531 and b/immich/postgres/base/16384/17531 differ diff --git a/immich/postgres/base/16384/17531_fsm b/immich/postgres/base/16384/17531_fsm index 6383beb..2bbefea 100755 Binary files a/immich/postgres/base/16384/17531_fsm and b/immich/postgres/base/16384/17531_fsm differ diff --git a/immich/postgres/base/16384/17533 b/immich/postgres/base/16384/17533 index 81c89e9..5a61ac5 100755 Binary files a/immich/postgres/base/16384/17533 and b/immich/postgres/base/16384/17533 differ diff --git a/immich/postgres/base/16384/17533_fsm b/immich/postgres/base/16384/17533_fsm new file mode 100755 index 0000000..74b9e4d Binary files /dev/null and b/immich/postgres/base/16384/17533_fsm differ diff --git a/immich/postgres/base/16384/2619 b/immich/postgres/base/16384/2619 index 85b2720..2936e6a 100755 Binary files a/immich/postgres/base/16384/2619 and b/immich/postgres/base/16384/2619 differ diff --git a/immich/postgres/base/16384/2619_fsm b/immich/postgres/base/16384/2619_fsm index d9846b2..b649c66 100755 Binary files a/immich/postgres/base/16384/2619_fsm and b/immich/postgres/base/16384/2619_fsm differ diff --git a/immich/postgres/base/16384/2696 b/immich/postgres/base/16384/2696 index 70e019a..32e96ee 100755 Binary files a/immich/postgres/base/16384/2696 and b/immich/postgres/base/16384/2696 differ diff --git a/immich/postgres/base/16384/2840 b/immich/postgres/base/16384/2840 index e22c813..a13922d 100755 Binary files a/immich/postgres/base/16384/2840 and b/immich/postgres/base/16384/2840 differ diff --git a/immich/postgres/base/16384/2840_fsm b/immich/postgres/base/16384/2840_fsm index 7ef2c4a..510dbdd 100755 Binary files a/immich/postgres/base/16384/2840_fsm and b/immich/postgres/base/16384/2840_fsm differ diff --git a/immich/postgres/base/16384/2840_vm b/immich/postgres/base/16384/2840_vm index 3832097..4e50a17 100755 Binary files a/immich/postgres/base/16384/2840_vm and b/immich/postgres/base/16384/2840_vm differ diff --git a/immich/postgres/base/16384/2841 b/immich/postgres/base/16384/2841 index 93461ab..cd4e0a6 100755 Binary files a/immich/postgres/base/16384/2841 and b/immich/postgres/base/16384/2841 differ diff --git a/immich/postgres/base/16384/pg_internal.init b/immich/postgres/base/16384/pg_internal.init index 5915672..48ad7f0 100755 Binary files a/immich/postgres/base/16384/pg_internal.init and b/immich/postgres/base/16384/pg_internal.init differ diff --git a/immich/postgres/current_logfiles b/immich/postgres/current_logfiles index 21dd383..f5365b1 100755 --- a/immich/postgres/current_logfiles +++ b/immich/postgres/current_logfiles @@ -1 +1 @@ -stderr log/postgresql-2024-08-28_164045.log +stderr log/postgresql-2024-08-29_160247.log diff --git a/immich/postgres/global/pg_control b/immich/postgres/global/pg_control index 6fc9fd9..f7b016d 100755 Binary files a/immich/postgres/global/pg_control and b/immich/postgres/global/pg_control differ diff --git a/immich/postgres/global/pg_internal.init b/immich/postgres/global/pg_internal.init index 48d0b70..3022126 100755 Binary files a/immich/postgres/global/pg_internal.init and b/immich/postgres/global/pg_internal.init differ diff --git a/immich/postgres/log/postgresql-2024-08-28_164045.log b/immich/postgres/log/postgresql-2024-08-28_164045.log index e5f9238..3d22ae2 100755 --- a/immich/postgres/log/postgresql-2024-08-28_164045.log +++ b/immich/postgres/log/postgresql-2024-08-28_164045.log @@ -10,3 +10,10 @@ 2024-08-28 16:40:45.967 UTC [29] LOG: invalid record length at 0/446C6640: wanted 24, got 0 2024-08-28 16:40:45.967 UTC [29] LOG: redo done at 0/446C6608 system usage: CPU: user: 0.00 s, system: 0.00 s, elapsed: 0.00 s 2024-08-28 16:40:46.017 UTC [1] LOG: database system is ready to accept connections +2024-08-28 17:46:31.538 UTC [1] LOG: received fast shutdown request +2024-08-28 17:46:31.543 UTC [1] LOG: aborting any active transactions +2024-08-28 17:46:31.546 UTC [57] FATAL: terminating connection due to administrator command +2024-08-28 17:46:31.550 UTC [56] FATAL: terminating connection due to administrator command +2024-08-28 17:46:31.570 UTC [1] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1 +2024-08-28 17:46:31.571 UTC [41] LOG: shutting down +2024-08-28 17:46:31.673 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-28_174703.log b/immich/postgres/log/postgresql-2024-08-28_174703.log new file mode 100755 index 0000000..e3cb1bd --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-28_174703.log @@ -0,0 +1,15 @@ +2024-08-28 17:47:03.689 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-28 17:47:03.690 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-28 17:47:03.690 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-28 17:47:03.697 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-28 17:47:03.708 UTC [29] LOG: database system was shut down at 2024-08-28 17:46:31 UTC +[2024-08-28T17:47:03Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-28T17:47:03Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-28 17:47:03.747 UTC [1] LOG: database system is ready to accept connections +2024-08-28 17:51:39.484 UTC [1] LOG: received fast shutdown request +2024-08-28 17:51:39.487 UTC [1] LOG: aborting any active transactions +2024-08-28 17:51:39.489 UTC [57] FATAL: terminating connection due to administrator command +2024-08-28 17:51:39.490 UTC [56] FATAL: terminating connection due to administrator command +2024-08-28 17:51:39.499 UTC [1] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1 +2024-08-28 17:51:39.501 UTC [41] LOG: shutting down +2024-08-28 17:51:39.556 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-28_175505.log b/immich/postgres/log/postgresql-2024-08-28_175505.log new file mode 100755 index 0000000..153efb7 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-28_175505.log @@ -0,0 +1,15 @@ +2024-08-28 17:55:05.263 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-28 17:55:05.268 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-28 17:55:05.268 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-28 17:55:05.282 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-28 17:55:05.298 UTC [28] LOG: database system was shut down at 2024-08-28 17:51:39 UTC +[2024-08-28T17:55:05Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-28T17:55:05Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-28 17:55:05.331 UTC [1] LOG: database system is ready to accept connections +2024-08-28 17:57:22.771 UTC [1] LOG: received fast shutdown request +2024-08-28 17:57:22.774 UTC [1] LOG: aborting any active transactions +2024-08-28 17:57:22.779 UTC [56] FATAL: terminating connection due to administrator command +2024-08-28 17:57:22.787 UTC [1] LOG: background worker "logical replication launcher" (PID 45) exited with exit code 1 +2024-08-28 17:57:22.788 UTC [57] FATAL: terminating connection due to administrator command +2024-08-28 17:57:22.794 UTC [34] LOG: shutting down +2024-08-28 17:57:22.864 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-28_175753.log b/immich/postgres/log/postgresql-2024-08-28_175753.log new file mode 100755 index 0000000..9144443 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-28_175753.log @@ -0,0 +1,15 @@ +2024-08-28 17:57:53.916 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-28 17:57:53.919 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-28 17:57:53.919 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-28 17:57:53.935 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-28 17:57:53.951 UTC [28] LOG: database system was shut down at 2024-08-28 17:57:22 UTC +[2024-08-28T17:57:53Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-28T17:57:53Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-28 17:57:54.005 UTC [1] LOG: database system is ready to accept connections +2024-08-28 18:00:06.978 UTC [1] LOG: received fast shutdown request +2024-08-28 18:00:06.981 UTC [1] LOG: aborting any active transactions +2024-08-28 18:00:06.987 UTC [55] FATAL: terminating connection due to administrator command +2024-08-28 18:00:06.988 UTC [56] FATAL: terminating connection due to administrator command +2024-08-28 18:00:06.994 UTC [1] LOG: background worker "logical replication launcher" (PID 39) exited with exit code 1 +2024-08-28 18:00:07.003 UTC [34] LOG: shutting down +2024-08-28 18:00:07.054 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-28_181237.log b/immich/postgres/log/postgresql-2024-08-28_181237.log new file mode 100755 index 0000000..a6f6ffc --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-28_181237.log @@ -0,0 +1,15 @@ +2024-08-28 18:12:37.049 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-28 18:12:37.050 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-28 18:12:37.050 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-28 18:12:37.063 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-28 18:12:37.086 UTC [29] LOG: database system was shut down at 2024-08-28 18:00:07 UTC +[2024-08-28T18:12:37Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-28T18:12:37Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-28 18:12:37.167 UTC [1] LOG: database system is ready to accept connections +2024-08-28 18:15:39.109 UTC [1] LOG: received fast shutdown request +2024-08-28 18:15:39.119 UTC [1] LOG: aborting any active transactions +2024-08-28 18:15:39.122 UTC [58] FATAL: terminating connection due to administrator command +2024-08-28 18:15:39.123 UTC [57] FATAL: terminating connection due to administrator command +2024-08-28 18:15:39.140 UTC [1] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1 +2024-08-28 18:15:39.140 UTC [41] LOG: shutting down +2024-08-28 18:15:39.199 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-28_181612.log b/immich/postgres/log/postgresql-2024-08-28_181612.log new file mode 100755 index 0000000..90b5072 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-28_181612.log @@ -0,0 +1,8 @@ +2024-08-28 18:16:12.241 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-28 18:16:12.242 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-28 18:16:12.242 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-28 18:16:12.253 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-28 18:16:12.269 UTC [29] LOG: database system was shut down at 2024-08-28 18:15:39 UTC +[2024-08-28T18:16:12Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-28T18:16:12Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-28 18:16:12.353 UTC [1] LOG: database system is ready to accept connections diff --git a/immich/postgres/log/postgresql-2024-08-29_000000.log b/immich/postgres/log/postgresql-2024-08-29_000000.log new file mode 100755 index 0000000..6ef7f76 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_000000.log @@ -0,0 +1,7 @@ +2024-08-29 08:02:02.204 UTC [1] LOG: received fast shutdown request +2024-08-29 08:02:02.208 UTC [1] LOG: aborting any active transactions +2024-08-29 08:02:02.211 UTC [58] FATAL: terminating connection due to administrator command +2024-08-29 08:02:02.214 UTC [57] FATAL: terminating connection due to administrator command +2024-08-29 08:02:02.222 UTC [1] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1 +2024-08-29 08:02:02.225 UTC [41] LOG: shutting down +2024-08-29 08:02:02.283 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_080240.log b/immich/postgres/log/postgresql-2024-08-29_080240.log new file mode 100755 index 0000000..c4cf1ec --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_080240.log @@ -0,0 +1,16 @@ +2024-08-29 08:02:40.876 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 08:02:40.877 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 08:02:40.877 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 08:02:40.884 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 08:02:40.896 UTC [27] LOG: database system was shut down at 2024-08-29 08:02:02 UTC +[2024-08-29T08:02:40Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T08:02:40Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 08:02:40.938 UTC [1] LOG: database system is ready to accept connections +2024-08-29 08:55:46.479 UTC [1] LOG: received fast shutdown request +2024-08-29 08:55:46.481 UTC [1] LOG: aborting any active transactions +2024-08-29 08:55:46.482 UTC [54] FATAL: terminating connection due to administrator command +2024-08-29 08:55:46.482 UTC [55] FATAL: terminating connection due to administrator command +2024-08-29 08:55:46.484 UTC [226] FATAL: terminating connection due to administrator command +2024-08-29 08:55:46.486 UTC [1] LOG: background worker "logical replication launcher" (PID 44) exited with exit code 1 +2024-08-29 08:55:46.493 UTC [39] LOG: shutting down +2024-08-29 08:55:46.540 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_085641.log b/immich/postgres/log/postgresql-2024-08-29_085641.log new file mode 100755 index 0000000..47c07e0 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_085641.log @@ -0,0 +1,15 @@ +2024-08-29 08:56:41.702 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 08:56:41.703 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 08:56:41.703 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 08:56:41.709 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 08:56:41.724 UTC [29] LOG: database system was shut down at 2024-08-29 08:55:46 UTC +[2024-08-29T08:56:41Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T08:56:41Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 08:56:41.785 UTC [1] LOG: database system is ready to accept connections +2024-08-29 09:01:55.510 UTC [1] LOG: received fast shutdown request +2024-08-29 09:01:55.514 UTC [1] LOG: aborting any active transactions +2024-08-29 09:01:55.515 UTC [57] FATAL: terminating connection due to administrator command +2024-08-29 09:01:55.516 UTC [58] FATAL: terminating connection due to administrator command +2024-08-29 09:01:55.525 UTC [1] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1 +2024-08-29 09:01:55.530 UTC [35] LOG: shutting down +2024-08-29 09:01:55.570 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_090229.log b/immich/postgres/log/postgresql-2024-08-29_090229.log new file mode 100755 index 0000000..6569b13 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_090229.log @@ -0,0 +1,15 @@ +2024-08-29 09:02:29.713 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 09:02:29.713 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 09:02:29.713 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 09:02:29.728 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 09:02:29.738 UTC [28] LOG: database system was shut down at 2024-08-29 09:01:55 UTC +[2024-08-29T09:02:29Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T09:02:29Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 09:02:29.787 UTC [1] LOG: database system is ready to accept connections +2024-08-29 09:14:31.611 UTC [1] LOG: received fast shutdown request +2024-08-29 09:14:31.614 UTC [1] LOG: aborting any active transactions +2024-08-29 09:14:31.616 UTC [57] FATAL: terminating connection due to administrator command +2024-08-29 09:14:31.618 UTC [56] FATAL: terminating connection due to administrator command +2024-08-29 09:14:31.631 UTC [1] LOG: background worker "logical replication launcher" (PID 45) exited with exit code 1 +2024-08-29 09:14:31.631 UTC [40] LOG: shutting down +2024-08-29 09:14:31.692 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_091535.log b/immich/postgres/log/postgresql-2024-08-29_091535.log new file mode 100755 index 0000000..c3048b1 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_091535.log @@ -0,0 +1,15 @@ +2024-08-29 09:15:35.323 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 09:15:35.324 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 09:15:35.324 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 09:15:35.336 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 09:15:35.357 UTC [29] LOG: database system was shut down at 2024-08-29 09:14:31 UTC +[2024-08-29T09:15:35Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T09:15:35Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 09:15:35.394 UTC [1] LOG: database system is ready to accept connections +2024-08-29 09:19:31.583 UTC [1] LOG: received fast shutdown request +2024-08-29 09:19:31.585 UTC [1] LOG: aborting any active transactions +2024-08-29 09:19:31.587 UTC [59] FATAL: terminating connection due to administrator command +2024-08-29 09:19:31.588 UTC [58] FATAL: terminating connection due to administrator command +2024-08-29 09:19:31.592 UTC [1] LOG: background worker "logical replication launcher" (PID 45) exited with exit code 1 +2024-08-29 09:19:31.599 UTC [35] LOG: shutting down +2024-08-29 09:19:31.634 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_092033.log b/immich/postgres/log/postgresql-2024-08-29_092033.log new file mode 100755 index 0000000..bd81389 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_092033.log @@ -0,0 +1,13 @@ +2024-08-29 09:20:33.772 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 09:20:33.813 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 09:20:33.813 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 09:20:33.824 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 09:20:33.881 UTC [27] LOG: database system was shut down at 2024-08-29 09:19:31 UTC +[2024-08-29T09:20:33Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T09:20:33Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 09:20:33.946 UTC [1] LOG: database system is ready to accept connections +2024-08-29 10:07:28.167 UTC [1] LOG: received fast shutdown request +2024-08-29 10:07:28.188 UTC [1] LOG: aborting any active transactions +2024-08-29 10:07:28.193 UTC [1] LOG: background worker "logical replication launcher" (PID 44) exited with exit code 1 +2024-08-29 10:07:28.196 UTC [39] LOG: shutting down +2024-08-29 10:07:28.226 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_100837.log b/immich/postgres/log/postgresql-2024-08-29_100837.log new file mode 100755 index 0000000..e2b2f4a --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_100837.log @@ -0,0 +1,17 @@ +2024-08-29 10:08:37.654 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 10:08:37.655 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 10:08:37.655 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 10:08:37.661 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 10:08:37.674 UTC [28] LOG: database system was shut down at 2024-08-29 10:07:28 UTC +[2024-08-29T10:08:37Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T10:08:37Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 10:08:37.779 UTC [1] LOG: database system is ready to accept connections +2024-08-29 10:08:51.772 UTC [1] LOG: received fast shutdown request +2024-08-29 10:08:51.775 UTC [1] LOG: aborting any active transactions +2024-08-29 10:08:51.777 UTC [55] FATAL: terminating connection due to administrator command +2024-08-29 10:08:51.778 UTC [1] LOG: background worker "logical replication launcher" (PID 45) exited with exit code 1 +2024-08-29 10:08:51.779 UTC [56] FATAL: terminating connection due to administrator command +2024-08-29 10:08:51.780 UTC [59] FATAL: terminating connection due to administrator command +2024-08-29 10:08:51.783 UTC [57] FATAL: terminating connection due to administrator command +2024-08-29 10:08:51.789 UTC [40] LOG: shutting down +2024-08-29 10:08:51.839 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_100954.log b/immich/postgres/log/postgresql-2024-08-29_100954.log new file mode 100755 index 0000000..bafaad9 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_100954.log @@ -0,0 +1,14 @@ +2024-08-29 10:09:54.203 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 10:09:54.204 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 10:09:54.204 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 10:09:54.212 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 10:09:54.230 UTC [28] LOG: database system was shut down at 2024-08-29 10:08:51 UTC +[2024-08-29T10:09:54Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T10:09:54Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 10:09:54.264 UTC [1] LOG: database system is ready to accept connections +2024-08-29 10:19:29.131 UTC [1] LOG: received fast shutdown request +2024-08-29 10:19:29.136 UTC [1] LOG: aborting any active transactions +2024-08-29 10:19:29.137 UTC [55] FATAL: terminating connection due to administrator command +2024-08-29 10:19:29.137 UTC [56] FATAL: terminating connection due to administrator command +2024-08-29 10:19:29.151 UTC [1] LOG: background worker "logical replication launcher" (PID 39) exited with exit code 1 +2024-08-29 10:19:29.154 UTC [32] LOG: shutting down diff --git a/immich/postgres/log/postgresql-2024-08-29_102006.log b/immich/postgres/log/postgresql-2024-08-29_102006.log new file mode 100755 index 0000000..33816b6 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_102006.log @@ -0,0 +1,15 @@ +2024-08-29 10:20:06.196 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 10:20:06.197 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 10:20:06.197 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 10:20:06.204 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 10:20:06.276 UTC [28] LOG: database system was shut down at 2024-08-29 10:19:29 UTC +[2024-08-29T10:20:06Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T10:20:06Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 10:20:06.321 UTC [1] LOG: database system is ready to accept connections +2024-08-29 10:28:47.151 UTC [1] LOG: received fast shutdown request +2024-08-29 10:28:47.156 UTC [1] LOG: aborting any active transactions +2024-08-29 10:28:47.158 UTC [58] FATAL: terminating connection due to administrator command +2024-08-29 10:28:47.158 UTC [57] FATAL: terminating connection due to administrator command +2024-08-29 10:28:47.175 UTC [1] LOG: background worker "logical replication launcher" (PID 45) exited with exit code 1 +2024-08-29 10:28:47.175 UTC [40] LOG: shutting down +2024-08-29 10:28:47.212 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_103013.log b/immich/postgres/log/postgresql-2024-08-29_103013.log new file mode 100755 index 0000000..28f0dc6 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_103013.log @@ -0,0 +1,15 @@ +2024-08-29 10:30:13.140 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 10:30:13.155 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 10:30:13.155 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 10:30:13.163 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 10:30:13.181 UTC [29] LOG: database system was shut down at 2024-08-29 10:28:47 UTC +[2024-08-29T10:30:13Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T10:30:13Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 10:30:13.242 UTC [1] LOG: database system is ready to accept connections +2024-08-29 10:36:02.540 UTC [1] LOG: received fast shutdown request +2024-08-29 10:36:02.543 UTC [1] LOG: aborting any active transactions +2024-08-29 10:36:02.545 UTC [57] FATAL: terminating connection due to administrator command +2024-08-29 10:36:02.547 UTC [56] FATAL: terminating connection due to administrator command +2024-08-29 10:36:02.565 UTC [1] LOG: background worker "logical replication launcher" (PID 46) exited with exit code 1 +2024-08-29 10:36:02.571 UTC [41] LOG: shutting down +2024-08-29 10:36:02.624 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_103634.log b/immich/postgres/log/postgresql-2024-08-29_103634.log new file mode 100755 index 0000000..ea6b8f8 --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_103634.log @@ -0,0 +1,13 @@ +2024-08-29 10:36:34.351 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 10:36:34.352 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 10:36:34.352 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 10:36:34.376 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 10:36:34.386 UTC [28] LOG: database system was shut down at 2024-08-29 10:36:02 UTC +[2024-08-29T10:36:34Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T10:36:34Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 10:36:34.430 UTC [1] LOG: database system is ready to accept connections +2024-08-29 16:02:09.107 UTC [1] LOG: received fast shutdown request +2024-08-29 16:02:09.110 UTC [1] LOG: aborting any active transactions +2024-08-29 16:02:09.115 UTC [1] LOG: background worker "logical replication launcher" (PID 45) exited with exit code 1 +2024-08-29 16:02:09.121 UTC [40] LOG: shutting down +2024-08-29 16:02:09.176 UTC [1] LOG: database system is shut down diff --git a/immich/postgres/log/postgresql-2024-08-29_160247.log b/immich/postgres/log/postgresql-2024-08-29_160247.log new file mode 100755 index 0000000..a3e30ec --- /dev/null +++ b/immich/postgres/log/postgresql-2024-08-29_160247.log @@ -0,0 +1,8 @@ +2024-08-29 16:02:47.181 UTC [1] LOG: starting PostgreSQL 14.10 (Debian 14.10-1.pgdg120+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 12.2.0-14) 12.2.0, 64-bit +2024-08-29 16:02:47.183 UTC [1] LOG: listening on IPv4 address "0.0.0.0", port 5432 +2024-08-29 16:02:47.183 UTC [1] LOG: listening on IPv6 address "::", port 5432 +2024-08-29 16:02:47.191 UTC [1] LOG: listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432" +2024-08-29 16:02:47.206 UTC [28] LOG: database system was shut down at 2024-08-29 16:02:09 UTC +[2024-08-29T16:02:47Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17575". +[2024-08-29T16:02:47Z INFO service::utils::clean] Find directory "pg_vectors/indexes/17331". +2024-08-29 16:02:47.251 UTC [1] LOG: database system is ready to accept connections diff --git a/immich/postgres/pg_multixact/members/0000 b/immich/postgres/pg_multixact/members/0000 index 45c2dc0..520ea80 100755 Binary files a/immich/postgres/pg_multixact/members/0000 and b/immich/postgres/pg_multixact/members/0000 differ diff --git a/immich/postgres/pg_multixact/offsets/0000 b/immich/postgres/pg_multixact/offsets/0000 index 1c28ea4..304430e 100755 Binary files a/immich/postgres/pg_multixact/offsets/0000 and b/immich/postgres/pg_multixact/offsets/0000 differ diff --git a/immich/postgres/pg_stat_tmp/db_0.stat b/immich/postgres/pg_stat_tmp/db_0.stat index ea137bf..7fd0eb8 100755 Binary files a/immich/postgres/pg_stat_tmp/db_0.stat and b/immich/postgres/pg_stat_tmp/db_0.stat differ diff --git a/immich/postgres/pg_stat_tmp/db_16384.stat b/immich/postgres/pg_stat_tmp/db_16384.stat index fa8b18e..2cad7ac 100755 Binary files a/immich/postgres/pg_stat_tmp/db_16384.stat and b/immich/postgres/pg_stat_tmp/db_16384.stat differ diff --git a/immich/postgres/pg_stat_tmp/global.stat b/immich/postgres/pg_stat_tmp/global.stat index 1572084..06ec18d 100755 Binary files a/immich/postgres/pg_stat_tmp/global.stat and b/immich/postgres/pg_stat_tmp/global.stat differ diff --git a/immich/postgres/pg_subtrans/0000 b/immich/postgres/pg_subtrans/0000 index f2c5037..1f87957 100755 Binary files a/immich/postgres/pg_subtrans/0000 and b/immich/postgres/pg_subtrans/0000 differ diff --git a/immich/postgres/pg_wal/000000010000000000000044 b/immich/postgres/pg_wal/000000010000000000000044 index 58ddf2d..6d562d9 100755 Binary files a/immich/postgres/pg_wal/000000010000000000000044 and b/immich/postgres/pg_wal/000000010000000000000044 differ diff --git a/immich/postgres/pg_xact/0000 b/immich/postgres/pg_xact/0000 index f6a72c9..9408fe1 100755 --- a/immich/postgres/pg_xact/0000 +++ b/immich/postgres/pg_xact/0000 @@ -1 +1 @@ -@UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU \ No newline at end of file +@UUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUU \ No newline at end of file diff --git a/immich/postgres/postmaster.pid b/immich/postgres/postmaster.pid index 75a3b79..dfdcb56 100755 --- a/immich/postgres/postmaster.pid +++ b/immich/postgres/postmaster.pid @@ -1,6 +1,6 @@ 1 /var/lib/postgresql/data -1724863245 +1724947367 5432 /var/run/postgresql * diff --git a/jellyfin/cache/images/resized-images/0/0216ed77-413b-0842-6466-448e732059c1.webp b/jellyfin/cache/images/resized-images/0/0216ed77-413b-0842-6466-448e732059c1.webp new file mode 100755 index 0000000..c84e2c0 Binary files /dev/null and b/jellyfin/cache/images/resized-images/0/0216ed77-413b-0842-6466-448e732059c1.webp differ diff --git a/jellyfin/cache/images/resized-images/0/0a5ad30b-57db-ed86-2f5f-9ab7a78e9adc.webp b/jellyfin/cache/images/resized-images/0/0a5ad30b-57db-ed86-2f5f-9ab7a78e9adc.webp new file mode 100755 index 0000000..1df7beb Binary files /dev/null and b/jellyfin/cache/images/resized-images/0/0a5ad30b-57db-ed86-2f5f-9ab7a78e9adc.webp differ diff --git a/jellyfin/cache/images/resized-images/1/11c0e06d-bbc1-4896-6c1d-f02f50ea1788.webp b/jellyfin/cache/images/resized-images/1/11c0e06d-bbc1-4896-6c1d-f02f50ea1788.webp new file mode 100755 index 0000000..d2fe2d8 Binary files /dev/null and b/jellyfin/cache/images/resized-images/1/11c0e06d-bbc1-4896-6c1d-f02f50ea1788.webp differ diff --git a/jellyfin/cache/images/resized-images/1/156e2038-5e87-a9f3-0d33-fd07f55dcc74.webp b/jellyfin/cache/images/resized-images/1/156e2038-5e87-a9f3-0d33-fd07f55dcc74.webp new file mode 100755 index 0000000..7ba34a7 Binary files /dev/null and b/jellyfin/cache/images/resized-images/1/156e2038-5e87-a9f3-0d33-fd07f55dcc74.webp differ diff --git a/jellyfin/cache/images/resized-images/1/197f66cb-51f7-3aba-c9f4-06082633d9f6.webp b/jellyfin/cache/images/resized-images/1/197f66cb-51f7-3aba-c9f4-06082633d9f6.webp new file mode 100755 index 0000000..3d75e02 Binary files /dev/null and b/jellyfin/cache/images/resized-images/1/197f66cb-51f7-3aba-c9f4-06082633d9f6.webp differ diff --git a/jellyfin/cache/images/resized-images/1/1faba1e6-b466-09aa-1b8a-f128d56c1a35.webp b/jellyfin/cache/images/resized-images/1/1faba1e6-b466-09aa-1b8a-f128d56c1a35.webp new file mode 100755 index 0000000..17e9f05 Binary files /dev/null and b/jellyfin/cache/images/resized-images/1/1faba1e6-b466-09aa-1b8a-f128d56c1a35.webp differ diff --git a/jellyfin/cache/images/resized-images/2/21f83077-dea7-2fb0-219e-b733ce4a3365.webp b/jellyfin/cache/images/resized-images/2/21f83077-dea7-2fb0-219e-b733ce4a3365.webp new file mode 100755 index 0000000..5054039 Binary files /dev/null and b/jellyfin/cache/images/resized-images/2/21f83077-dea7-2fb0-219e-b733ce4a3365.webp differ diff --git a/jellyfin/cache/images/resized-images/2/2f734b1b-ec17-5336-91ef-72897fa05198.webp b/jellyfin/cache/images/resized-images/2/2f734b1b-ec17-5336-91ef-72897fa05198.webp new file mode 100755 index 0000000..2b50343 Binary files /dev/null and b/jellyfin/cache/images/resized-images/2/2f734b1b-ec17-5336-91ef-72897fa05198.webp differ diff --git a/jellyfin/cache/images/resized-images/3/31e2f089-5725-aaf6-71db-8fbd58f73402.webp b/jellyfin/cache/images/resized-images/3/31e2f089-5725-aaf6-71db-8fbd58f73402.webp new file mode 100755 index 0000000..a5935d2 Binary files /dev/null and b/jellyfin/cache/images/resized-images/3/31e2f089-5725-aaf6-71db-8fbd58f73402.webp differ diff --git a/jellyfin/cache/images/resized-images/3/3e2b4397-ed8a-2533-6010-55481a0b1882.webp b/jellyfin/cache/images/resized-images/3/3e2b4397-ed8a-2533-6010-55481a0b1882.webp new file mode 100755 index 0000000..71b3a46 Binary files /dev/null and b/jellyfin/cache/images/resized-images/3/3e2b4397-ed8a-2533-6010-55481a0b1882.webp differ diff --git a/jellyfin/cache/images/resized-images/4/4aa9de5f-1f0d-a5d2-e7c7-4326d3481767.webp b/jellyfin/cache/images/resized-images/4/4aa9de5f-1f0d-a5d2-e7c7-4326d3481767.webp new file mode 100755 index 0000000..d002df1 Binary files /dev/null and b/jellyfin/cache/images/resized-images/4/4aa9de5f-1f0d-a5d2-e7c7-4326d3481767.webp differ diff --git a/jellyfin/cache/images/resized-images/4/4f27368d-83b8-a11c-7d43-fb648e133973.webp b/jellyfin/cache/images/resized-images/4/4f27368d-83b8-a11c-7d43-fb648e133973.webp new file mode 100755 index 0000000..6db2483 Binary files /dev/null and b/jellyfin/cache/images/resized-images/4/4f27368d-83b8-a11c-7d43-fb648e133973.webp differ diff --git a/jellyfin/cache/images/resized-images/6/643b0a24-c99f-fd3f-6058-a0d01e61eadc.webp b/jellyfin/cache/images/resized-images/6/643b0a24-c99f-fd3f-6058-a0d01e61eadc.webp new file mode 100755 index 0000000..0921a96 Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/643b0a24-c99f-fd3f-6058-a0d01e61eadc.webp differ diff --git a/jellyfin/cache/images/resized-images/6/65f1aac0-eb1b-20c3-8611-bcc6141f6ad8.webp b/jellyfin/cache/images/resized-images/6/65f1aac0-eb1b-20c3-8611-bcc6141f6ad8.webp new file mode 100755 index 0000000..816f3ab Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/65f1aac0-eb1b-20c3-8611-bcc6141f6ad8.webp differ diff --git a/jellyfin/cache/images/resized-images/6/66979fa9-f45f-d87a-9104-bc7ebaf92c9d.webp b/jellyfin/cache/images/resized-images/6/66979fa9-f45f-d87a-9104-bc7ebaf92c9d.webp new file mode 100755 index 0000000..6ebfd87 Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/66979fa9-f45f-d87a-9104-bc7ebaf92c9d.webp differ diff --git a/jellyfin/cache/images/resized-images/6/6728abd8-7df4-1833-6d92-332f34ba441f.webp b/jellyfin/cache/images/resized-images/6/6728abd8-7df4-1833-6d92-332f34ba441f.webp new file mode 100755 index 0000000..9973e7b Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/6728abd8-7df4-1833-6d92-332f34ba441f.webp differ diff --git a/jellyfin/cache/images/resized-images/6/6b753fac-53b7-afc4-6061-2c42d0d7eec6.webp b/jellyfin/cache/images/resized-images/6/6b753fac-53b7-afc4-6061-2c42d0d7eec6.webp new file mode 100755 index 0000000..7685237 Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/6b753fac-53b7-afc4-6061-2c42d0d7eec6.webp differ diff --git a/jellyfin/cache/images/resized-images/6/6cffd0a3-5c70-fb30-32d9-ed4e2d46f5cf.webp b/jellyfin/cache/images/resized-images/6/6cffd0a3-5c70-fb30-32d9-ed4e2d46f5cf.webp new file mode 100755 index 0000000..7120ee7 Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/6cffd0a3-5c70-fb30-32d9-ed4e2d46f5cf.webp differ diff --git a/jellyfin/cache/images/resized-images/6/6fbbfd41-3875-6dec-2b0d-233fe25bc9d8.webp b/jellyfin/cache/images/resized-images/6/6fbbfd41-3875-6dec-2b0d-233fe25bc9d8.webp new file mode 100755 index 0000000..ac6a279 Binary files /dev/null and b/jellyfin/cache/images/resized-images/6/6fbbfd41-3875-6dec-2b0d-233fe25bc9d8.webp differ diff --git a/jellyfin/cache/images/resized-images/7/75db94f1-a8f2-1dea-006d-38816a077328.webp b/jellyfin/cache/images/resized-images/7/75db94f1-a8f2-1dea-006d-38816a077328.webp new file mode 100755 index 0000000..aadca4d Binary files /dev/null and b/jellyfin/cache/images/resized-images/7/75db94f1-a8f2-1dea-006d-38816a077328.webp differ diff --git a/jellyfin/cache/images/resized-images/7/79059251-8dd3-f743-d76c-da52e152b829.webp b/jellyfin/cache/images/resized-images/7/79059251-8dd3-f743-d76c-da52e152b829.webp new file mode 100755 index 0000000..413dafd Binary files /dev/null and b/jellyfin/cache/images/resized-images/7/79059251-8dd3-f743-d76c-da52e152b829.webp differ diff --git a/jellyfin/cache/images/resized-images/7/79845d29-c96f-f298-bfde-c6ecb9ee460b.webp b/jellyfin/cache/images/resized-images/7/79845d29-c96f-f298-bfde-c6ecb9ee460b.webp new file mode 100755 index 0000000..ba96239 Binary files /dev/null and b/jellyfin/cache/images/resized-images/7/79845d29-c96f-f298-bfde-c6ecb9ee460b.webp differ diff --git a/jellyfin/cache/images/resized-images/7/7aa99311-735c-8d8c-8933-978e32b43469.webp b/jellyfin/cache/images/resized-images/7/7aa99311-735c-8d8c-8933-978e32b43469.webp new file mode 100755 index 0000000..8338f25 Binary files /dev/null and b/jellyfin/cache/images/resized-images/7/7aa99311-735c-8d8c-8933-978e32b43469.webp differ diff --git a/jellyfin/cache/images/resized-images/8/86d677cb-9c5d-228b-6c69-3c3ee085d093.webp b/jellyfin/cache/images/resized-images/8/86d677cb-9c5d-228b-6c69-3c3ee085d093.webp new file mode 100755 index 0000000..28d119f Binary files /dev/null and b/jellyfin/cache/images/resized-images/8/86d677cb-9c5d-228b-6c69-3c3ee085d093.webp differ diff --git a/jellyfin/cache/images/resized-images/8/873d10ef-50c6-4c9d-faf3-34c4d53a9c06.webp b/jellyfin/cache/images/resized-images/8/873d10ef-50c6-4c9d-faf3-34c4d53a9c06.webp new file mode 100755 index 0000000..60121ce Binary files /dev/null and b/jellyfin/cache/images/resized-images/8/873d10ef-50c6-4c9d-faf3-34c4d53a9c06.webp differ diff --git a/jellyfin/cache/images/resized-images/8/8a0b3a58-67b1-145a-df40-4c7777c36bf9.webp b/jellyfin/cache/images/resized-images/8/8a0b3a58-67b1-145a-df40-4c7777c36bf9.webp new file mode 100755 index 0000000..b25b240 Binary files /dev/null and b/jellyfin/cache/images/resized-images/8/8a0b3a58-67b1-145a-df40-4c7777c36bf9.webp differ diff --git a/jellyfin/cache/images/resized-images/8/8f332d0d-4319-c6bc-8c22-a5619cb7c5c2.webp b/jellyfin/cache/images/resized-images/8/8f332d0d-4319-c6bc-8c22-a5619cb7c5c2.webp new file mode 100755 index 0000000..d0e3b56 Binary files /dev/null and b/jellyfin/cache/images/resized-images/8/8f332d0d-4319-c6bc-8c22-a5619cb7c5c2.webp differ diff --git a/jellyfin/cache/images/resized-images/9/9098bb06-1975-f03e-8923-87dcd660fd39.webp b/jellyfin/cache/images/resized-images/9/9098bb06-1975-f03e-8923-87dcd660fd39.webp new file mode 100755 index 0000000..e2a31a0 Binary files /dev/null and b/jellyfin/cache/images/resized-images/9/9098bb06-1975-f03e-8923-87dcd660fd39.webp differ diff --git a/jellyfin/cache/images/resized-images/9/940b322b-7b5f-f166-e20b-6cef6da303e4.webp b/jellyfin/cache/images/resized-images/9/940b322b-7b5f-f166-e20b-6cef6da303e4.webp new file mode 100755 index 0000000..6ba962e Binary files /dev/null and b/jellyfin/cache/images/resized-images/9/940b322b-7b5f-f166-e20b-6cef6da303e4.webp differ diff --git a/jellyfin/cache/images/resized-images/9/97a6cf50-baef-0857-a0f1-9bd6d3e0cc8d.webp b/jellyfin/cache/images/resized-images/9/97a6cf50-baef-0857-a0f1-9bd6d3e0cc8d.webp new file mode 100755 index 0000000..d098c21 Binary files /dev/null and b/jellyfin/cache/images/resized-images/9/97a6cf50-baef-0857-a0f1-9bd6d3e0cc8d.webp differ diff --git a/jellyfin/cache/images/resized-images/9/9c5c9d94-5e69-835f-2b6a-cc4fa2df4a9a.webp b/jellyfin/cache/images/resized-images/9/9c5c9d94-5e69-835f-2b6a-cc4fa2df4a9a.webp new file mode 100755 index 0000000..6b93098 Binary files /dev/null and b/jellyfin/cache/images/resized-images/9/9c5c9d94-5e69-835f-2b6a-cc4fa2df4a9a.webp differ diff --git a/jellyfin/cache/images/resized-images/9/9d3554ca-f9fc-3fab-63d8-0b24c6daab5c.webp b/jellyfin/cache/images/resized-images/9/9d3554ca-f9fc-3fab-63d8-0b24c6daab5c.webp new file mode 100755 index 0000000..fc673db Binary files /dev/null and b/jellyfin/cache/images/resized-images/9/9d3554ca-f9fc-3fab-63d8-0b24c6daab5c.webp differ diff --git a/jellyfin/cache/images/resized-images/9/9dc92f7c-b0db-5554-f016-bc1f496ac326.webp b/jellyfin/cache/images/resized-images/9/9dc92f7c-b0db-5554-f016-bc1f496ac326.webp new file mode 100755 index 0000000..f22619d Binary files /dev/null and b/jellyfin/cache/images/resized-images/9/9dc92f7c-b0db-5554-f016-bc1f496ac326.webp differ diff --git a/jellyfin/cache/images/resized-images/a/acdfd2ea-6797-4c47-9001-34a5c4ba50d3.webp b/jellyfin/cache/images/resized-images/a/acdfd2ea-6797-4c47-9001-34a5c4ba50d3.webp new file mode 100755 index 0000000..8678391 Binary files /dev/null and b/jellyfin/cache/images/resized-images/a/acdfd2ea-6797-4c47-9001-34a5c4ba50d3.webp differ diff --git a/jellyfin/cache/images/resized-images/a/ad95204b-69fa-af9a-b556-cc50256ab2f6.webp b/jellyfin/cache/images/resized-images/a/ad95204b-69fa-af9a-b556-cc50256ab2f6.webp new file mode 100755 index 0000000..5b2591d Binary files /dev/null and b/jellyfin/cache/images/resized-images/a/ad95204b-69fa-af9a-b556-cc50256ab2f6.webp differ diff --git a/jellyfin/cache/images/resized-images/a/ae16a4a7-6d9d-5993-6e0b-be06c2ffedc0.webp b/jellyfin/cache/images/resized-images/a/ae16a4a7-6d9d-5993-6e0b-be06c2ffedc0.webp new file mode 100755 index 0000000..caedf8d Binary files /dev/null and b/jellyfin/cache/images/resized-images/a/ae16a4a7-6d9d-5993-6e0b-be06c2ffedc0.webp differ diff --git a/jellyfin/cache/images/resized-images/b/bc260259-8f1d-11ca-4c86-d73de505170f.webp b/jellyfin/cache/images/resized-images/b/bc260259-8f1d-11ca-4c86-d73de505170f.webp new file mode 100755 index 0000000..3feba41 Binary files /dev/null and b/jellyfin/cache/images/resized-images/b/bc260259-8f1d-11ca-4c86-d73de505170f.webp differ diff --git a/jellyfin/cache/images/resized-images/b/bd50a618-13f8-83d7-c2e3-89f7d62560b9.webp b/jellyfin/cache/images/resized-images/b/bd50a618-13f8-83d7-c2e3-89f7d62560b9.webp new file mode 100755 index 0000000..2fff4ad Binary files /dev/null and b/jellyfin/cache/images/resized-images/b/bd50a618-13f8-83d7-c2e3-89f7d62560b9.webp differ diff --git a/jellyfin/cache/images/resized-images/b/be1d3e25-c451-b1d7-4174-4773eb5898c8.webp b/jellyfin/cache/images/resized-images/b/be1d3e25-c451-b1d7-4174-4773eb5898c8.webp new file mode 100755 index 0000000..67f577f Binary files /dev/null and b/jellyfin/cache/images/resized-images/b/be1d3e25-c451-b1d7-4174-4773eb5898c8.webp differ diff --git a/jellyfin/cache/images/resized-images/c/c40b0024-fa4f-07d2-0f4c-7e553c9cb8aa.webp b/jellyfin/cache/images/resized-images/c/c40b0024-fa4f-07d2-0f4c-7e553c9cb8aa.webp new file mode 100755 index 0000000..102155e Binary files /dev/null and b/jellyfin/cache/images/resized-images/c/c40b0024-fa4f-07d2-0f4c-7e553c9cb8aa.webp differ diff --git a/jellyfin/cache/images/resized-images/c/c581cde6-1279-713f-bd82-8e8e569a1087.webp b/jellyfin/cache/images/resized-images/c/c581cde6-1279-713f-bd82-8e8e569a1087.webp new file mode 100755 index 0000000..41a9950 Binary files /dev/null and b/jellyfin/cache/images/resized-images/c/c581cde6-1279-713f-bd82-8e8e569a1087.webp differ diff --git a/jellyfin/cache/images/resized-images/c/c7a9317b-54d1-57d9-d76a-ad064332cd6e.webp b/jellyfin/cache/images/resized-images/c/c7a9317b-54d1-57d9-d76a-ad064332cd6e.webp new file mode 100755 index 0000000..fd2ccbc Binary files /dev/null and b/jellyfin/cache/images/resized-images/c/c7a9317b-54d1-57d9-d76a-ad064332cd6e.webp differ diff --git a/jellyfin/cache/images/resized-images/c/c85b884f-987a-4b18-386c-5af7f7cffc56.webp b/jellyfin/cache/images/resized-images/c/c85b884f-987a-4b18-386c-5af7f7cffc56.webp new file mode 100755 index 0000000..ef02635 Binary files /dev/null and b/jellyfin/cache/images/resized-images/c/c85b884f-987a-4b18-386c-5af7f7cffc56.webp differ diff --git a/jellyfin/cache/images/resized-images/d/d2dd59d5-0642-50c6-b34f-77d44bc1c8ce.webp b/jellyfin/cache/images/resized-images/d/d2dd59d5-0642-50c6-b34f-77d44bc1c8ce.webp new file mode 100755 index 0000000..a6eb9ca Binary files /dev/null and b/jellyfin/cache/images/resized-images/d/d2dd59d5-0642-50c6-b34f-77d44bc1c8ce.webp differ diff --git a/jellyfin/cache/images/resized-images/d/dd156896-b8c8-ed59-e2dc-ea84a7fbf589.webp b/jellyfin/cache/images/resized-images/d/dd156896-b8c8-ed59-e2dc-ea84a7fbf589.webp new file mode 100755 index 0000000..26a796b Binary files /dev/null and b/jellyfin/cache/images/resized-images/d/dd156896-b8c8-ed59-e2dc-ea84a7fbf589.webp differ diff --git a/jellyfin/cache/images/resized-images/d/de4d6a64-a4dc-9eb6-d7ad-5109e6f3a1df.webp b/jellyfin/cache/images/resized-images/d/de4d6a64-a4dc-9eb6-d7ad-5109e6f3a1df.webp new file mode 100755 index 0000000..9c3ef31 Binary files /dev/null and b/jellyfin/cache/images/resized-images/d/de4d6a64-a4dc-9eb6-d7ad-5109e6f3a1df.webp differ diff --git a/jellyfin/cache/images/resized-images/d/df5bc639-f394-3a15-4cc1-1d1e9a5f1287.webp b/jellyfin/cache/images/resized-images/d/df5bc639-f394-3a15-4cc1-1d1e9a5f1287.webp new file mode 100755 index 0000000..d49418c Binary files /dev/null and b/jellyfin/cache/images/resized-images/d/df5bc639-f394-3a15-4cc1-1d1e9a5f1287.webp differ diff --git a/jellyfin/cache/images/resized-images/e/e3eab637-c725-d0b3-92c3-afb93ff43f72.webp b/jellyfin/cache/images/resized-images/e/e3eab637-c725-d0b3-92c3-afb93ff43f72.webp new file mode 100755 index 0000000..9103dc9 Binary files /dev/null and b/jellyfin/cache/images/resized-images/e/e3eab637-c725-d0b3-92c3-afb93ff43f72.webp differ diff --git a/jellyfin/cache/images/resized-images/e/ef714be3-ffd6-8ac1-33a1-87e97cdd8e51.webp b/jellyfin/cache/images/resized-images/e/ef714be3-ffd6-8ac1-33a1-87e97cdd8e51.webp new file mode 100755 index 0000000..abf5be6 Binary files /dev/null and b/jellyfin/cache/images/resized-images/e/ef714be3-ffd6-8ac1-33a1-87e97cdd8e51.webp differ diff --git a/jellyfin/cache/images/resized-images/f/f1af392e-a167-64a2-93c9-7bdda2b88df5.webp b/jellyfin/cache/images/resized-images/f/f1af392e-a167-64a2-93c9-7bdda2b88df5.webp new file mode 100755 index 0000000..90de3f3 Binary files /dev/null and b/jellyfin/cache/images/resized-images/f/f1af392e-a167-64a2-93c9-7bdda2b88df5.webp differ diff --git a/jellyfin/cache/images/resized-images/f/f3a2ef7b-9f56-b9e9-e412-d66f5df1ae62.webp b/jellyfin/cache/images/resized-images/f/f3a2ef7b-9f56-b9e9-e412-d66f5df1ae62.webp new file mode 100755 index 0000000..c2ef079 Binary files /dev/null and b/jellyfin/cache/images/resized-images/f/f3a2ef7b-9f56-b9e9-e412-d66f5df1ae62.webp differ diff --git a/jellyfin/cache/images/resized-images/f/f775a9fb-559e-f9ac-ef8c-f776969adeba.webp b/jellyfin/cache/images/resized-images/f/f775a9fb-559e-f9ac-ef8c-f776969adeba.webp new file mode 100755 index 0000000..2e34da3 Binary files /dev/null and b/jellyfin/cache/images/resized-images/f/f775a9fb-559e-f9ac-ef8c-f776969adeba.webp differ diff --git a/jellyfin/cache/images/resized-images/f/f8bbd6ae-7df3-b5b1-840f-cde6e63f2f9a.webp b/jellyfin/cache/images/resized-images/f/f8bbd6ae-7df3-b5b1-840f-cde6e63f2f9a.webp new file mode 100755 index 0000000..fde2d0c Binary files /dev/null and b/jellyfin/cache/images/resized-images/f/f8bbd6ae-7df3-b5b1-840f-cde6e63f2f9a.webp differ diff --git a/jellyfin/cache/temp/0eb6dab4-1e4a-4d01-9ddd-229e051ced09.jpg b/jellyfin/cache/temp/0eb6dab4-1e4a-4d01-9ddd-229e051ced09.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/0eb6dab4-1e4a-4d01-9ddd-229e051ced09.jpg differ diff --git a/jellyfin/cache/temp/0f9691e3-77f8-4bae-ba88-356501de10a8.jpg b/jellyfin/cache/temp/0f9691e3-77f8-4bae-ba88-356501de10a8.jpg new file mode 100755 index 0000000..581fede Binary files /dev/null and b/jellyfin/cache/temp/0f9691e3-77f8-4bae-ba88-356501de10a8.jpg differ diff --git a/jellyfin/cache/temp/160e6879ce87449788aaaad491707043.png b/jellyfin/cache/temp/160e6879ce87449788aaaad491707043.png new file mode 100755 index 0000000..6357387 Binary files /dev/null and b/jellyfin/cache/temp/160e6879ce87449788aaaad491707043.png differ diff --git a/jellyfin/cache/temp/32583d400a0841af80c6bc9f0dbfaf77.jpg b/jellyfin/cache/temp/32583d400a0841af80c6bc9f0dbfaf77.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/32583d400a0841af80c6bc9f0dbfaf77.jpg differ diff --git a/jellyfin/cache/temp/34d9b0a9dfee41b9a0f4fa1f2c9061b5.jpg b/jellyfin/cache/temp/34d9b0a9dfee41b9a0f4fa1f2c9061b5.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/34d9b0a9dfee41b9a0f4fa1f2c9061b5.jpg differ diff --git a/jellyfin/cache/temp/4407a7a4c5bb479fb4efc21523a01162.jpg b/jellyfin/cache/temp/4407a7a4c5bb479fb4efc21523a01162.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/4407a7a4c5bb479fb4efc21523a01162.jpg differ diff --git a/jellyfin/cache/temp/5dad39669e5d408bb6986f100f5b4ec1.jpg b/jellyfin/cache/temp/5dad39669e5d408bb6986f100f5b4ec1.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/5dad39669e5d408bb6986f100f5b4ec1.jpg differ diff --git a/jellyfin/cache/temp/619d3c5b06c542318732345573abd71c.jpg b/jellyfin/cache/temp/619d3c5b06c542318732345573abd71c.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/619d3c5b06c542318732345573abd71c.jpg differ diff --git a/jellyfin/cache/temp/718e5aba42114dfc82df050f27d7e6b2.png b/jellyfin/cache/temp/718e5aba42114dfc82df050f27d7e6b2.png new file mode 100755 index 0000000..6357387 Binary files /dev/null and b/jellyfin/cache/temp/718e5aba42114dfc82df050f27d7e6b2.png differ diff --git a/jellyfin/cache/temp/7822fd02b43c494ba30f6a7f047df3f6.jpg b/jellyfin/cache/temp/7822fd02b43c494ba30f6a7f047df3f6.jpg new file mode 100755 index 0000000..5dad884 Binary files /dev/null and b/jellyfin/cache/temp/7822fd02b43c494ba30f6a7f047df3f6.jpg differ diff --git a/jellyfin/cache/temp/916ab96b65d34d12b80ed129907834b9.jpg b/jellyfin/cache/temp/916ab96b65d34d12b80ed129907834b9.jpg new file mode 100755 index 0000000..5dad884 Binary files /dev/null and b/jellyfin/cache/temp/916ab96b65d34d12b80ed129907834b9.jpg differ diff --git a/jellyfin/config/metadata/library/35/35e216121fcc73c397669e7ba0716ed4/poster.jpg b/jellyfin/cache/temp/a22bbf79a8d94b9b9b5b124dd7a956c1.jpg similarity index 100% rename from jellyfin/config/metadata/library/35/35e216121fcc73c397669e7ba0716ed4/poster.jpg rename to jellyfin/cache/temp/a22bbf79a8d94b9b9b5b124dd7a956c1.jpg diff --git a/jellyfin/cache/temp/aa04be325f12457e9c1dfbd1819fe9f0.png b/jellyfin/cache/temp/aa04be325f12457e9c1dfbd1819fe9f0.png new file mode 100755 index 0000000..6357387 Binary files /dev/null and b/jellyfin/cache/temp/aa04be325f12457e9c1dfbd1819fe9f0.png differ diff --git a/jellyfin/cache/temp/c272bb36d8024a48bae3357f101489b5.png b/jellyfin/cache/temp/c272bb36d8024a48bae3357f101489b5.png new file mode 100755 index 0000000..6357387 Binary files /dev/null and b/jellyfin/cache/temp/c272bb36d8024a48bae3357f101489b5.png differ diff --git a/jellyfin/cache/temp/c550bb684d3444f49fc98a9d380f441e.png b/jellyfin/cache/temp/c550bb684d3444f49fc98a9d380f441e.png new file mode 100755 index 0000000..84992e3 Binary files /dev/null and b/jellyfin/cache/temp/c550bb684d3444f49fc98a9d380f441e.png differ diff --git a/jellyfin/cache/temp/c8d4cd483cd140a29574bdf635cad72a.jpg b/jellyfin/cache/temp/c8d4cd483cd140a29574bdf635cad72a.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/cache/temp/c8d4cd483cd140a29574bdf635cad72a.jpg differ diff --git a/jellyfin/cache/temp/d62ce584259943bfaec258ef75723f10.png b/jellyfin/cache/temp/d62ce584259943bfaec258ef75723f10.png new file mode 100755 index 0000000..6357387 Binary files /dev/null and b/jellyfin/cache/temp/d62ce584259943bfaec258ef75723f10.png differ diff --git a/jellyfin/cache/temp/def3afee-f77c-4723-9a07-b63d51ca3b72.jpg b/jellyfin/cache/temp/def3afee-f77c-4723-9a07-b63d51ca3b72.jpg new file mode 100755 index 0000000..8c02752 Binary files /dev/null and b/jellyfin/cache/temp/def3afee-f77c-4723-9a07-b63d51ca3b72.jpg differ diff --git a/jellyfin/cache/temp/df96e0e3-f8f8-4bad-a107-06120c78d280.jpg b/jellyfin/cache/temp/df96e0e3-f8f8-4bad-a107-06120c78d280.jpg new file mode 100755 index 0000000..5dad884 Binary files /dev/null and b/jellyfin/cache/temp/df96e0e3-f8f8-4bad-a107-06120c78d280.jpg differ diff --git a/jellyfin/cache/temp/f2c13944-56a1-4201-b4f7-52277277404d.jpg b/jellyfin/cache/temp/f2c13944-56a1-4201-b4f7-52277277404d.jpg new file mode 100755 index 0000000..c64fcfd Binary files /dev/null and b/jellyfin/cache/temp/f2c13944-56a1-4201-b4f7-52277277404d.jpg differ diff --git a/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js b/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js index 3f726f3..ecea292 100755 --- a/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js +++ b/jellyfin/config/data/ScheduledTasks/3a025083-141d-3c17-dd96-d5f9b951287b.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-28T16:32:46.7892072Z","EndTimeUtc":"2024-08-28T16:32:46.8266007Z","Status":"Completed","Name":"\u6E05\u7406\u5408\u96C6\u548C\u64AD\u653E\u5217\u8868","Key":"CleanCollectionsAndPlaylists","Id":"3a025083141d3c17dd96d5f9b951287b"} \ No newline at end of file +{"StartTimeUtc":"2024-08-29T16:02:57.3184357Z","EndTimeUtc":"2024-08-29T16:02:57.4161121Z","Status":"Completed","Name":"\u6E05\u7406\u5408\u96C6\u548C\u64AD\u653E\u5217\u8868","Key":"CleanCollectionsAndPlaylists","Id":"3a025083141d3c17dd96d5f9b951287b"} \ No newline at end of file diff --git a/jellyfin/config/data/ScheduledTasks/4e6637c8-32ed-644d-1af3-370a2506e80a.js b/jellyfin/config/data/ScheduledTasks/4e6637c8-32ed-644d-1af3-370a2506e80a.js index 2c6faa8..dddcefd 100755 --- a/jellyfin/config/data/ScheduledTasks/4e6637c8-32ed-644d-1af3-370a2506e80a.js +++ b/jellyfin/config/data/ScheduledTasks/4e6637c8-32ed-644d-1af3-370a2506e80a.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-27T02:00:00.0064219Z","EndTimeUtc":"2024-08-27T02:00:00.0219511Z","Status":"Completed","Name":"\u63D0\u53D6\u7AE0\u8282\u56FE\u7247","Key":"RefreshChapterImages","Id":"4e6637c832ed644d1af3370a2506e80a"} \ No newline at end of file +{"StartTimeUtc":"2024-08-29T02:00:00.0149549Z","EndTimeUtc":"2024-08-29T02:00:00.0496636Z","Status":"Completed","Name":"\u63D0\u53D6\u7AE0\u8282\u56FE\u7247","Key":"RefreshChapterImages","Id":"4e6637c832ed644d1af3370a2506e80a"} \ No newline at end of file diff --git a/jellyfin/config/data/ScheduledTasks/64f5f44c-d30d-c273-cb98-90205473bbcc.js b/jellyfin/config/data/ScheduledTasks/64f5f44c-d30d-c273-cb98-90205473bbcc.js index 028a8ed..0ba5b0d 100755 --- a/jellyfin/config/data/ScheduledTasks/64f5f44c-d30d-c273-cb98-90205473bbcc.js +++ b/jellyfin/config/data/ScheduledTasks/64f5f44c-d30d-c273-cb98-90205473bbcc.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-27T03:00:00.011283Z","EndTimeUtc":"2024-08-27T03:00:00.0401366Z","Status":"Completed","Name":"\u751F\u6210\u65F6\u95F4\u8F74\u7F29\u7565\u56FE","Key":"RefreshTrickplayImages","Id":"64f5f44cd30dc273cb9890205473bbcc"} \ No newline at end of file +{"StartTimeUtc":"2024-08-29T03:00:00.0115638Z","EndTimeUtc":"2024-08-29T03:00:00.0730687Z","Status":"Completed","Name":"\u751F\u6210\u65F6\u95F4\u8F74\u7F29\u7565\u56FE","Key":"RefreshTrickplayImages","Id":"64f5f44cd30dc273cb9890205473bbcc"} \ No newline at end of file diff --git a/jellyfin/config/data/ScheduledTasks/7738148f-fcd0-7979-c7ce-b148e06b3aed.js b/jellyfin/config/data/ScheduledTasks/7738148f-fcd0-7979-c7ce-b148e06b3aed.js index a0f2bde..82522ad 100755 --- a/jellyfin/config/data/ScheduledTasks/7738148f-fcd0-7979-c7ce-b148e06b3aed.js +++ b/jellyfin/config/data/ScheduledTasks/7738148f-fcd0-7979-c7ce-b148e06b3aed.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-28T16:33:43.8515973Z","EndTimeUtc":"2024-08-28T16:33:44.5095926Z","Status":"Completed","Name":"\u626B\u63CF\u5A92\u4F53\u5E93","Key":"RefreshLibrary","Id":"7738148ffcd07979c7ceb148e06b3aed"} \ No newline at end of file +{"StartTimeUtc":"2024-08-29T15:51:51.077649Z","EndTimeUtc":"2024-08-29T15:53:31.1816796Z","Status":"Completed","Name":"\u626B\u63CF\u5A92\u4F53\u5E93","Key":"RefreshLibrary","Id":"7738148ffcd07979c7ceb148e06b3aed"} \ No newline at end of file diff --git a/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js b/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js index 7530f48..130ef35 100755 --- a/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js +++ b/jellyfin/config/data/ScheduledTasks/f9b057c0-54e9-e6da-ee4a-88ffd146a403.js @@ -1 +1 @@ -{"StartTimeUtc":"2024-08-28T16:32:46.7892021Z","EndTimeUtc":"2024-08-28T16:32:56.847226Z","Status":"Completed","Name":"\u66F4\u65B0\u63D2\u4EF6","Key":"PluginUpdates","Id":"f9b057c054e9e6daee4a88ffd146a403"} \ No newline at end of file +{"StartTimeUtc":"2024-08-29T16:02:57.3263424Z","EndTimeUtc":"2024-08-29T16:03:02.2296434Z","Status":"Completed","Name":"\u66F4\u65B0\u63D2\u4EF6","Key":"PluginUpdates","Id":"f9b057c054e9e6daee4a88ffd146a403"} \ No newline at end of file diff --git a/jellyfin/config/data/attachments/3/350c48bb-a13a-b5cc-9a7a-723cd1029ea3 b/jellyfin/config/data/attachments/3/350c48bb-a13a-b5cc-9a7a-723cd1029ea3 new file mode 100755 index 0000000..34ddfa4 Binary files /dev/null and b/jellyfin/config/data/attachments/3/350c48bb-a13a-b5cc-9a7a-723cd1029ea3 differ diff --git a/jellyfin/config/data/attachments/5/5a26eec4-a1fe-32e2-3fa8-96349f2cd1b2 b/jellyfin/config/data/attachments/5/5a26eec4-a1fe-32e2-3fa8-96349f2cd1b2 new file mode 100755 index 0000000..7945ec6 Binary files /dev/null and b/jellyfin/config/data/attachments/5/5a26eec4-a1fe-32e2-3fa8-96349f2cd1b2 differ diff --git a/jellyfin/config/data/attachments/7/78655e3f-9460-1d38-28b4-9113e9ceccbf b/jellyfin/config/data/attachments/7/78655e3f-9460-1d38-28b4-9113e9ceccbf new file mode 100755 index 0000000..993fba4 Binary files /dev/null and b/jellyfin/config/data/attachments/7/78655e3f-9460-1d38-28b4-9113e9ceccbf differ diff --git a/jellyfin/config/data/attachments/8/8787ad50-feab-344c-ef72-bb537a4e31b2 b/jellyfin/config/data/attachments/8/8787ad50-feab-344c-ef72-bb537a4e31b2 new file mode 100755 index 0000000..918d92c Binary files /dev/null and b/jellyfin/config/data/attachments/8/8787ad50-feab-344c-ef72-bb537a4e31b2 differ diff --git a/jellyfin/config/data/attachments/9/9b0190af-8b99-545c-cab3-fc3f73c968b8 b/jellyfin/config/data/attachments/9/9b0190af-8b99-545c-cab3-fc3f73c968b8 new file mode 100755 index 0000000..9341f84 Binary files /dev/null and b/jellyfin/config/data/attachments/9/9b0190af-8b99-545c-cab3-fc3f73c968b8 differ diff --git a/jellyfin/config/data/attachments/9/9c900df4-f425-120b-5837-6bfd61d195c4 b/jellyfin/config/data/attachments/9/9c900df4-f425-120b-5837-6bfd61d195c4 new file mode 100755 index 0000000..b4ea184 Binary files /dev/null and b/jellyfin/config/data/attachments/9/9c900df4-f425-120b-5837-6bfd61d195c4 differ diff --git a/jellyfin/config/data/attachments/b/b6b0bd63-5f37-8dbe-ed7a-cea869290751 b/jellyfin/config/data/attachments/b/b6b0bd63-5f37-8dbe-ed7a-cea869290751 new file mode 100755 index 0000000..9ec9c3f Binary files /dev/null and b/jellyfin/config/data/attachments/b/b6b0bd63-5f37-8dbe-ed7a-cea869290751 differ diff --git a/jellyfin/config/data/attachments/d/dc0bde71-0560-5ca9-b703-41d14735ff70 b/jellyfin/config/data/attachments/d/dc0bde71-0560-5ca9-b703-41d14735ff70 new file mode 100755 index 0000000..f040b57 Binary files /dev/null and b/jellyfin/config/data/attachments/d/dc0bde71-0560-5ca9-b703-41d14735ff70 differ diff --git a/jellyfin/config/data/jellyfin.db b/jellyfin/config/data/jellyfin.db index 6ee891c..84559cd 100755 Binary files a/jellyfin/config/data/jellyfin.db and b/jellyfin/config/data/jellyfin.db differ diff --git a/jellyfin/config/data/library.db b/jellyfin/config/data/library.db index 3a00443..985796b 100755 Binary files a/jellyfin/config/data/library.db and b/jellyfin/config/data/library.db differ diff --git a/jellyfin/config/data/library.db-shm b/jellyfin/config/data/library.db-shm index 66a8775..3b9a7a4 100755 Binary files a/jellyfin/config/data/library.db-shm and b/jellyfin/config/data/library.db-shm differ diff --git a/jellyfin/config/data/library.db-wal b/jellyfin/config/data/library.db-wal index e54d178..15be113 100755 Binary files a/jellyfin/config/data/library.db-wal and b/jellyfin/config/data/library.db-wal differ diff --git a/jellyfin/config/data/subtitles/7/7cb09fa7-8ec1-7e9a-e9c9-b0e9171cf30f.ass b/jellyfin/config/data/subtitles/7/7cb09fa7-8ec1-7e9a-e9c9-b0e9171cf30f.ass new file mode 100755 index 0000000..c4b53eb --- /dev/null +++ b/jellyfin/config/data/subtitles/7/7cb09fa7-8ec1-7e9a-e9c9-b0e9171cf30f.ass @@ -0,0 +1,700 @@ +[Script Info] +; Font Subset: UQ3264JR - 森澤UD新黑 標準繁體 M +; Font Subset: 2FXH8O9J - 森泽UD新黑 Gb4 M +; Font Subset: OOMYTYZS - 方正兰亭圆_GBK_中 +; Font Subset: ZOBXKQHO - 方正中雅宋_GBK +; Font Subset: P1OM2VFA - 华康翩翩体W5-A +; Font Subset: B7LS9NLP - FOT-TelopMin ProN B +; Font Subset: L9HRYU1Q - FOT-CookHand Std R +; Font Subset: XZWUXQTY - A-OTF UD Shin Go Pr6N M +Title: [Erai-raws] English (US) +ScriptType: v4.00+ +PlayResX: 1920 +PlayResY: 1080 +ScaledBorderAndShadow: yes +WrapStyle: 0 +YCbCr Matrix: TV.709 +Timer: 0.000 +LayoutResX: 1920 +LayoutResY: 1080 + +[V4+ Styles] +Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding +Style: A,2FXH8O9J,68,&H00FFFFFF,&H000000FF,&H00202020,&H14202020,0,0,0,0,100,100,2,0,1,2,0,2,30,30,58,1 +Style: B,XZWUXQTY,58,&H00FFFFFF,&H00FFFFFF,&H00202020,&H14202020,0,0,0,0,100,100,1,0,1,1.7,0,2,30,30,6,1 +Style: C,2FXH8O9J,62,&H00FFFFFF,&H000000FF,&H00202020,&H14202020,0,0,0,0,100,100,1.5,0,1,1.7,0,8,30,30,55,1 +Style: D,XZWUXQTY,55,&H00FFFFFF,&H00FFFFFF,&H00202020,&H14202020,0,0,0,0,100,100,1,0,1,1.7,0,8,30,30,3,1 +Style: E,ZOBXKQHO,50,&H00FFFFFF,&H000000FF,&H00C58C4E,&H14C58C4E,0,0,0,0,100,100,2.5,0,1,0.6,2,2,30,30,30,1 +Style: F,B7LS9NLP,58,&H00FFFFFF,&H00FFFFFF,&H00C58C4E,&H14C58C4E,0,0,0,0,100,100,1,0,1,0.6,2,8,30,30,25,1 +Style: G,P1OM2VFA,46,&H00FFFFFF,&H00FFFFFF,&H00988556,&H14988556,0,0,0,0,100,100,0,0,1,2.5,0,2,30,30,25,1 +Style: H,L9HRYU1Q,38,&H00FFFFFF,&H00FFFFFF,&H00988556,&H14988556,0,0,0,0,100,100,0,0,1,3,0,8,30,30,25,1 + +[Events] +Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text +Dialogue: 0,0:00:27.94,0:00:30.77,E,,0,0,0,,燃烧般的 灼热般的 嫉妒般的 +Dialogue: 0,0:00:30.77,0:00:34.65,E,,0,0,0,,日日夜夜 为回忆献上祈祷与祝福! +Dialogue: 0,0:00:34.65,0:00:37.44,E,,0,0,0,,虽然如此想着 可说实话 +Dialogue: 0,0:00:37.44,0:00:39.25,E,,0,0,0,,像是预先决定好的那样 +Dialogue: 0,0:00:39.25,0:00:41.04,E,,0,0,0,,日常也令人难以喘息 +Dialogue: 0,0:00:41.04,0:00:42.23,E,,0,0,0,,哪里也去不了 +Dialogue: 0,0:00:42.23,0:00:44.54,E,,0,0,0,,只追求读后感 +Dialogue: 0,0:00:44.54,0:00:46.32,E,,0,0,0,,温柔也追求效率 +Dialogue: 0,0:00:46.32,0:00:49.79,E,,0,0,0,,每天循环往复也无法 +Dialogue: 0,0:00:49.79,0:00:53.58,E,,0,0,0,,倾注特别的爱 +Dialogue: 0,0:00:53.58,0:00:57.23,E,,0,0,0,,不知不觉中夏天就要结束的焦躁浮现 +Dialogue: 0,0:00:57.23,0:01:00.12,E,,0,0,0,,燃烧般的 灼热般的 嫉妒般的 +Dialogue: 0,0:01:00.12,0:01:03.98,E,,0,0,0,,日日夜夜 为回忆献上祈祷与祝福! +Dialogue: 0,0:01:03.98,0:01:06.77,E,,0,0,0,,虽然如此想着 可说实话 +Dialogue: 0,0:01:06.77,0:01:08.62,E,,0,0,0,,像是预先决定好的那样 +Dialogue: 0,0:01:08.62,0:01:10.42,E,,0,0,0,,日常也令人难以喘息 +Dialogue: 0,0:01:10.42,0:01:11.95,E,,0,0,0,,哪里也去不了 +Dialogue: 0,0:01:11.95,0:01:17.42,E,,0,0,0,,在这个并非自己选择出生的社会中过于顾虑而感到疲倦 +Dialogue: 0,0:01:17.42,0:01:21.87,E,,0,0,0,,我们的答案必定 +Dialogue: 0,0:01:21.87,0:01:26.52,E,,0,0,0,,是在任性而为中 就在恣意不拘中 +Dialogue: 0,0:01:26.52,0:01:29.21,E,,0,0,0,,褪色般的 焦急般的 不断流逝的 +Dialogue: 0,0:01:29.21,0:01:33.36,E,,0,0,0,,为每天和恋情献上祈祷与祝福! +Dialogue: 0,0:01:33.36,0:01:36.11,E,,0,0,0,,虽然如此想着 可说实话 +Dialogue: 0,0:01:36.11,0:01:37.94,E,,0,0,0,,像是预先决定好的那样 +Dialogue: 0,0:01:37.94,0:01:39.73,E,,0,0,0,,日常也令人难以喘息 +Dialogue: 0,0:01:39.73,0:01:41.22,E,,0,0,0,,哪里也去不了 +Dialogue: 0,0:01:41.22,0:01:43.97,E,,0,0,0,,无法倾诉 无法诉说 无法治愈的 +Dialogue: 0,0:01:43.97,0:01:48.83,E,,0,0,0,,总是擦肩而过 无法顺利达到 +Dialogue: 0,0:01:48.83,0:01:52.35,E,,0,0,0,,理想的关系和自我 一切都不成熟 +Dialogue: 0,0:01:52.35,0:01:56.93,E,,0,0,0,,试着更加任性地生活在散文般的青春中吧 +Dialogue: 0,0:00:27.94,0:00:30.77,F,,0,0,0,,焼けるような、灼けるような、妬けるような +Dialogue: 0,0:00:30.77,0:00:34.65,F,,0,0,0,,日々、思い出に祈りを祝福を! +Dialogue: 0,0:00:34.65,0:00:37.44,F,,0,0,0,,なんて、、本当のことを言うとさ +Dialogue: 0,0:00:37.44,0:00:39.25,F,,0,0,0,,あらかじめ決められたような +Dialogue: 0,0:00:39.25,0:00:41.04,F,,0,0,0,,息苦しさばっかでもう +Dialogue: 0,0:00:41.04,0:00:42.23,F,,0,0,0,,どこにも行けやしないよ +Dialogue: 0,0:00:42.23,0:00:44.54,F,,0,0,0,,読後感のみを求めてしまう +Dialogue: 0,0:00:44.54,0:00:46.32,F,,0,0,0,,効率目当ての優しさで +Dialogue: 0,0:00:46.32,0:00:49.79,F,,0,0,0,,こなしてく毎日ではたどり着けない +Dialogue: 0,0:00:49.79,0:00:53.58,F,,0,0,0,,特別な愛を注げるもの +Dialogue: 0,0:00:53.58,0:00:57.23,F,,0,0,0,,気づいたら夏が終わってそうな焦りで +Dialogue: 0,0:00:57.23,0:01:00.12,F,,0,0,0,,焼けるような、灼けるような、妬けるような +Dialogue: 0,0:01:00.12,0:01:03.98,F,,0,0,0,,日々、思い出に祈りを祝福を! +Dialogue: 0,0:01:03.98,0:01:06.77,F,,0,0,0,,なんて、、本当のことを言うとさ +Dialogue: 0,0:01:06.77,0:01:08.62,F,,0,0,0,,あらかじめ決められたような +Dialogue: 0,0:01:08.62,0:01:10.42,F,,0,0,0,,息苦しさばっかでもう +Dialogue: 0,0:01:10.42,0:01:11.95,F,,0,0,0,,どこにも行けやしない +Dialogue: 0,0:01:11.95,0:01:17.42,F,,0,0,0,,望んで産まれたわけじゃない社会に気を使いすぎて疲れる +Dialogue: 0,0:01:17.42,0:01:21.87,F,,0,0,0,,私たちのための答えはきっと +Dialogue: 0,0:01:21.87,0:01:26.52,F,,0,0,0,,わがままの中に わがままの中に +Dialogue: 0,0:01:26.52,0:01:29.21,F,,0,0,0,,褪せるように、焦るように、過ぎていく +Dialogue: 0,0:01:29.21,0:01:33.36,F,,0,0,0,,毎日や恋に、祈りを祝福を! +Dialogue: 0,0:01:33.36,0:01:36.11,F,,0,0,0,,なんて、、本当のことを言うとさ +Dialogue: 0,0:01:36.11,0:01:37.94,F,,0,0,0,,あらかじめ決められたような +Dialogue: 0,0:01:37.94,0:01:39.73,F,,0,0,0,,息苦しさばっかでもう +Dialogue: 0,0:01:39.73,0:01:41.22,F,,0,0,0,,どこにも行けやしない +Dialogue: 0,0:01:41.22,0:01:43.97,F,,0,0,0,,言えぬような、言えぬような、癒えぬような、 +Dialogue: 0,0:01:43.97,0:01:48.83,F,,0,0,0,,すれ違いばっかでうまくたどり着けない理想の +Dialogue: 0,0:01:48.83,0:01:52.35,F,,0,0,0,,関係も自分自身も、何もかも未熟の中 +Dialogue: 0,0:01:52.35,0:01:56.93,F,,0,0,0,,散文的青春をもっと我がままに生きてみようか +Dialogue: 0,0:21:20.01,0:21:22.29,G,,0,0,0,,{\blur3\fax.06}我们起床就去看电影 +Dialogue: 0,0:21:22.29,0:21:25.21,G,,0,0,0,,{\blur3\fax.06}一路上牵着手说说笑笑 +Dialogue: 0,0:21:25.21,0:21:28.76,G,,0,0,0,,{\blur3\fax.06}边聊晚餐边走回家 +Dialogue: 0,0:21:28.76,0:21:30.85,G,,0,0,0,,{\blur3\fax.06}闲下来就想把脸贴在抱枕上 +Dialogue: 0,0:21:30.85,0:21:33.41,G,,0,0,0,,{\blur3\fax.06}寂寞也抛之脑后 +Dialogue: 0,0:21:33.41,0:21:35.59,G,,0,0,0,,{\blur3\fax.06}内心和身体不仅没法独立 +Dialogue: 0,0:21:35.59,0:21:39.26,G,,0,0,0,,{\blur3\fax.06}还像史莱姆般融合在一起 +Dialogue: 0,0:21:39.26,0:21:45.56,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望这样的日子能一直持续下去 +Dialogue: 0,0:21:45.56,0:21:47.71,G,,0,0,0,,{\blur3\fax.06}能一直持续下去啊 +Dialogue: 0,0:21:47.71,0:21:53.97,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望这样的日子能一直持续下去 +Dialogue: 0,0:21:53.97,0:21:55.70,G,,0,0,0,,{\blur3\fax.06}能一直持续下去啊 +Dialogue: 0,0:21:55.70,0:21:57.03,G,,0,0,0,,{\blur3\fax.06}是真的哦 +Dialogue: 0,0:22:04.59,0:22:06.76,G,,0,0,0,,{\blur3\fax.06}一个人过了一段时间 +Dialogue: 0,0:22:06.76,0:22:12.59,G,,0,0,0,,{\blur3\fax.06}反复想着 只要扮演好人就能进行的恋爱游戏 +Dialogue: 0,0:22:12.59,0:22:14.81,G,,0,0,0,,{\blur3\fax.06}那就是爱情吗 +Dialogue: 0,0:22:14.81,0:22:16.83,G,,0,0,0,,{\blur3\fax.06}那就是爱情吗 +Dialogue: 0,0:22:16.83,0:22:18.32,G,,0,0,0,,{\blur3\fax.06}随心所欲容易厌烦 +Dialogue: 0,0:22:18.32,0:22:20.24,G,,0,0,0,,{\blur3\fax.06}爱撒娇又迟钝又性急 +Dialogue: 0,0:22:20.24,0:22:22.96,G,,0,0,0,,{\blur3\fax.06}健忘的我只能把这些写成音乐 +Dialogue: 0,0:22:23.48,0:22:29.82,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望那样的日子能一直持续下去 +Dialogue: 0,0:22:29.82,0:22:31.73,G,,0,0,0,,{\blur3\fax.06}能一直持续下去啊 +Dialogue: 0,0:22:31.73,0:22:38.23,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望那样的日子能一直持续下去 +Dialogue: 0,0:22:38.23,0:22:39.93,G,,0,0,0,,{\blur3\fax.06}能一直持续下去啊 +Dialogue: 0,0:22:39.93,0:22:41.21,G,,0,0,0,,{\blur3\fax.06}是真的哦 +Dialogue: 0,0:21:20.01,0:21:22.29,H,,0,0,0,,{\blur3}ウチら寝起きで映画とか行って +Dialogue: 0,0:21:22.29,0:21:25.21,H,,0,0,0,,{\blur3}ぐだぐだ喋って笑って手を繋いで +Dialogue: 0,0:21:25.21,0:21:28.76,H,,0,0,0,,{\blur3}晩ごはんの話しながら帰って +Dialogue: 0,0:21:28.76,0:21:30.85,H,,0,0,0,,{\blur3}暇になれば頬擦りとかして +Dialogue: 0,0:21:30.85,0:21:33.41,H,,0,0,0,,{\blur3}寂しいとかもパッと忘れちゃって +Dialogue: 0,0:21:33.41,0:21:35.59,H,,0,0,0,,{\blur3}心も体も 自立どころか +Dialogue: 0,0:21:35.59,0:21:39.26,H,,0,0,0,,{\blur3}スライムみたいにただ溶け合って +Dialogue: 0,0:21:39.26,0:21:45.56,H,,0,0,0,,{\blur3}ただ、ただ、ただ、こんな毎日が続くと思っていた +Dialogue: 0,0:21:45.56,0:21:47.71,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:21:47.71,0:21:53.97,H,,0,0,0,,{\blur3}ただ、ただ、ただ、こんな毎日が続くと思っていた +Dialogue: 0,0:21:53.97,0:21:55.70,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:21:55.70,0:21:57.03,H,,0,0,0,,{\blur3}本当だよ +Dialogue: 0,0:22:04.59,0:22:06.76,H,,0,0,0,,{\blur3}1人になってしばらく経って +Dialogue: 0,0:22:06.76,0:22:12.59,H,,0,0,0,,{\blur3}ただいい人を演じればできる恋ごっこを繰り返して思う +Dialogue: 0,0:22:12.59,0:22:14.81,H,,0,0,0,,{\blur3}あれが恋だったのかな +Dialogue: 0,0:22:14.81,0:22:16.83,H,,0,0,0,,{\blur3}あれが恋だったのかな +Dialogue: 0,0:22:16.83,0:22:18.32,H,,0,0,0,,{\blur3}気まぐれで飽き性 +Dialogue: 0,0:22:18.32,0:22:20.24,H,,0,0,0,,{\blur3}甘えたがりで愚図で短気で +Dialogue: 0,0:22:20.24,0:22:22.96,H,,0,0,0,,{\blur3}忘れっぽいから音楽にしとくよ +Dialogue: 0,0:22:23.48,0:22:29.82,H,,0,0,0,,{\blur3}ただ、ただ、ただ、あんな毎日が続くと思っていた +Dialogue: 0,0:22:29.82,0:22:31.73,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:22:31.73,0:22:38.23,H,,0,0,0,,{\blur3}ただ、ただ、ただ、あんな毎日が続くと思っていた +Dialogue: 0,0:22:38.23,0:22:39.93,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:22:39.93,0:22:41.21,H,,0,0,0,,{\blur3}本当だよ +Dialogue: 0,0:01:57.56,0:01:59.52,A,,0,0,25,,{\an8\fs46\bord1\blur1\3c&HFFFFFF&\c&HD67F51&}本{\c&HD7824F&}字{\c&HD8864D&}幕{\c&HD98A4B&}由 {\c&HDB9148&}M{\c&HDC9546&}i{\c&HDD9945&}n{\c&HDE9D43&}g{\c&HDFA041&}Y{\c&HE0A440&}S{\c&HE1A83E&}u{\c&HE2AC3C&}b {\c&HE4B339&}制{\c&HE5B737&}作 +Dialogue: 0,0:01:57.56,0:01:59.52,A,,0,0,85,,{\an8\fs38\bord1\blur1\3c&HFFFFFF&\c&HE7BB36&}翻{\c&HE5B538&}译{\c&HE3AF3B&}/{\c&HE1A93E&}时{\c&HE0A340&}轴{\c&HDE9D43&}:{\c&HDC9746&}M{\c&HDB9148&}i{\c&HD98B4B&}n{\c&HD7854E&}g +Dialogue: 0,0:03:39.11,0:03:42.11,A,,0,0,0,,{\pos(1020,255)\fnOOMYTYZS\c&H848386&\bord0\fsp5\fs56}迎新营 +Dialogue: 0,0:06:46.38,0:06:49.38,A,,0,0,0,,{\pos(25,15)\an7\c&HEBEFEF&\bord0\p1\1a&H56&\fscx91\fscy112}m 0 0 l 500 0 500 500 0 500 +Dialogue: 0,0:06:46.38,0:06:49.38,A,,0,0,0,,{\pos(35,30)\an7\fs40\bord0\c&H535466&}跨性别者迫切呼吁融入\N竞争世界\N\N聚焦少数群体的人们\N{\fsp-25\alphaFF}:{\fsp\alpha}「做真实的自己」\N{\fsp-25\alphaFF}:{\fsp\alpha}「迈向人人都能生活的世界」\N\N男性伴侣的生活艰辛。\N独家采访\N\N旨在消除对性少数群体歧视\N的游行即日举办\N\N{\fsp-25\alphaFF}:{\fsp\alpha}「积累珍贵的日子」\N同性伴侣的日常生活 +Dialogue: 0,0:12:59.21,0:13:02.21,A,,0,0,0,,{\pos(158,35)\fnOOMYTYZS\an8\fs56\c&HDAEEF8&\bord0}值日\N花冈 | 羽川 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(1130,445,1273,445)}{\an4\fsp4\c&H555365&\fs54\fax-.39\fscx99.07\fscy86.44\frz-26.86\frx5.76\fry-.89\bord0}表白 朋友 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(1032,525,1175,525)}{\an4\fsp4\c&H555365&\fs54\fax-.36\fscx103.42\fscy92.6\frz-28.18\frx5.55\fry-.85\bord0}表白 回到朋友关系 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(928,604,1071,604)}{\an4\fsp4\c&H555365&\fs54\fax-.38\fscx100.95\fscy95.92\frz-29.58\frx5.53\fry-.85\bord0}表白 拒绝 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(817,688,960,688)}{\an4\fsp4\c&H555365&\fs54\fax-.37\fscx100.22\fscy100.14\frz-31.02\frx5.46\fry-.84\bord0}表白 +Dialogue: 0,0:18:54.57,0:18:56.82,A,,0,0,0,,{\pos(907,477.47)\fnOOMYTYZS\c&H2E2C38&\bord0\fsp12\fs76\frz13.3}真\N琴 +Dialogue: 0,0:18:56.82,0:18:56.95,A,,0,0,0,,{\iclip(m 804.13 433.13 l 1004 406 1568 0 0 0)\pos(907,477.47)}{\fnOOMYTYZS\c&H2E2C38&\bord0\fsp12\fs76\frz13.3}真\N琴 +Dialogue: 0,0:01:57.50,0:02:02.77,A,,0,108,148,,{\an3\fnZOBXKQHO\fs60\fsp3\bord7\blur5\t(750,1500,\bord5\blur3)\1a&HFF&\3c&HEDAD90&}第{\3c&HECB194&}7{\3c&HEBB699&}话 {\3c&HE9BFA2&}那{\3c&HE8C3A6&}样{\3c&HE7C8AB&}的{\3c&HE7CDB0&}人 +Dialogue: 0,0:01:57.50,0:02:02.77,A,,0,108,148,,{\an3\fnZOBXKQHO\fs60\fsp3\bord0\blur2\t(0,500,\blur0)\shad3\c&HFFFFFF&\4c&H8B8A86&}第7话 那样的人 +Dialogue: 1,0:00:01.07,0:00:02.77,A,,0,0,0,,这是龙二的校服吧 +Dialogue: 1,0:00:03.01,0:00:05.15,A,,0,0,0,,没事 我自己拿 +Dialogue: 1,0:00:06.38,0:00:07.61,A,,0,0,0,,给你 龙二 +Dialogue: 1,0:02:02.70,0:02:05.32,A,,0,0,0,,我和真琴从小就一起玩 +Dialogue: 1,0:02:05.32,0:02:08.02,A,,0,0,0,,从小学起我们就关系很好 +Dialogue: 1,0:02:08.53,0:02:11.12,A,,0,0,0,,真琴经常来我家玩 +Dialogue: 1,0:02:12.74,0:02:14.90,A,,0,0,0,,小真 今天要留宿吗 +Dialogue: 1,0:02:15.51,0:02:16.69,A,,0,0,0,,留下来吧 +Dialogue: 1,0:02:16.69,0:02:17.87,A,,0,0,0,,啊 嗯 +Dialogue: 1,0:02:17.87,0:02:20.03,A,,0,0,0,,那我去拿床被子 +Dialogue: 1,0:02:20.03,0:02:22.07,A,,0,0,0,,不用了 我们睡一张床 +Dialogue: 1,0:02:22.07,0:02:22.88,A,,0,0,0,,对吧 +Dialogue: 1,0:02:22.88,0:02:23.66,A,,0,0,0,,嗯 +Dialogue: 1,0:02:23.66,0:02:25.41,A,,0,0,0,,这样啊 +Dialogue: 1,0:02:28.16,0:02:30.29,A,,0,0,0,,那晚安了 +Dialogue: 1,0:02:30.29,0:02:31.93,A,,0,800,0,,晚安 +Dialogue: 1,0:02:30.29,0:02:31.93,A,,300,0,0,,晚安 +Dialogue: 1,0:02:34.74,0:02:37.25,A,,0,0,0,,我很喜欢你家 +Dialogue: 1,0:02:37.25,0:02:38.22,A,,0,0,0,,为什么 +Dialogue: 1,0:02:39.49,0:02:40.30,A,,0,0,0,,就是觉得 +Dialogue: 1,0:02:42.21,0:02:44.18,A,,0,0,0,,在这里睡得特别好 +Dialogue: 1,0:02:45.29,0:02:46.81,A,,0,0,0,,是吗 +Dialogue: 1,0:02:47.12,0:02:48.32,A,,0,0,0,,晚安 +Dialogue: 1,0:02:51.36,0:02:52.57,A,,0,0,0,,晚安 +Dialogue: 1,0:02:53.31,0:02:57.32,A,,0,0,0,,那晚 真琴说的话让我特别开心 +Dialogue: 1,0:02:57.76,0:03:00.07,A,,0,0,0,,心里总觉得痒痒的 +Dialogue: 1,0:03:00.61,0:03:02.48,A,,0,0,0,,怎么也睡不着 +Dialogue: 1,0:03:02.48,0:03:07.68,A,,0,0,0,,月光照得真琴的睫毛闪闪发光 我就一直盯着看 +Dialogue: 1,0:03:09.10,0:03:10.69,A,,0,0,0,,好漂亮 +Dialogue: 1,0:03:12.84,0:03:14.34,A,,0,0,0,,进入初中后 +Dialogue: 1,0:03:14.60,0:03:17.93,A,,0,0,0,,有个不良少年似的同学打了耳洞 +Dialogue: 1,0:03:20.09,0:03:21.85,A,,0,0,0,,真够大胆的 +Dialogue: 1,0:03:21.85,0:03:22.84,A,,0,0,0,,他傻吗 +Dialogue: 1,0:03:23.18,0:03:26.55,A,,0,0,0,,他马上就被叫去生徒指导室了 +Dialogue: 1,0:03:26.55,0:03:28.51,A,,0,0,0,,但他依旧笑嘻嘻的 +Dialogue: 1,0:03:28.51,0:03:30.10,A,,0,0,0,,我觉得这人真奇怪 +Dialogue: 1,0:03:31.05,0:03:32.82,A,,0,0,0,,我跟他根本不是一类人 +Dialogue: 1,0:03:33.35,0:03:35.74,A,,0,0,0,,我只是个再普通不过的人 +Dialogue: 1,0:03:35.74,0:03:38.64,A,,0,0,0,,和「那样的人」怎么也不会扯上关系 +Dialogue: 1,0:03:39.42,0:03:42.11,A,,0,0,0,,这些规定要严格遵守 +Dialogue: 1,0:03:42.72,0:03:44.24,A,,0,0,0,,喂 龙二龙二 +Dialogue: 1,0:03:45.04,0:03:45.99,A,,0,0,0,,什么事 +Dialogue: 1,0:03:46.40,0:03:48.99,A,,0,0,0,,这个家伙说他喜欢真琴哦 +Dialogue: 1,0:03:49.32,0:03:50.95,A,,0,0,0,,明明都是男生 +Dialogue: 1,0:03:52.63,0:03:53.76,A,,0,0,0,,不是啊 +Dialogue: 1,0:03:53.76,0:03:56.67,A,,0,0,0,,我只是说他长得好看罢了 +Dialogue: 1,0:03:56.67,0:03:58.63,A,,0,0,0,,真琴 过来一下 +Dialogue: 1,0:03:58.97,0:04:00.39,A,,0,0,0,,诶 什么事 +Dialogue: 1,0:04:00.39,0:04:01.88,A,,0,0,0,,来拍张男女合影 +Dialogue: 1,0:04:01.88,0:04:03.46,A,,0,0,0,,别说了 +Dialogue: 1,0:04:03.46,0:04:05.02,A,,0,0,0,,准备拍照了哦 +Dialogue: 1,0:04:06.91,0:04:09.94,A,,0,0,0,,当然 我也不想成为那样的人 +Dialogue: 1,0:04:12.56,0:04:14.10,A,,0,0,0,,挺好的嘛 +Dialogue: 1,0:04:20.39,0:04:23.22,A,,0,0,0,,这个家伙说他喜欢真琴哦 +Dialogue: 1,0:04:23.22,0:04:25.96,A,,0,0,0,,我只是说他长得好看罢了 +Dialogue: 1,0:04:31.51,0:04:34.46,A,,0,0,0,,那天晚上我只想尽快入睡 +Dialogue: 1,0:04:39.50,0:04:40.92,A,,0,0,0,,从那以后 +Dialogue: 1,0:04:41.36,0:04:44.17,A,,0,0,0,,我开始莫名其妙地在意真琴 +Dialogue: 1,0:04:46.30,0:04:48.80,A,,0,0,0,,有意地想要避开他 +Dialogue: 1,0:04:56.14,0:04:59.82,A,,0,0,0,,不知不觉中 我们的关系疏远了 +Dialogue: 1,0:05:12.50,0:05:15.46,A,,0,0,0,,高中去见不到真琴的地方吧 +Dialogue: 1,0:05:18.34,0:05:20.88,A,,0,0,0,,所以我选择了离家很远的学校 +Dialogue: 1,0:05:35.85,0:05:39.36,A,,0,0,0,,看到了穿着水手服的真琴 吓了一跳 +Dialogue: 1,0:05:40.28,0:05:41.23,A,,0,0,0,,真琴? +Dialogue: 1,0:05:48.24,0:05:49.15,A,,0,0,0,,拜托了 +Dialogue: 1,0:05:49.15,0:05:51.74,A,,0,0,0,,请不要告诉别人我是男生 +Dialogue: 1,0:05:51.74,0:05:54.90,A,,0,0,0,,发生了很多事 现在大家都以为我是女孩子 +Dialogue: 1,0:05:54.90,0:05:56.53,A,,0,0,0,,我不想被发现 +Dialogue: 1,0:05:56.53,0:05:58.00,A,,0,0,0,,很多事…? +Dialogue: 1,0:05:58.00,0:06:02.19,A,,0,0,0,,那个 说来话长… +Dialogue: 1,0:06:03.13,0:06:06.88,A,,0,0,0,,穿着水手服的真琴 是个奇怪的家伙 +Dialogue: 1,0:06:09.89,0:06:12.64,A,,0,0,0,,但是 真琴还是真琴 +Dialogue: 1,0:06:17.54,0:06:19.98,A,,0,0,0,,明明想要远离他 +Dialogue: 1,0:06:21.14,0:06:22.77,A,,0,0,0,,却又不由自主地靠近了 +Dialogue: 1,0:06:29.18,0:06:30.42,A,,0,0,0,,我得保持距离… +Dialogue: 1,0:06:33.54,0:06:35.52,A,,0,0,0,,明明都是男生 +Dialogue: 1,0:06:35.52,0:06:37.12,A,,0,0,0,,我得保持距离… +Dialogue: 1,0:06:40.39,0:06:42.82,A,,0,0,0,,早上好 龙二 +Dialogue: 1,0:06:44.05,0:06:45.46,A,,0,0,0,,我得保持距离… +Dialogue: 1,0:06:49.72,0:06:50.61,A,,0,0,0,,我… +Dialogue: 1,0:06:53.48,0:06:54.94,A,,0,0,0,,想要保持普通 +Dialogue: 1,0:06:57.68,0:06:59.23,A,,0,0,0,,喂 听说了吗 +Dialogue: 1,0:06:59.23,0:07:02.73,A,,0,0,0,,听说花冈真琴其实是男生 +Dialogue: 1,0:07:09.86,0:07:12.12,A,,0,0,0,,诶 意思是一直在女装? +Dialogue: 1,0:07:12.12,0:07:13.62,A,,0,0,0,,太糟了吧 +Dialogue: 1,0:07:13.62,0:07:15.37,A,,0,0,0,,不正常啊 +Dialogue: 1,0:07:15.37,0:07:17.87,A,,0,0,0,,我早就觉得不对劲了 +Dialogue: 1,0:07:17.87,0:07:19.12,A,,0,0,0,,好恶心 +Dialogue: 1,0:07:19.12,0:07:19.99,A,,0,0,0,,怎么了 +Dialogue: 1,0:07:19.99,0:07:21.47,A,,0,0,0,,被骗了 +Dialogue: 1,0:07:20.49,0:07:22.00,C,,0,0,0,,真糟糕 +Dialogue: 1,0:07:21.47,0:07:22.37,A,,0,0,0,,怎么回事 +Dialogue: 1,0:07:32.99,0:07:34.64,A,,0,0,0,,喂 真琴 +Dialogue: 1,0:07:35.76,0:07:36.89,A,,0,0,0,,龙二 +Dialogue: 1,0:07:36.89,0:07:40.15,A,,0,0,0,,那…那个 怎么说呢… +Dialogue: 1,0:07:42.00,0:07:43.90,A,,0,0,0,,你以后不要再来这里了 +Dialogue: 1,0:07:45.36,0:07:46.01,A,,0,0,0,,诶 +Dialogue: 1,0:07:46.40,0:07:48.19,A,,0,0,0,,和我在一起的话 +Dialogue: 1,0:07:48.19,0:07:49.93,A,,0,0,0,,你也会被人用奇怪的眼光看待 +Dialogue: 1,0:07:51.00,0:07:51.83,A,,0,0,0,,所以 +Dialogue: 1,0:07:53.07,0:07:55.08,A,,0,0,0,,你还是不要和我有交集了 +Dialogue: 1,0:07:57.40,0:07:59.82,A,,0,0,0,,真琴变成那样的人了 +Dialogue: 1,0:08:03.64,0:08:05.17,A,,0,0,0,,那我… +Dialogue: 1,0:08:10.53,0:08:11.80,A,,0,0,0,,喂 你 +Dialogue: 1,0:08:13.15,0:08:15.30,A,,0,0,0,,你耳朵上是什么 +Dialogue: 1,0:08:15.69,0:08:18.06,A,,0,0,0,,喂 站住! +Dialogue: 1,0:08:22.58,0:08:25.05,A,,0,0,0,,我也成为那样的人无妨 +Dialogue: 1,0:08:30.02,0:08:31.09,A,,0,0,0,,真琴! +Dialogue: 1,0:08:34.49,0:08:37.01,A,,0,0,0,,一起吃午饭吧 +Dialogue: 1,0:08:49.85,0:08:53.66,A,,0,0,0,,夏天到了 我像往常一样来到屋顶 +Dialogue: 1,0:08:55.02,0:08:56.36,A,,0,0,0,,却发现那里有个女孩子 +Dialogue: 1,0:08:58.03,0:08:59.88,A,,0,0,0,,啊 龙二 +Dialogue: 1,0:09:02.18,0:09:05.01,A,,0,0,0,,你… 你的头发… +Dialogue: 1,0:09:05.67,0:09:08.18,A,,0,0,0,,嗯 我买了假发 +Dialogue: 1,0:09:08.56,0:09:11.80,A,,0,0,0,,反正大家都知道我在女装了 就干脆这样吧 +Dialogue: 1,0:09:11.80,0:09:14.82,A,,0,0,0,,你在这种奇怪的地方真是果断啊 +Dialogue: 1,0:09:15.81,0:09:18.57,A,,0,0,0,,我憧憬长发很久呢 +Dialogue: 1,0:09:19.58,0:09:22.08,A,,0,0,0,,虽然真琴依旧有些格格不入 +Dialogue: 1,0:09:23.00,0:09:25.54,A,,0,0,0,,但他的日常还算不错 +Dialogue: 1,0:09:28.11,0:09:29.45,A,,0,0,0,,直到有一天… +Dialogue: 1,0:09:30.09,0:09:32.05,A,,0,0,0,,喂 龙二龙二 +Dialogue: 1,0:09:33.01,0:09:34.88,A,,0,0,0,,你看这个 +Dialogue: 1,0:09:34.88,0:09:36.98,A,,0,0,0,,真琴的照片 +Dialogue: 1,0:09:38.98,0:09:40.26,A,,0,0,0,,哪儿来的 +Dialogue: 1,0:09:40.56,0:09:42.65,A,,0,0,0,,E 班的人给我的 +Dialogue: 1,0:09:42.65,0:09:44.16,A,,0,0,0,,你怎么这么高兴 +Dialogue: 1,0:09:44.16,0:09:46.36,A,,0,0,0,,别忘了 花冈可是男的 +Dialogue: 1,0:09:46.36,0:09:48.88,A,,0,0,0,,男扮女装有什么好的 +Dialogue: 1,0:09:48.88,0:09:51.10,A,,0,0,0,,有什么关系嘛 很可爱啊 +Dialogue: 1,0:09:51.10,0:09:54.13,A,,0,0,0,,你们也想要的话 我再去拿些来 +Dialogue: 1,0:09:58.29,0:09:59.21,A,,0,0,0,,怎么了怎么了 +Dialogue: 1,0:10:01.09,0:10:02.52,A,,0,0,0,,喂 住手 +Dialogue: 1,0:10:02.52,0:10:04.28,A,,0,0,0,,冷静点 大我 +Dialogue: 1,0:10:05.04,0:10:07.55,A,,0,0,0,,快去叫老师过来 +Dialogue: 1,0:10:09.29,0:10:11.17,A,,0,0,0,,真的非常抱歉 +Dialogue: 1,0:10:11.17,0:10:12.77,A,,0,0,0,,没关系的 +Dialogue: 1,0:10:13.19,0:10:14.39,A,,0,0,0,,对不起 +Dialogue: 1,0:10:14.39,0:10:16.67,A,,0,0,0,,龙二 你也道歉 +Dialogue: 1,0:10:16.67,0:10:19.32,A,,0,0,0,,可我并没能顺利过好校园生活 +Dialogue: 1,0:10:28.19,0:10:30.75,A,,0,0,0,,不过高一还是勉强撑了下来 +Dialogue: 1,0:10:31.44,0:10:32.41,A,,0,0,0,,可是… +Dialogue: 1,0:10:39.19,0:10:41.45,A,,0,0,0,,怎么会这样被发现 +Dialogue: 1,0:10:42.70,0:10:44.45,A,,0,0,0,,真…真琴… +Dialogue: 1,0:10:45.28,0:10:47.40,A,,0,0,0,,这是 那个… +Dialogue: 1,0:10:48.92,0:10:50.13,A,,0,0,0,,怎么了 +Dialogue: 1,0:10:50.92,0:10:53.06,A,,0,0,0,,给你 快点换衣服吧 +Dialogue: 1,0:10:53.67,0:10:55.95,A,,0,0,0,,哦…哦… +Dialogue: 1,0:10:56.63,0:10:58.54,A,,0,0,0,,他没看到吗 +Dialogue: 1,0:10:59.84,0:11:01.84,A,,0,0,0,,好险啊 +Dialogue: 1,0:11:04.85,0:11:07.32,A,,0,0,0,,那我先去和班上的人会合了 +Dialogue: 1,0:11:07.32,0:11:08.85,A,,0,0,0,,哦 再见 +Dialogue: 1,0:11:12.51,0:11:13.58,A,,0,0,0,,太好了 +Dialogue: 1,0:11:14.22,0:11:15.37,A,,0,0,0,,没被发现 +Dialogue: 1,0:11:26.45,0:11:29.20,A,,0,0,0,,我不是喜欢苍井同学 +Dialogue: 1,0:11:29.20,0:11:33.33,A,,0,0,0,,是你最熟悉的人 +Dialogue: 1,0:11:34.68,0:11:35.82,A,,0,0,0,,怎么办 +Dialogue: 1,0:11:37.99,0:11:39.31,A,,0,0,0,,都是我的错 +Dialogue: 1,0:11:46.85,0:11:48.85,A,,0,0,0,,早上好 +Dialogue: 1,0:11:49.26,0:11:50.77,A,,0,0,0,,早…早上好 +Dialogue: 1,0:11:50.77,0:11:52.73,A,,0,0,0,,你好像…很困 +Dialogue: 1,0:11:52.73,0:11:56.01,A,,0,0,0,,嗯 昨天和小夏一起打游戏了 +Dialogue: 1,0:12:00.40,0:12:03.53,A,,0,0,0,,真琴 你是不是忘了戴围巾 +Dialogue: 1,0:12:05.28,0:12:06.45,A,,0,0,0,,要不要这个 +Dialogue: 1,0:12:11.66,0:12:13.89,A,,0,0,0,,啊 不用了 +Dialogue: 1,0:12:13.89,0:12:15.66,A,,0,0,0,,我今天不冷 +Dialogue: 1,0:12:15.66,0:12:17.42,A,,0,0,0,,哦… 好吧 +Dialogue: 1,0:13:01.22,0:13:02.21,A,,0,0,0,,真琴同学 +Dialogue: 1,0:13:02.99,0:13:04.22,A,,0,0,0,,真琴同学 +Dialogue: 1,0:13:04.94,0:13:06.69,A,,0,0,0,,真琴同学 +Dialogue: 1,0:13:06.69,0:13:07.91,A,,0,0,0,,喂 +Dialogue: 1,0:13:08.97,0:13:11.03,A,,0,0,0,,怎么了 在想什么事吗? +Dialogue: 1,0:13:11.03,0:13:13.05,A,,0,0,0,,啊… 没有 +Dialogue: 1,0:13:13.89,0:13:16.73,A,,0,0,0,,有什么烦恼的话可以跟我说哦 +Dialogue: 1,0:13:21.23,0:13:24.44,A,,0,0,0,,我…我用一个认识的人 +Dialogue: 1,0:13:24.44,0:13:25.49,A,,0,0,0,,嗯 +Dialogue: 1,0:13:25.49,0:13:30.64,A,,0,0,0,,他朋友的学生手册里放了他的照片 +Dialogue: 1,0:13:30.64,0:13:33.22,A,,0,0,0,,你觉得这代表什么 +Dialogue: 1,0:13:33.22,0:13:36.00,A,,0,0,0,,那肯定是因为喜欢他呀 +Dialogue: 1,0:13:36.29,0:13:39.32,A,,0,0,0,,诶 这…这样吗 +Dialogue: 1,0:13:39.32,0:13:42.71,A,,0,0,0,,不过那位朋友可能不想让他知道吧 +Dialogue: 1,0:13:42.71,0:13:44.09,A,,0,0,0,,为什么 +Dialogue: 1,0:13:44.70,0:13:47.84,A,,0,0,0,,那位朋友一定很珍惜他 +Dialogue: 1,0:13:48.19,0:13:50.68,A,,0,0,0,,才会想随身带着他的照片 +Dialogue: 1,0:13:51.24,0:13:52.36,A,,0,0,0,,这样啊 +Dialogue: 1,0:13:53.44,0:13:56.72,A,,0,0,0,,所以你是喜欢那位朋友吗 +Dialogue: 1,0:13:57.35,0:14:01.04,A,,0,0,0,,那个… 不…不是… +Dialogue: 1,0:14:01.04,0:14:02.74,A,,0,0,0,,我说的不是我自己 +Dialogue: 1,0:14:02.74,0:14:04.03,A,,0,0,0,,啊 是哦 +Dialogue: 1,0:14:04.03,0:14:06.36,A,,0,0,0,,对不起 说错了 +Dialogue: 1,0:14:13.80,0:14:16.10,A,,0,0,0,,真琴 回家吧 +Dialogue: 1,0:14:20.51,0:14:22.76,A,,0,0,0,,我说 等下回家的路上… +Dialogue: 1,0:14:22.76,0:14:24.18,A,,0,0,0,,对不起 龙二 +Dialogue: 1,0:14:25.01,0:14:27.76,A,,0,0,0,,我今天打算去参加篮球部的活动 +Dialogue: 1,0:14:27.76,0:14:30.88,A,,0,0,0,,是吗 那我先回去了 +Dialogue: 1,0:14:30.88,0:14:31.89,A,,0,0,0,,嗯 +Dialogue: 1,0:14:35.86,0:14:39.02,A,,0,0,0,,真琴 你头发上有灰尘 +Dialogue: 1,0:14:47.64,0:14:49.94,A,,0,0,0,,那…那我先走了 +Dialogue: 1,0:14:49.94,0:14:50.91,A,,0,0,0,,明天见 +Dialogue: 1,0:14:51.19,0:14:52.66,A,,0,0,0,,你看到了吗 +Dialogue: 1,0:14:56.21,0:14:57.54,A,,0,0,0,,看到了什么 +Dialogue: 1,0:14:59.82,0:15:01.79,A,,0,0,0,,你真的不知道吗 +Dialogue: 1,0:15:02.14,0:15:04.04,A,,0,0,0,,诶 不知道 +Dialogue: 1,0:15:06.80,0:15:09.80,A,,0,0,0,,你啊 真的很不会说谎 +Dialogue: 1,0:15:09.80,0:15:11.80,A,,0,0,0,,我…我没撒谎 +Dialogue: 1,0:15:14.12,0:15:15.18,A,,0,0,0,,我能看出来 +Dialogue: 1,0:15:17.68,0:15:19.50,A,,0,0,0,,因为我一直都在看着你 +Dialogue: 1,0:15:26.00,0:15:28.54,A,,0,0,0,,我喜欢你 真琴 +Dialogue: 1,0:15:47.40,0:15:48.09,A,,0,0,0,,对不起 +Dialogue: 1,0:15:48.44,0:15:49.83,A,,0,0,0,,都是我的错 +Dialogue: 1,0:15:50.37,0:15:53.34,A,,0,0,0,,都怪我穿成这样 +Dialogue: 1,0:15:53.34,0:15:55.87,A,,0,0,0,,才会让你误以为我是女孩子 +Dialogue: 1,0:15:57.10,0:15:59.59,A,,0,0,0,,真的很抱歉 +Dialogue: 1,0:16:01.00,0:16:01.90,A,,0,0,0,,对不起… +Dialogue: 1,0:16:02.93,0:16:04.60,A,,0,0,0,,没有误会 +Dialogue: 1,0:16:05.61,0:16:07.86,A,,0,0,0,,拜托你 不要再道歉了 +Dialogue: 1,0:16:09.07,0:16:09.95,A,,0,0,0,,可是… +Dialogue: 1,0:16:10.86,0:16:12.54,A,,0,0,0,,这不是你的错 +Dialogue: 1,0:16:13.53,0:16:16.83,A,,0,0,0,,对不起 是我没能藏住自己的感情 +Dialogue: 1,0:16:18.24,0:16:19.44,A,,0,0,0,,我回去了 +Dialogue: 1,0:16:19.44,0:16:20.75,A,,0,0,0,,等一下 龙二! +Dialogue: 1,0:16:20.75,0:16:22.75,A,,0,0,0,,明天我们还会一起上学的吧 +Dialogue: 1,0:16:23.73,0:16:25.00,A,,0,0,0,,对不起 +Dialogue: 1,0:16:25.00,0:16:27.00,A,,0,0,0,,我们不是好朋友吗 +Dialogue: 1,0:16:28.48,0:16:29.50,A,,0,0,0,,对不起 +Dialogue: 1,0:16:37.33,0:16:39.92,A,,0,0,0,,难道…回不去了吗 +Dialogue: 1,0:17:01.54,0:17:03.37,A,,0,0,0,,{\3cFFFFFF\t(65,400,\3c&H202020&)}因为我一直都在看着你 +Dialogue: 1,0:17:03.37,0:17:05.61,A,,0,0,0,,我喜欢你 真琴 +Dialogue: 1,0:17:05.61,0:17:06.74,A,,0,0,0,,拜托你… +Dialogue: 1,0:17:07.38,0:17:08.39,A,,0,0,0,,对不起 +Dialogue: 1,0:17:10.29,0:17:11.34,A,,0,0,0,,什么时候开始的 +Dialogue: 1,0:17:12.38,0:17:14.70,A,,0,0,0,,苍井同学早就知道了吗 +Dialogue: 1,0:17:18.22,0:17:20.81,A,,0,0,0,,我们第一次穿着水手服见面的时候 +Dialogue: 1,0:17:21.10,0:17:23.56,A,,0,0,0,,大家知道我是男生的时候 +Dialogue: 1,0:17:23.56,0:17:26.27,A,,0,0,0,,还有我沉迷于可爱东西的时候 +Dialogue: 1,0:17:26.27,0:17:29.56,A,,0,0,0,,龙二从来没有否定过我 +Dialogue: 1,0:17:30.21,0:17:31.34,A,,0,0,0,,这样下去… +Dialogue: 1,0:17:45.61,0:17:48.12,A,,0,0,0,,咦 小真 早上好 +Dialogue: 1,0:17:48.12,0:17:49.92,A,,0,0,0,,早上好 小夏 +Dialogue: 1,0:17:49.92,0:17:51.16,A,,0,0,0,,龙二在吗 +Dialogue: 1,0:17:51.16,0:17:53.22,A,,0,0,0,,哥哥已经走了 +Dialogue: 1,0:17:53.22,0:17:55.18,A,,0,0,0,,诶 是吗 +Dialogue: 1,0:17:58.45,0:17:59.50,A,,0,0,0,,大我? +Dialogue: 1,0:18:03.14,0:18:04.77,A,,0,0,0,,他好像还没来 +Dialogue: 1,0:18:24.00,0:18:26.79,A,,0,0,0,,真是老套 +Dialogue: 1,0:18:26.79,0:18:30.01,A,,0,0,0,,失恋后逃学去海边 +Dialogue: 1,0:18:30.01,0:18:33.69,A,,0,0,0,,好蠢啊 以为自己是青春猪头少年吗 +Dialogue: 1,0:18:35.53,0:18:39.11,A,,0,0,0,,我这样很恶心吧 +Dialogue: 1,0:18:42.27,0:18:43.81,A,,0,0,0,,努力学习 +Dialogue: 1,0:18:44.29,0:18:47.82,A,,0,0,0,,然后考上大学 和真琴分开 +Dialogue: 1,0:18:48.32,0:18:50.65,A,,0,0,0,,不再去想真琴 +Dialogue: 1,0:18:51.33,0:18:53.82,A,,0,0,0,,或许有一天 我们还能再做朋友… +Dialogue: 1,0:19:20.24,0:19:21.22,A,,0,0,0,,龙二! +Dialogue: 1,0:19:34.48,0:19:37.20,A,,0,0,0,,真琴… 为什么 +Dialogue: 1,0:19:37.61,0:19:40.30,A,,0,0,0,,我不想就这样下去 +Dialogue: 1,0:19:41.12,0:19:42.37,A,,0,0,0,,龙二 +Dialogue: 1,0:19:42.37,0:19:44.10,A,,0,0,0,,我们交往吧 +Dialogue: 1,0:19:50.12,0:19:53.63,A,,0,0,0,,不 但是… 真的? +Dialogue: 1,0:19:53.63,0:19:55.30,A,,0,0,0,,你不愿意吗 +Dialogue: 1,0:20:05.18,0:20:07.66,A,,0,0,0,,我…我怎么会…不愿意 +Dialogue: 1,0:20:18.57,0:20:20.70,A,,0,0,0,,苍井 能出来一下吗 +Dialogue: 1,0:20:27.78,0:20:30.43,A,,0,0,0,,诶 奶奶? +Dialogue: 1,0:20:37.81,0:20:39.90,A,,0,0,0,,我得回学校了 +Dialogue: 1,0:20:39.90,0:20:40.96,A,,0,0,0,,你有什么打算 +Dialogue: 1,0:20:41.72,0:20:44.04,A,,0,0,0,,我就不去了 +Dialogue: 1,0:20:44.04,0:20:45.22,A,,0,0,0,,我回家 +Dialogue: 1,0:20:45.22,0:20:47.55,A,,0,0,0,,好 我知道了 +Dialogue: 1,0:20:48.15,0:20:49.05,A,,0,0,0,,在害羞 +Dialogue: 1,0:20:50.78,0:20:52.15,A,,0,0,0,,那再见 +Dialogue: 1,0:20:52.15,0:20:53.60,A,,0,0,0,,哦 再见 +Dialogue: 1,0:21:00.18,0:21:01.81,A,,0,0,0,,有点害羞呢 +Dialogue: 1,0:21:03.61,0:21:04.99,A,,0,0,0,,不过太好了 +Dialogue: 1,0:21:05.99,0:21:09.55,A,,0,0,0,,这下我和龙二又能和好了 +Dialogue: 0,0:00:01.07,0:00:02.77,B,,0,0,0,,竜二の制服 これ +Dialogue: 0,0:00:03.01,0:00:05.15,B,,0,0,0,,ああ いい 自分で取る +Dialogue: 0,0:00:06.38,0:00:07.61,B,,0,0,0,,はい 竜二 +Dialogue: 0,0:02:02.70,0:02:05.32,B,,0,0,0,,俺とまことは幼なじみで +Dialogue: 0,0:02:05.32,0:02:08.02,B,,0,0,0,,小学生のころも仲がよくて +Dialogue: 0,0:02:08.53,0:02:11.12,B,,0,0,0,,まことはよく俺の家に遊びに来ていた +Dialogue: 0,0:02:12.74,0:02:14.90,B,,0,0,0,,まこちゃん 今日泊まっていく +Dialogue: 0,0:02:15.51,0:02:16.69,B,,0,0,0,,そうしろよ +Dialogue: 0,0:02:16.69,0:02:17.87,B,,0,0,0,,あっ うん +Dialogue: 0,0:02:17.87,0:02:20.03,B,,0,0,0,,じゃあ お布団出しとくわね +Dialogue: 0,0:02:20.03,0:02:22.07,B,,0,0,0,,いいよ 一緒に寝るし +Dialogue: 0,0:02:22.07,0:02:22.88,B,,0,0,0,,なあ +Dialogue: 0,0:02:22.88,0:02:23.66,B,,0,0,0,,うん +Dialogue: 0,0:02:23.66,0:02:25.41,B,,0,0,0,,あら そう +Dialogue: 0,0:02:28.16,0:02:30.29,B,,0,0,0,,じゃ おやすみなさい +Dialogue: 0,0:02:30.29,0:02:31.93,B,,0,800,0,,おやすみ +Dialogue: 0,0:02:30.29,0:02:31.93,B,,300,0,0,,おやすみなさい +Dialogue: 0,0:02:34.74,0:02:37.25,B,,0,0,0,,僕 竜二んち好きだな +Dialogue: 0,0:02:37.25,0:02:38.22,B,,0,0,0,,なんで +Dialogue: 0,0:02:39.49,0:02:40.30,B,,0,0,0,,なんか +Dialogue: 0,0:02:42.21,0:02:44.18,B,,0,0,0,,よく寝れるんだよね +Dialogue: 0,0:02:45.29,0:02:46.81,B,,0,0,0,,そっか +Dialogue: 0,0:02:47.12,0:02:48.32,B,,0,0,0,,おやすみ +Dialogue: 0,0:02:51.36,0:02:52.57,B,,0,0,0,,おやすみ +Dialogue: 0,0:02:53.31,0:02:57.32,B,,0,0,0,,その夜は まことが言ったことがやけにうれしくて +Dialogue: 0,0:02:57.76,0:03:00.07,B,,0,0,0,,なんだかずっとむずがゆくって +Dialogue: 0,0:03:00.61,0:03:02.48,B,,0,0,0,,全然眠れなくて +Dialogue: 0,0:03:02.48,0:03:07.68,B,,0,0,0,,月明かりに照らされて キラキラ光るまことのまつげずっと見ていた +Dialogue: 0,0:03:09.10,0:03:10.69,B,,0,0,0,,きれいだな +Dialogue: 0,0:03:12.84,0:03:14.34,B,,0,0,0,,中学に入って +Dialogue: 0,0:03:14.60,0:03:17.93,B,,0,0,0,,不良っぽい同級生の 1 人がピアスを開けてきた +Dialogue: 0,0:03:20.09,0:03:21.85,B,,0,0,0,,よくやるよな~ +Dialogue: 0,0:03:21.85,0:03:22.84,B,,0,0,0,,バカじゃん +Dialogue: 0,0:03:23.18,0:03:26.55,B,,0,0,0,,即行で生徒指導室に呼ばれてたそいつは +Dialogue: 0,0:03:26.55,0:03:28.51,B,,0,0,0,,それでもヘラヘラしてて +Dialogue: 0,0:03:28.51,0:03:30.10,B,,0,0,0,,変なヤツだなと思った +Dialogue: 0,0:03:31.05,0:03:32.82,B,,0,0,0,,俺とは違う人種だ +Dialogue: 0,0:03:33.35,0:03:35.74,B,,0,0,0,,俺はド普通な人間だから +Dialogue: 0,0:03:35.74,0:03:38.64,B,,0,0,0,,「そーいうの」に関わることはないと思ってたし +Dialogue: 0,0:03:39.42,0:03:42.11,B,,0,0,0,,以上のことをしっかり守るように +Dialogue: 0,0:03:42.72,0:03:44.24,B,,0,0,0,,おい 竜二竜二 +Dialogue: 0,0:03:45.04,0:03:45.99,B,,0,0,0,,なんだ +Dialogue: 0,0:03:46.40,0:03:48.99,B,,0,0,0,,こいつ まことのこと好きなんだって +Dialogue: 0,0:03:49.32,0:03:50.95,B,,0,0,0,,男同士なのに +Dialogue: 0,0:03:52.63,0:03:53.76,B,,0,0,0,,違うって +Dialogue: 0,0:03:53.76,0:03:56.67,B,,0,0,0,,きれいな顔してるよなって言っただけだろ +Dialogue: 0,0:03:56.67,0:03:58.63,B,,0,0,0,,まこと こっち来いって +Dialogue: 0,0:03:58.97,0:04:00.39,B,,0,0,0,,えっ なに +Dialogue: 0,0:04:00.39,0:04:01.88,B,,0,0,0,,ツーショット撮ってやるよ +Dialogue: 0,0:04:01.88,0:04:03.46,B,,0,0,0,,やめろよ~ +Dialogue: 0,0:04:03.46,0:04:05.02,B,,0,0,0,,お~し 撮るぞ +Dialogue: 0,0:04:06.91,0:04:09.94,B,,0,0,0,,もちろん 俺もそーいうのにはなりたくなかったし +Dialogue: 0,0:04:12.56,0:04:14.10,B,,0,0,0,,よかったじゃん +Dialogue: 0,0:04:20.39,0:04:23.22,B,,0,0,0,,こいつ まことのこと好きなんだって +Dialogue: 0,0:04:23.22,0:04:25.96,B,,0,0,0,,きれいな顔してるよなって言っただけだろ +Dialogue: 0,0:04:31.51,0:04:34.46,B,,0,0,0,,この日はどうにかして眠りたいと思った +Dialogue: 0,0:04:39.50,0:04:40.92,B,,0,0,0,,それ以来 +Dialogue: 0,0:04:41.36,0:04:44.17,B,,0,0,0,,変にまことを意識してしまって +Dialogue: 0,0:04:46.30,0:04:48.80,B,,0,0,0,,なんとなく避けるようになって +Dialogue: 0,0:04:56.14,0:04:59.82,B,,0,0,0,,気付いたら まこととは疎遠になっていた +Dialogue: 0,0:05:12.50,0:05:15.46,B,,0,0,0,,高校はまことがいないところに行こう +Dialogue: 0,0:05:18.34,0:05:20.88,B,,0,0,0,,だから家から遠い所にしたのに +Dialogue: 0,0:05:35.85,0:05:39.36,B,,0,0,0,,セーラー服を着たまことを見て驚いた +Dialogue: 0,0:05:40.28,0:05:41.23,B,,0,0,0,,まこと? +Dialogue: 0,0:05:48.24,0:05:49.15,B,,0,0,0,,お願い +Dialogue: 0,0:05:49.15,0:05:51.74,B,,0,0,0,,僕が男ってこと 誰にも言わないで +Dialogue: 0,0:05:51.74,0:05:54.90,B,,0,0,0,,いろいろあって 今女の子だと思われてて +Dialogue: 0,0:05:54.90,0:05:56.53,B,,0,0,0,,バレたくないんだ +Dialogue: 0,0:05:56.53,0:05:58.00,B,,0,0,0,,いろいろ…? +Dialogue: 0,0:05:58.00,0:06:02.19,B,,0,0,0,,その 話すと長いんだけど… +Dialogue: 0,0:06:03.13,0:06:06.88,B,,0,0,0,,セーラー服を着たまことは 変なヤツだった +Dialogue: 0,0:06:09.89,0:06:12.64,B,,0,0,0,,でも やっぱりまことはまことで +Dialogue: 0,0:06:17.54,0:06:19.98,B,,0,0,0,,せっかく離れようと思ってたのに +Dialogue: 0,0:06:21.14,0:06:22.77,B,,0,0,0,,また近づいてしまった +Dialogue: 0,0:06:29.18,0:06:30.42,B,,0,0,0,,離れなければ… +Dialogue: 0,0:06:33.54,0:06:35.52,B,,0,0,0,,男同士なのに +Dialogue: 0,0:06:35.52,0:06:37.12,B,,0,0,0,,離れなければ… +Dialogue: 0,0:06:40.39,0:06:42.82,B,,0,0,0,,おっ おはよう 竜二 +Dialogue: 0,0:06:44.05,0:06:45.46,B,,0,0,0,,離れなければ… +Dialogue: 0,0:06:49.72,0:06:50.61,B,,0,0,0,,俺は… +Dialogue: 0,0:06:53.48,0:06:54.94,B,,0,0,0,,普通でいたい +Dialogue: 0,0:06:57.68,0:06:59.23,B,,0,0,0,,おい 聞いたか +Dialogue: 0,0:06:59.23,0:07:02.73,B,,0,0,0,,花岡まことってさ 男なんだって +Dialogue: 0,0:07:09.86,0:07:12.12,B,,0,0,0,,えっ 女装してたってこと? +Dialogue: 0,0:07:12.12,0:07:13.62,B,,0,0,0,,ヤバくない +Dialogue: 0,0:07:13.62,0:07:15.37,B,,0,0,0,,普通じゃないじゃん +Dialogue: 0,0:07:15.37,0:07:17.87,B,,0,0,0,,前からおかしいと思ってたんだよ +Dialogue: 0,0:07:17.87,0:07:19.12,B,,0,0,0,,キモッ +Dialogue: 0,0:07:19.12,0:07:19.99,B,,0,0,0,,なになに +Dialogue: 0,0:07:19.99,0:07:21.47,B,,0,0,0,,だまされてたわ +Dialogue: 0,0:07:20.49,0:07:22.00,D,,0,0,0,,ヤッバ~ +Dialogue: 0,0:07:21.47,0:07:22.37,B,,0,0,0,,どういうこと +Dialogue: 0,0:07:32.99,0:07:34.64,B,,0,0,0,,おい まこと +Dialogue: 0,0:07:35.76,0:07:36.89,B,,0,0,0,,竜二 +Dialogue: 0,0:07:36.89,0:07:40.15,B,,0,0,0,,そ… その なんだ… +Dialogue: 0,0:07:42.00,0:07:43.90,B,,0,0,0,,もうここに来ちゃ駄目だよ +Dialogue: 0,0:07:45.36,0:07:46.01,B,,0,0,0,,えっ +Dialogue: 0,0:07:46.40,0:07:48.19,B,,0,0,0,,僕と一緒にいたら +Dialogue: 0,0:07:48.19,0:07:49.93,B,,0,0,0,,竜二まで変に見られちゃう +Dialogue: 0,0:07:51.00,0:07:51.83,B,,0,0,0,,だから +Dialogue: 0,0:07:53.07,0:07:55.08,B,,0,0,0,,僕と関わらない方がいいよ +Dialogue: 0,0:07:57.40,0:07:59.82,B,,0,0,0,,まことはそーいうのになってしまった +Dialogue: 0,0:08:03.64,0:08:05.17,B,,0,0,0,,なら俺は… +Dialogue: 0,0:08:10.53,0:08:11.80,B,,0,0,0,,おい お前 +Dialogue: 0,0:08:13.15,0:08:15.30,B,,0,0,0,,なんだ その耳は +Dialogue: 0,0:08:15.69,0:08:18.06,B,,0,0,0,,おい こら 待て~! +Dialogue: 0,0:08:22.58,0:08:25.05,B,,0,0,0,,そーいう感じになったっていい +Dialogue: 0,0:08:30.02,0:08:31.09,B,,0,0,0,,まこと! +Dialogue: 0,0:08:34.49,0:08:37.01,B,,0,0,0,,昼飯 一緒に食おうぜ +Dialogue: 0,0:08:49.85,0:08:53.66,B,,0,0,0,,夏になって いつものように屋上に行くと +Dialogue: 0,0:08:55.02,0:08:56.36,B,,0,0,0,,女の子がいた +Dialogue: 0,0:08:58.03,0:08:59.88,B,,0,0,0,,あっ 竜二 +Dialogue: 0,0:09:02.18,0:09:05.01,B,,0,0,0,,おま… その髪… +Dialogue: 0,0:09:05.67,0:09:08.18,B,,0,0,0,,うん ウィッグ買ったんだ +Dialogue: 0,0:09:08.56,0:09:11.80,B,,0,0,0,,もう女装なのバレてるし いいかなって +Dialogue: 0,0:09:11.80,0:09:14.82,B,,0,0,0,,お前って 変なとこ思い切りいいよな +Dialogue: 0,0:09:15.81,0:09:18.57,B,,0,0,0,,憧れてたんだよね ロングヘア +Dialogue: 0,0:09:19.58,0:09:22.08,B,,0,0,0,,やっぱりまことは浮いてたけど +Dialogue: 0,0:09:23.00,0:09:25.54,B,,0,0,0,,それなりにうまくやってるみたいだった +Dialogue: 0,0:09:28.11,0:09:29.45,B,,0,0,0,,そんな ある日… +Dialogue: 0,0:09:30.09,0:09:32.05,B,,0,0,0,,おい 竜二竜二 +Dialogue: 0,0:09:33.01,0:09:34.88,B,,0,0,0,,見てみ これ +Dialogue: 0,0:09:34.88,0:09:36.98,B,,0,0,0,,まことちゃんのブロマイド +Dialogue: 0,0:09:38.98,0:09:40.26,B,,0,0,0,,なんで持ってんの +Dialogue: 0,0:09:40.56,0:09:42.65,B,,0,0,0,,E 組のやつからもらった~ +Dialogue: 0,0:09:42.65,0:09:44.16,B,,0,0,0,,なんでうれしそうなんだよ +Dialogue: 0,0:09:44.16,0:09:46.36,B,,0,0,0,,お前 花岡男だぞ +Dialogue: 0,0:09:46.36,0:09:48.88,B,,0,0,0,,何がいいんだよ 女装なんかしてるヤツ +Dialogue: 0,0:09:48.88,0:09:51.10,B,,0,0,0,,いいじゃん カワイイだろ~ +Dialogue: 0,0:09:51.10,0:09:54.13,B,,0,0,0,,お前らも欲しいなら またもらってきてやるよ +Dialogue: 0,0:09:58.29,0:09:59.21,B,,0,0,0,,なになになに +Dialogue: 0,0:10:01.09,0:10:02.52,B,,0,0,0,,おい やめろって +Dialogue: 0,0:10:02.52,0:10:04.28,B,,0,0,0,,落ち着けって 大我 +Dialogue: 0,0:10:05.04,0:10:07.55,B,,0,0,0,,誰か 先生呼んできて +Dialogue: 0,0:10:09.29,0:10:11.17,B,,0,0,0,,本っ当にすみません +Dialogue: 0,0:10:11.17,0:10:12.77,B,,0,0,0,,いいんですよ +Dialogue: 0,0:10:13.19,0:10:14.39,B,,0,0,0,,すまん +Dialogue: 0,0:10:14.39,0:10:16.67,B,,0,0,0,,ほら 竜二も +Dialogue: 0,0:10:16.67,0:10:19.32,B,,0,0,0,,俺はあんまりうまくできなかったけど +Dialogue: 0,0:10:28.19,0:10:30.75,B,,0,0,0,,それでもなんとか 1 年やってきた +Dialogue: 0,0:10:31.44,0:10:32.41,B,,0,0,0,,なのに… +Dialogue: 0,0:10:39.19,0:10:41.45,B,,0,0,0,,こんなバレ方あるか +Dialogue: 0,0:10:42.70,0:10:44.45,B,,0,0,0,,ま… まこと… +Dialogue: 0,0:10:45.28,0:10:47.40,B,,0,0,0,,これは その… +Dialogue: 0,0:10:48.92,0:10:50.13,B,,0,0,0,,どうしたの +Dialogue: 0,0:10:50.92,0:10:53.06,B,,0,0,0,,はい 早く着替えよ +Dialogue: 0,0:10:53.67,0:10:55.95,B,,0,0,0,,お… おう… +Dialogue: 0,0:10:56.63,0:10:58.54,B,,0,0,0,,見られてなかったのか +Dialogue: 0,0:10:59.84,0:11:01.84,B,,0,0,0,,あっぶね~ +Dialogue: 0,0:11:04.85,0:11:07.32,B,,0,0,0,,じゃ僕 クラスに合流するね +Dialogue: 0,0:11:07.32,0:11:08.85,B,,0,0,0,,おう またな +Dialogue: 0,0:11:12.51,0:11:13.58,B,,0,0,0,,よかった +Dialogue: 0,0:11:14.22,0:11:15.37,B,,0,0,0,,バレてなくて +Dialogue: 0,0:11:26.45,0:11:29.20,B,,0,0,0,,俺別に蒼井のこと好きじゃないぞ +Dialogue: 0,0:11:29.20,0:11:33.33,B,,0,0,0,,お前が よ~く知ってるやつだよ +Dialogue: 0,0:11:34.68,0:11:35.82,B,,0,0,0,,どうしよう +Dialogue: 0,0:11:37.99,0:11:39.31,B,,0,0,0,,僕のせいだ +Dialogue: 0,0:11:46.85,0:11:48.85,B,,0,0,0,,おはよう +Dialogue: 0,0:11:49.26,0:11:50.77,B,,0,0,0,,お… おはよう +Dialogue: 0,0:11:50.77,0:11:52.73,B,,0,0,0,,眠そう… だね +Dialogue: 0,0:11:52.73,0:11:56.01,B,,0,0,0,,おう 昨日小夏とゲームしててな +Dialogue: 0,0:12:00.40,0:12:03.53,B,,0,0,0,,まこと お前マフラー忘れてきたのか +Dialogue: 0,0:12:05.28,0:12:06.45,B,,0,0,0,,これ 使うか +Dialogue: 0,0:12:11.66,0:12:13.89,B,,0,0,0,,ああ いや いい +Dialogue: 0,0:12:13.89,0:12:15.66,B,,0,0,0,,今日暑いんだ 僕 +Dialogue: 0,0:12:15.66,0:12:17.42,B,,0,0,0,,あ… そう +Dialogue: 0,0:13:01.22,0:13:02.21,B,,0,0,0,,まことくん +Dialogue: 0,0:13:02.99,0:13:04.22,B,,0,0,0,,まことくん +Dialogue: 0,0:13:04.94,0:13:06.69,B,,0,0,0,,まことくん +Dialogue: 0,0:13:06.69,0:13:07.91,B,,0,0,0,,お~い +Dialogue: 0,0:13:08.97,0:13:11.03,B,,0,0,0,,どうしたの 考え事? +Dialogue: 0,0:13:11.03,0:13:13.05,B,,0,0,0,,ああ… いや +Dialogue: 0,0:13:13.89,0:13:16.73,B,,0,0,0,,何か悩んでることでもあるなら 聞くよ +Dialogue: 0,0:13:21.23,0:13:24.44,B,,0,0,0,,し… 知り合いの話なんだけど +Dialogue: 0,0:13:24.44,0:13:25.49,B,,0,0,0,,うん +Dialogue: 0,0:13:25.49,0:13:30.64,B,,0,0,0,,その子の友達の生徒手帳に 自分の写真が入ってたんだって +Dialogue: 0,0:13:30.64,0:13:33.22,B,,0,0,0,,それって どういうことだと思う +Dialogue: 0,0:13:33.22,0:13:36.00,B,,0,0,0,,そりゃあ その子のことが好きなんじゃない +Dialogue: 0,0:13:36.29,0:13:39.32,B,,0,0,0,,えっ そ… そうなの +Dialogue: 0,0:13:39.32,0:13:42.71,B,,0,0,0,,でも 友達の方はバレたくなかったかもね +Dialogue: 0,0:13:42.71,0:13:44.09,B,,0,0,0,,どうして +Dialogue: 0,0:13:44.70,0:13:47.84,B,,0,0,0,,きっと すごくその子のこと大事なんだよ +Dialogue: 0,0:13:48.19,0:13:50.68,B,,0,0,0,,写真を身につけておきたいくらいだもん +Dialogue: 0,0:13:51.24,0:13:52.36,B,,0,0,0,,そっか +Dialogue: 0,0:13:53.44,0:13:56.72,B,,0,0,0,,で まことくんはその友達のことが好きなの +Dialogue: 0,0:13:57.35,0:14:01.04,B,,0,0,0,,えっと… それは ち… 違う… +Dialogue: 0,0:14:01.04,0:14:02.74,B,,0,0,0,,僕の話じゃないから +Dialogue: 0,0:14:02.74,0:14:04.03,B,,0,0,0,,あっ そうだよね~ +Dialogue: 0,0:14:04.03,0:14:06.36,B,,0,0,0,,ごめ~ん うっかり~ +Dialogue: 0,0:14:13.80,0:14:16.10,B,,0,0,0,,まこと 帰ろうぜ +Dialogue: 0,0:14:20.51,0:14:22.76,B,,0,0,0,,あのさ~ この後途中でさ… +Dialogue: 0,0:14:22.76,0:14:24.18,B,,0,0,0,,ごめん 竜二 +Dialogue: 0,0:14:25.01,0:14:27.76,B,,0,0,0,,今日 バスケ部参加しようと思ってて +Dialogue: 0,0:14:27.76,0:14:30.88,B,,0,0,0,,おっ そうなのか じゃあ先帰るわ +Dialogue: 0,0:14:30.88,0:14:31.89,B,,0,0,0,,うん +Dialogue: 0,0:14:35.86,0:14:39.02,B,,0,0,0,,まこと 髪にほこりついてるぞ +Dialogue: 0,0:14:47.64,0:14:49.94,B,,0,0,0,,じ… じゃあ 僕もう行くね +Dialogue: 0,0:14:49.94,0:14:50.91,B,,0,0,0,,またあした +Dialogue: 0,0:14:51.19,0:14:52.66,B,,0,0,0,,見えてたのか +Dialogue: 0,0:14:56.21,0:14:57.54,B,,0,0,0,,なんのこと +Dialogue: 0,0:14:59.82,0:15:01.79,B,,0,0,0,,本当に分からないのか +Dialogue: 0,0:15:02.14,0:15:04.04,B,,0,0,0,,えっ ああ うん +Dialogue: 0,0:15:06.80,0:15:09.80,B,,0,0,0,,お前 ホント嘘つくの下手だよな +Dialogue: 0,0:15:09.80,0:15:11.80,B,,0,0,0,,う… 嘘じゃないよ +Dialogue: 0,0:15:14.12,0:15:15.18,B,,0,0,0,,分かるよ +Dialogue: 0,0:15:17.68,0:15:19.50,B,,0,0,0,,ずっと見てきたから +Dialogue: 0,0:15:26.00,0:15:28.54,B,,0,0,0,,好きだよ まこと +Dialogue: 0,0:15:47.40,0:15:48.09,B,,0,0,0,,ごめん +Dialogue: 0,0:15:48.44,0:15:49.83,B,,0,0,0,,僕のせいだよね +Dialogue: 0,0:15:50.37,0:15:53.34,B,,0,0,0,,僕が こんなカッコしてるから +Dialogue: 0,0:15:53.34,0:15:55.87,B,,0,0,0,,女の子だって 勘違いしちゃったんだ +Dialogue: 0,0:15:57.10,0:15:59.59,B,,0,0,0,,本当に ごめん +Dialogue: 0,0:16:01.00,0:16:01.90,B,,0,0,0,,ごめん… +Dialogue: 0,0:16:02.93,0:16:04.60,B,,0,0,0,,勘違いじゃない +Dialogue: 0,0:16:05.61,0:16:07.86,B,,0,0,0,,頼むから もう謝らないでくれ +Dialogue: 0,0:16:09.07,0:16:09.95,B,,0,0,0,,でも… +Dialogue: 0,0:16:10.86,0:16:12.54,B,,0,0,0,,まことは悪くない +Dialogue: 0,0:16:13.53,0:16:16.83,B,,0,0,0,,ごめんな 俺の方こそ隠しきれなくて +Dialogue: 0,0:16:18.24,0:16:19.44,B,,0,0,0,,帰るわ +Dialogue: 0,0:16:19.44,0:16:20.75,B,,0,0,0,,待って 竜二! +Dialogue: 0,0:16:20.75,0:16:22.75,B,,0,0,0,,あした 一緒に登校するよね +Dialogue: 0,0:16:23.73,0:16:25.00,B,,0,0,0,,ごめん +Dialogue: 0,0:16:25.00,0:16:27.00,B,,0,0,0,,僕たち親友じゃないの +Dialogue: 0,0:16:28.48,0:16:29.50,B,,0,0,0,,ごめん +Dialogue: 0,0:16:37.33,0:16:39.92,B,,0,0,0,,もう… 戻れないの +Dialogue: 0,0:17:01.54,0:17:03.37,B,,0,0,0,,{\3cFFFFFF\t(65,400,\3c&H202020&)}ずっと見てきたから +Dialogue: 0,0:17:03.37,0:17:05.61,B,,0,0,0,,好きだよ まこと +Dialogue: 0,0:17:05.61,0:17:06.74,B,,0,0,0,,頼むから… +Dialogue: 0,0:17:07.38,0:17:08.39,B,,0,0,0,,ごめん +Dialogue: 0,0:17:10.29,0:17:11.34,B,,0,0,0,,いつから +Dialogue: 0,0:17:12.38,0:17:14.70,B,,0,0,0,,蒼井さんは知ってたのかな +Dialogue: 0,0:17:18.22,0:17:20.81,B,,0,0,0,,セーラー服で初めて会ったときも +Dialogue: 0,0:17:21.10,0:17:23.56,B,,0,0,0,,みんなに男だってバレたときも +Dialogue: 0,0:17:23.56,0:17:26.27,B,,0,0,0,,カワイイものに夢中になってたときも +Dialogue: 0,0:17:26.27,0:17:29.56,B,,0,0,0,,竜二は一度だって 僕を否定しなかった +Dialogue: 0,0:17:30.21,0:17:31.34,B,,0,0,0,,このままじゃ… +Dialogue: 0,0:17:45.61,0:17:48.12,B,,0,0,0,,あれ まこちゃん おはよう +Dialogue: 0,0:17:48.12,0:17:49.92,B,,0,0,0,,おはよう 小夏ちゃん +Dialogue: 0,0:17:49.92,0:17:51.16,B,,0,0,0,,竜二いる +Dialogue: 0,0:17:51.16,0:17:53.22,B,,0,0,0,,お兄ならもう行ったよ +Dialogue: 0,0:17:53.22,0:17:55.18,B,,0,0,0,,えっ そうなの +Dialogue: 0,0:17:58.45,0:17:59.50,B,,0,0,0,,大我? +Dialogue: 0,0:18:03.14,0:18:04.77,B,,0,0,0,,まだ来てないっぽいけど +Dialogue: 0,0:18:24.00,0:18:26.79,B,,0,0,0,,すげえべたなことしちゃった +Dialogue: 0,0:18:26.79,0:18:30.01,B,,0,0,0,,失恋して学校サボって海とか +Dialogue: 0,0:18:30.01,0:18:33.69,B,,0,0,0,,バカか 俺は 青春野郎か +Dialogue: 0,0:18:35.53,0:18:39.11,B,,0,0,0,,気持ち悪かったよな 普通に +Dialogue: 0,0:18:42.27,0:18:43.81,B,,0,0,0,,勉強しよう +Dialogue: 0,0:18:44.29,0:18:47.82,B,,0,0,0,,んで 大学行って まことと離れて +Dialogue: 0,0:18:48.32,0:18:50.65,B,,0,0,0,,まことのこと考えないようにして +Dialogue: 0,0:18:51.33,0:18:53.82,B,,0,0,0,,そしたら いつかまた友達… +Dialogue: 0,0:19:20.24,0:19:21.22,B,,0,0,0,,竜二! +Dialogue: 0,0:19:34.48,0:19:37.20,B,,0,0,0,,まこと… なんで +Dialogue: 0,0:19:37.61,0:19:40.30,B,,0,0,0,,僕 このままじゃ嫌だよ +Dialogue: 0,0:19:41.12,0:19:42.37,B,,0,0,0,,竜二 +Dialogue: 0,0:19:42.37,0:19:44.10,B,,0,0,0,,僕と付き合おう +Dialogue: 0,0:19:50.12,0:19:53.63,B,,0,0,0,,いや でも… えっ マジで? +Dialogue: 0,0:19:53.63,0:19:55.30,B,,0,0,0,,竜二は嫌なの +Dialogue: 0,0:20:05.18,0:20:07.66,B,,0,0,0,,い… 嫌なわけ… ない +Dialogue: 0,0:20:18.57,0:20:20.70,B,,0,0,0,,蒼井 ちょっといいか +Dialogue: 0,0:20:27.78,0:20:30.43,B,,0,0,0,,えっ おばあちゃんが? +Dialogue: 0,0:20:37.81,0:20:39.90,B,,0,0,0,,僕 学校戻るけど +Dialogue: 0,0:20:39.90,0:20:40.96,B,,0,0,0,,竜二はどうする +Dialogue: 0,0:20:41.72,0:20:44.04,B,,0,0,0,,いや 俺はいいわ +Dialogue: 0,0:20:44.04,0:20:45.22,B,,0,0,0,,帰る +Dialogue: 0,0:20:45.22,0:20:47.55,B,,0,0,0,,そっか 分かった +Dialogue: 0,0:20:48.15,0:20:49.05,B,,0,0,0,,照れてる +Dialogue: 0,0:20:50.78,0:20:52.15,B,,0,0,0,,じゃ また +Dialogue: 0,0:20:52.15,0:20:53.60,B,,0,0,0,,おう また +Dialogue: 0,0:21:00.18,0:21:01.81,B,,0,0,0,,なんか照れるな +Dialogue: 0,0:21:03.61,0:21:04.99,B,,0,0,0,,でも よかった +Dialogue: 0,0:21:05.99,0:21:09.55,B,,0,0,0,,これで 竜二と元に戻れる + diff --git a/jellyfin/config/data/subtitles/d/d7205ed8-1cad-a7eb-7b62-4368539774b9.ass b/jellyfin/config/data/subtitles/d/d7205ed8-1cad-a7eb-7b62-4368539774b9.ass new file mode 100755 index 0000000..db2b79d --- /dev/null +++ b/jellyfin/config/data/subtitles/d/d7205ed8-1cad-a7eb-7b62-4368539774b9.ass @@ -0,0 +1,700 @@ +[Script Info] +; Font Subset: UQ3264JR - 森澤UD新黑 標準繁體 M +; Font Subset: 2FXH8O9J - 森泽UD新黑 Gb4 M +; Font Subset: OOMYTYZS - 方正兰亭圆_GBK_中 +; Font Subset: ZOBXKQHO - 方正中雅宋_GBK +; Font Subset: P1OM2VFA - 华康翩翩体W5-A +; Font Subset: B7LS9NLP - FOT-TelopMin ProN B +; Font Subset: L9HRYU1Q - FOT-CookHand Std R +; Font Subset: XZWUXQTY - A-OTF UD Shin Go Pr6N M +Title: [Erai-raws] English (US) +ScriptType: v4.00+ +PlayResX: 1920 +PlayResY: 1080 +ScaledBorderAndShadow: yes +WrapStyle: 0 +YCbCr Matrix: TV.709 +Timer: 0.000 +LayoutResX: 1920 +LayoutResY: 1080 + +[V4+ Styles] +Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour, BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding +Style: A,UQ3264JR,68,&H00FFFFFF,&H000000FF,&H00202020,&H14202020,0,0,0,0,100,100,2,0,1,2,0,2,30,30,58,1 +Style: B,XZWUXQTY,58,&H00FFFFFF,&H00FFFFFF,&H00202020,&H14202020,0,0,0,0,100,100,1,0,1,1.7,0,2,30,30,6,1 +Style: C,UQ3264JR,62,&H00FFFFFF,&H000000FF,&H00202020,&H14202020,0,0,0,0,100,100,1.5,0,1,1.7,0,8,30,30,55,1 +Style: D,XZWUXQTY,55,&H00FFFFFF,&H00FFFFFF,&H00202020,&H14202020,0,0,0,0,100,100,1,0,1,1.7,0,8,30,30,3,1 +Style: E,ZOBXKQHO,50,&H00FFFFFF,&H000000FF,&H00C58C4E,&H14C58C4E,0,0,0,0,100,100,2.5,0,1,0.6,2,2,30,30,30,1 +Style: F,B7LS9NLP,58,&H00FFFFFF,&H00FFFFFF,&H00C58C4E,&H14C58C4E,0,0,0,0,100,100,1,0,1,0.6,2,8,30,30,25,1 +Style: G,P1OM2VFA,46,&H00FFFFFF,&H00FFFFFF,&H00988556,&H14988556,0,0,0,0,100,100,0,0,1,2.5,0,2,30,30,25,1 +Style: H,L9HRYU1Q,38,&H00FFFFFF,&H00FFFFFF,&H00988556,&H14988556,0,0,0,0,100,100,0,0,1,3,0,8,30,30,25,1 + +[Events] +Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text +Dialogue: 0,0:00:27.94,0:00:30.77,E,,0,0,0,,燃燒般的 灼熱般的 嫉妒般的 +Dialogue: 0,0:00:30.77,0:00:34.65,E,,0,0,0,,日日夜夜 為回憶獻上祈禱與祝福! +Dialogue: 0,0:00:34.65,0:00:37.44,E,,0,0,0,,雖然如此想著 可說實話 +Dialogue: 0,0:00:37.44,0:00:39.25,E,,0,0,0,,像是預先決定好的那樣 +Dialogue: 0,0:00:39.25,0:00:41.04,E,,0,0,0,,日常也令人難以喘息 +Dialogue: 0,0:00:41.04,0:00:42.23,E,,0,0,0,,哪裡也去不了 +Dialogue: 0,0:00:42.23,0:00:44.54,E,,0,0,0,,只追求讀後感 +Dialogue: 0,0:00:44.54,0:00:46.32,E,,0,0,0,,溫柔也追求效率 +Dialogue: 0,0:00:46.32,0:00:49.79,E,,0,0,0,,每天循環往復也無法 +Dialogue: 0,0:00:49.79,0:00:53.58,E,,0,0,0,,傾注特別的愛 +Dialogue: 0,0:00:53.58,0:00:57.23,E,,0,0,0,,不知不覺中夏天就要結束的焦躁浮現 +Dialogue: 0,0:00:57.23,0:01:00.12,E,,0,0,0,,燃燒般的 灼熱般的 嫉妒般的 +Dialogue: 0,0:01:00.12,0:01:03.98,E,,0,0,0,,日日夜夜 為回憶獻上祈禱與祝福! +Dialogue: 0,0:01:03.98,0:01:06.77,E,,0,0,0,,雖然如此想著 可說實話 +Dialogue: 0,0:01:06.77,0:01:08.62,E,,0,0,0,,像是預先決定好的那樣 +Dialogue: 0,0:01:08.62,0:01:10.42,E,,0,0,0,,日常也令人難以喘息 +Dialogue: 0,0:01:10.42,0:01:11.95,E,,0,0,0,,哪裡也去不了 +Dialogue: 0,0:01:11.95,0:01:17.42,E,,0,0,0,,在這個並非自己選擇出生的社會中過於顧慮而感到疲倦 +Dialogue: 0,0:01:17.42,0:01:21.87,E,,0,0,0,,我們的答案必定 +Dialogue: 0,0:01:21.87,0:01:26.52,E,,0,0,0,,是在任性而為中 就在恣意不拘中 +Dialogue: 0,0:01:26.52,0:01:29.21,E,,0,0,0,,褪色般的 焦急般的 不斷流逝的 +Dialogue: 0,0:01:29.21,0:01:33.36,E,,0,0,0,,為每天和戀情獻上祈禱與祝福! +Dialogue: 0,0:01:33.36,0:01:36.11,E,,0,0,0,,雖然如此想著 可說實話 +Dialogue: 0,0:01:36.11,0:01:37.94,E,,0,0,0,,像是預先決定好的那樣 +Dialogue: 0,0:01:37.94,0:01:39.73,E,,0,0,0,,日常也令人難以喘息 +Dialogue: 0,0:01:39.73,0:01:41.22,E,,0,0,0,,哪裡也去不了 +Dialogue: 0,0:01:41.22,0:01:43.97,E,,0,0,0,,無法傾訴 無法訴說 無法治癒的 +Dialogue: 0,0:01:43.97,0:01:48.83,E,,0,0,0,,總是擦肩而過 無法順利達到 +Dialogue: 0,0:01:48.83,0:01:52.35,E,,0,0,0,,理想的關係和自我 一切都不成熟 +Dialogue: 0,0:01:52.35,0:01:56.93,E,,0,0,0,,試著更加任性地生活在散文般的青春中吧 +Dialogue: 0,0:00:27.94,0:00:30.77,F,,0,0,0,,焼けるような、灼けるような、妬けるような +Dialogue: 0,0:00:30.77,0:00:34.65,F,,0,0,0,,日々、思い出に祈りを祝福を! +Dialogue: 0,0:00:34.65,0:00:37.44,F,,0,0,0,,なんて、、本当のことを言うとさ +Dialogue: 0,0:00:37.44,0:00:39.25,F,,0,0,0,,あらかじめ決められたような +Dialogue: 0,0:00:39.25,0:00:41.04,F,,0,0,0,,息苦しさばっかでもう +Dialogue: 0,0:00:41.04,0:00:42.23,F,,0,0,0,,どこにも行けやしないよ +Dialogue: 0,0:00:42.23,0:00:44.54,F,,0,0,0,,読後感のみを求めてしまう +Dialogue: 0,0:00:44.54,0:00:46.32,F,,0,0,0,,効率目当ての優しさで +Dialogue: 0,0:00:46.32,0:00:49.79,F,,0,0,0,,こなしてく毎日ではたどり着けない +Dialogue: 0,0:00:49.79,0:00:53.58,F,,0,0,0,,特別な愛を注げるもの +Dialogue: 0,0:00:53.58,0:00:57.23,F,,0,0,0,,気づいたら夏が終わってそうな焦りで +Dialogue: 0,0:00:57.23,0:01:00.12,F,,0,0,0,,焼けるような、灼けるような、妬けるような +Dialogue: 0,0:01:00.12,0:01:03.98,F,,0,0,0,,日々、思い出に祈りを祝福を! +Dialogue: 0,0:01:03.98,0:01:06.77,F,,0,0,0,,なんて、、本当のことを言うとさ +Dialogue: 0,0:01:06.77,0:01:08.62,F,,0,0,0,,あらかじめ決められたような +Dialogue: 0,0:01:08.62,0:01:10.42,F,,0,0,0,,息苦しさばっかでもう +Dialogue: 0,0:01:10.42,0:01:11.95,F,,0,0,0,,どこにも行けやしない +Dialogue: 0,0:01:11.95,0:01:17.42,F,,0,0,0,,望んで産まれたわけじゃない社会に気を使いすぎて疲れる +Dialogue: 0,0:01:17.42,0:01:21.87,F,,0,0,0,,私たちのための答えはきっと +Dialogue: 0,0:01:21.87,0:01:26.52,F,,0,0,0,,わがままの中に わがままの中に +Dialogue: 0,0:01:26.52,0:01:29.21,F,,0,0,0,,褪せるように、焦るように、過ぎていく +Dialogue: 0,0:01:29.21,0:01:33.36,F,,0,0,0,,毎日や恋に、祈りを祝福を! +Dialogue: 0,0:01:33.36,0:01:36.11,F,,0,0,0,,なんて、、本当のことを言うとさ +Dialogue: 0,0:01:36.11,0:01:37.94,F,,0,0,0,,あらかじめ決められたような +Dialogue: 0,0:01:37.94,0:01:39.73,F,,0,0,0,,息苦しさばっかでもう +Dialogue: 0,0:01:39.73,0:01:41.22,F,,0,0,0,,どこにも行けやしない +Dialogue: 0,0:01:41.22,0:01:43.97,F,,0,0,0,,言えぬような、言えぬような、癒えぬような、 +Dialogue: 0,0:01:43.97,0:01:48.83,F,,0,0,0,,すれ違いばっかでうまくたどり着けない理想の +Dialogue: 0,0:01:48.83,0:01:52.35,F,,0,0,0,,関係も自分自身も、何もかも未熟の中 +Dialogue: 0,0:01:52.35,0:01:56.93,F,,0,0,0,,散文的青春をもっと我がままに生きてみようか +Dialogue: 0,0:21:20.01,0:21:22.29,G,,0,0,0,,{\blur3\fax.06}我們起床就去看電影 +Dialogue: 0,0:21:22.29,0:21:25.21,G,,0,0,0,,{\blur3\fax.06}一路上牽著手說說笑笑 +Dialogue: 0,0:21:25.21,0:21:28.76,G,,0,0,0,,{\blur3\fax.06}邊聊晚餐邊走回家 +Dialogue: 0,0:21:28.76,0:21:30.85,G,,0,0,0,,{\blur3\fax.06}閒下來就想把臉貼在抱枕上 +Dialogue: 0,0:21:30.85,0:21:33.41,G,,0,0,0,,{\blur3\fax.06}寂寞也拋之腦後 +Dialogue: 0,0:21:33.41,0:21:35.59,G,,0,0,0,,{\blur3\fax.06}內心和身體不僅沒辦法獨立 +Dialogue: 0,0:21:35.59,0:21:39.26,G,,0,0,0,,{\blur3\fax.06}還像史萊姆般融合在一起 +Dialogue: 0,0:21:39.26,0:21:45.56,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望這樣的日子能一直持續下去 +Dialogue: 0,0:21:45.56,0:21:47.71,G,,0,0,0,,{\blur3\fax.06}能一直持續下去啊 +Dialogue: 0,0:21:47.71,0:21:53.97,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望這樣的日子能一直持續下去 +Dialogue: 0,0:21:53.97,0:21:55.70,G,,0,0,0,,{\blur3\fax.06}能一直持續下去啊 +Dialogue: 0,0:21:55.70,0:21:57.03,G,,0,0,0,,{\blur3\fax.06}是真的哦 +Dialogue: 0,0:22:04.59,0:22:06.76,G,,0,0,0,,{\blur3\fax.06}一個人過了一段時間 +Dialogue: 0,0:22:06.76,0:22:12.59,G,,0,0,0,,{\blur3\fax.06}反覆想著 只要扮演好人就能進行的戀愛遊戲 +Dialogue: 0,0:22:12.59,0:22:14.81,G,,0,0,0,,{\blur3\fax.06}那就是愛情嗎 +Dialogue: 0,0:22:14.81,0:22:16.83,G,,0,0,0,,{\blur3\fax.06}那就是愛情嗎 +Dialogue: 0,0:22:16.83,0:22:18.32,G,,0,0,0,,{\blur3\fax.06}隨心所欲容易厭煩 +Dialogue: 0,0:22:18.32,0:22:20.24,G,,0,0,0,,{\blur3\fax.06}愛撒嬌又遲鈍又性急 +Dialogue: 0,0:22:20.24,0:22:22.96,G,,0,0,0,,{\blur3\fax.06}健忘的我只能把這些寫成音樂 +Dialogue: 0,0:22:23.48,0:22:29.82,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望那樣的日子能一直持續下去 +Dialogue: 0,0:22:29.82,0:22:31.73,G,,0,0,0,,{\blur3\fax.06}能一直持續下去啊 +Dialogue: 0,0:22:31.73,0:22:38.23,G,,0,0,0,,{\blur3\fax.06}只是只是只是 希望那樣的日子能一直持續下去 +Dialogue: 0,0:22:38.23,0:22:39.93,G,,0,0,0,,{\blur3\fax.06}能一直持續下去啊 +Dialogue: 0,0:22:39.93,0:22:41.21,G,,0,0,0,,{\blur3\fax.06}是真的哦 +Dialogue: 0,0:21:20.01,0:21:22.29,H,,0,0,0,,{\blur3}ウチら寝起きで映画とか行って +Dialogue: 0,0:21:22.29,0:21:25.21,H,,0,0,0,,{\blur3}ぐだぐだ喋って笑って手を繋いで +Dialogue: 0,0:21:25.21,0:21:28.76,H,,0,0,0,,{\blur3}晩ごはんの話しながら帰って +Dialogue: 0,0:21:28.76,0:21:30.85,H,,0,0,0,,{\blur3}暇になれば頬擦りとかして +Dialogue: 0,0:21:30.85,0:21:33.41,H,,0,0,0,,{\blur3}寂しいとかもパッと忘れちゃって +Dialogue: 0,0:21:33.41,0:21:35.59,H,,0,0,0,,{\blur3}心も体も 自立どころか +Dialogue: 0,0:21:35.59,0:21:39.26,H,,0,0,0,,{\blur3}スライムみたいにただ溶け合って +Dialogue: 0,0:21:39.26,0:21:45.56,H,,0,0,0,,{\blur3}ただ、ただ、ただ、こんな毎日が続くと思っていた +Dialogue: 0,0:21:45.56,0:21:47.71,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:21:47.71,0:21:53.97,H,,0,0,0,,{\blur3}ただ、ただ、ただ、こんな毎日が続くと思っていた +Dialogue: 0,0:21:53.97,0:21:55.70,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:21:55.70,0:21:57.03,H,,0,0,0,,{\blur3}本当だよ +Dialogue: 0,0:22:04.59,0:22:06.76,H,,0,0,0,,{\blur3}1人になってしばらく経って +Dialogue: 0,0:22:06.76,0:22:12.59,H,,0,0,0,,{\blur3}ただいい人を演じればできる恋ごっこを繰り返して思う +Dialogue: 0,0:22:12.59,0:22:14.81,H,,0,0,0,,{\blur3}あれが恋だったのかな +Dialogue: 0,0:22:14.81,0:22:16.83,H,,0,0,0,,{\blur3}あれが恋だったのかな +Dialogue: 0,0:22:16.83,0:22:18.32,H,,0,0,0,,{\blur3}気まぐれで飽き性 +Dialogue: 0,0:22:18.32,0:22:20.24,H,,0,0,0,,{\blur3}甘えたがりで愚図で短気で +Dialogue: 0,0:22:20.24,0:22:22.96,H,,0,0,0,,{\blur3}忘れっぽいから音楽にしとくよ +Dialogue: 0,0:22:23.48,0:22:29.82,H,,0,0,0,,{\blur3}ただ、ただ、ただ、あんな毎日が続くと思っていた +Dialogue: 0,0:22:29.82,0:22:31.73,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:22:31.73,0:22:38.23,H,,0,0,0,,{\blur3}ただ、ただ、ただ、あんな毎日が続くと思っていた +Dialogue: 0,0:22:38.23,0:22:39.93,H,,0,0,0,,{\blur3}続くと思っていたよ +Dialogue: 0,0:22:39.93,0:22:41.21,H,,0,0,0,,{\blur3}本当だよ +Dialogue: 0,0:01:57.56,0:01:59.52,A,,0,0,25,,{\an8\fs46\bord1\blur1\3c&HFFFFFF&\c&HD67F51&}本{\c&HD7824F&}字{\c&HD8864D&}幕{\c&HD98A4B&}由 {\c&HDB9148&}M{\c&HDC9546&}i{\c&HDD9945&}n{\c&HDE9D43&}g{\c&HDFA041&}Y{\c&HE0A440&}S{\c&HE1A83E&}u{\c&HE2AC3C&}b {\c&HE4B339&}製{\c&HE5B737&}作 +Dialogue: 0,0:01:57.56,0:01:59.52,A,,0,0,85,,{\an8\fs38\bord1\blur1\3c&HFFFFFF&\c&HE7BB36&}翻{\c&HE5B538&}譯{\c&HE3AF3B&}/{\c&HE1A93E&}時{\c&HE0A340&}軸{\c&HDE9D43&}:{\c&HDC9746&}M{\c&HDB9148&}i{\c&HD98B4B&}n{\c&HD7854E&}g +Dialogue: 0,0:03:39.11,0:03:42.11,A,,0,0,0,,{\pos(1020,255)\fnOOMYTYZS\c&H848386&\bord0\fsp5\fs56}迎新營 +Dialogue: 0,0:06:46.38,0:06:49.38,A,,0,0,0,,{\pos(25,15)\an7\c&HEBEFEF&\bord0\p1\1a&H56&\fscx91\fscy112}m 0 0 l 500 0 500 500 0 500 +Dialogue: 0,0:06:46.38,0:06:49.38,A,,0,0,0,,{\pos(35,30)\an7\fs40\bord0\c&H535466&}跨性別者迫切呼籲融入\N競爭世界\N\N聚焦少數群體的人們\N{\fsp-25\alphaFF}:{\fsp\alpha}「做真實的自己」\N{\fsp-25\alphaFF}:{\fsp\alpha}「邁向人人都能生活的世界」\N\N男性伴侶的生活艱辛。\N獨家採訪\N\N旨在消除對性少數群體歧視\N的遊行即日舉辦\N\N{\fsp-25\alphaFF}:{\fsp\alpha}「積累珍貴的日子」\N同性伴侶的日常生活 +Dialogue: 0,0:12:59.21,0:13:02.21,A,,0,0,0,,{\pos(158,35)\fnOOMYTYZS\an8\fs56\c&HDAEEF8&\bord0}值日\N花岡 | 羽川 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(1130,445,1273,445)}{\an4\fsp4\c&H555365&\fs54\fax-.39\fscx99.07\fscy86.44\frz-26.86\frx5.76\fry-.89\bord0}表白 朋友 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(1032,525,1175,525)}{\an4\fsp4\c&H555365&\fs54\fax-.36\fscx103.42\fscy92.6\frz-28.18\frx5.55\fry-.85\bord0}表白 回到朋友關係 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(928,604,1071,604)}{\an4\fsp4\c&H555365&\fs54\fax-.38\fscx100.95\fscy95.92\frz-29.58\frx5.53\fry-.85\bord0}表白 拒絕 +Dialogue: 0,0:16:55.53,0:16:59.03,A,,0,0,0,,{\move(817,688,960,688)}{\an4\fsp4\c&H555365&\fs54\fax-.37\fscx100.22\fscy100.14\frz-31.02\frx5.46\fry-.84\bord0}表白 +Dialogue: 0,0:18:54.57,0:18:56.82,A,,0,0,0,,{\pos(907,477.47)\fnOOMYTYZS\c&H2E2C38&\bord0\fsp12\fs76\frz13.3}真\N琴 +Dialogue: 0,0:18:56.82,0:18:56.95,A,,0,0,0,,{\iclip(m 804.13 433.13 l 1004 406 1568 0 0 0)\pos(907,477.47)}{\fnOOMYTYZS\c&H2E2C38&\bord0\fsp12\fs76\frz13.3}真\N琴 +Dialogue: 0,0:01:57.50,0:02:02.77,A,,0,108,148,,{\an3\fnZOBXKQHO\fs60\fsp3\bord7\blur5\t(750,1500,\bord5\blur3)\1a&HFF&\3c&HEDAD90&}第{\3c&HECB194&}7{\3c&HEBB699&}話 {\3c&HE9BFA2&}那{\3c&HE8C3A6&}樣{\3c&HE7C8AB&}的{\3c&HE7CDB0&}人 +Dialogue: 0,0:01:57.50,0:02:02.77,A,,0,108,148,,{\an3\fnZOBXKQHO\fs60\fsp3\bord0\blur2\t(0,500,\blur0)\shad3\c&HFFFFFF&\4c&H8B8A86&}第7話 那樣的人 +Dialogue: 1,0:00:01.07,0:00:02.77,A,,0,0,0,,這是龍二的校服吧 +Dialogue: 1,0:00:03.01,0:00:05.15,A,,0,0,0,,沒事 我自己拿 +Dialogue: 1,0:00:06.38,0:00:07.61,A,,0,0,0,,給你 龍二 +Dialogue: 1,0:02:02.70,0:02:05.32,A,,0,0,0,,我和真琴從小就一起玩 +Dialogue: 1,0:02:05.32,0:02:08.02,A,,0,0,0,,從小學起我們就關係很好 +Dialogue: 1,0:02:08.53,0:02:11.12,A,,0,0,0,,真琴經常來我家玩 +Dialogue: 1,0:02:12.74,0:02:14.90,A,,0,0,0,,小真 今天要留宿嗎 +Dialogue: 1,0:02:15.51,0:02:16.69,A,,0,0,0,,留下來吧 +Dialogue: 1,0:02:16.69,0:02:17.87,A,,0,0,0,,啊 嗯 +Dialogue: 1,0:02:17.87,0:02:20.03,A,,0,0,0,,那我去拿床被子 +Dialogue: 1,0:02:20.03,0:02:22.07,A,,0,0,0,,不用了 我們睡一張床 +Dialogue: 1,0:02:22.07,0:02:22.88,A,,0,0,0,,對吧 +Dialogue: 1,0:02:22.88,0:02:23.66,A,,0,0,0,,嗯 +Dialogue: 1,0:02:23.66,0:02:25.41,A,,0,0,0,,這樣啊 +Dialogue: 1,0:02:28.16,0:02:30.29,A,,0,0,0,,那晚安了 +Dialogue: 1,0:02:30.29,0:02:31.93,A,,0,800,0,,晚安 +Dialogue: 1,0:02:30.29,0:02:31.93,A,,300,0,0,,晚安 +Dialogue: 1,0:02:34.74,0:02:37.25,A,,0,0,0,,我很喜歡你家 +Dialogue: 1,0:02:37.25,0:02:38.22,A,,0,0,0,,為什麼 +Dialogue: 1,0:02:39.49,0:02:40.30,A,,0,0,0,,就是覺得 +Dialogue: 1,0:02:42.21,0:02:44.18,A,,0,0,0,,在這裡睡得特別好 +Dialogue: 1,0:02:45.29,0:02:46.81,A,,0,0,0,,是嗎 +Dialogue: 1,0:02:47.12,0:02:48.32,A,,0,0,0,,晚安 +Dialogue: 1,0:02:51.36,0:02:52.57,A,,0,0,0,,晚安 +Dialogue: 1,0:02:53.31,0:02:57.32,A,,0,0,0,,那晚 真琴說的話讓我特別開心 +Dialogue: 1,0:02:57.76,0:03:00.07,A,,0,0,0,,心裡總覺得癢癢的 +Dialogue: 1,0:03:00.61,0:03:02.48,A,,0,0,0,,怎麼也睡不著 +Dialogue: 1,0:03:02.48,0:03:07.68,A,,0,0,0,,月光照得真琴的睫毛閃閃發光 我就一直盯著看 +Dialogue: 1,0:03:09.10,0:03:10.69,A,,0,0,0,,好漂亮 +Dialogue: 1,0:03:12.84,0:03:14.34,A,,0,0,0,,進入國中後 +Dialogue: 1,0:03:14.60,0:03:17.93,A,,0,0,0,,有個不良少年似的同學打了耳洞 +Dialogue: 1,0:03:20.09,0:03:21.85,A,,0,0,0,,真夠大膽的 +Dialogue: 1,0:03:21.85,0:03:22.84,A,,0,0,0,,他傻嗎 +Dialogue: 1,0:03:23.18,0:03:26.55,A,,0,0,0,,他馬上就被叫去生徒指導室了 +Dialogue: 1,0:03:26.55,0:03:28.51,A,,0,0,0,,但他依舊笑嘻嘻的 +Dialogue: 1,0:03:28.51,0:03:30.10,A,,0,0,0,,我覺得這人真奇怪 +Dialogue: 1,0:03:31.05,0:03:32.82,A,,0,0,0,,我跟他根本不是一類人 +Dialogue: 1,0:03:33.35,0:03:35.74,A,,0,0,0,,我只是個再普通不過的人 +Dialogue: 1,0:03:35.74,0:03:38.64,A,,0,0,0,,和「那樣的人」怎麼也不會扯上關係 +Dialogue: 1,0:03:39.42,0:03:42.11,A,,0,0,0,,這些規定要嚴格遵守 +Dialogue: 1,0:03:42.72,0:03:44.24,A,,0,0,0,,喂 龍二龍二 +Dialogue: 1,0:03:45.04,0:03:45.99,A,,0,0,0,,什麼事 +Dialogue: 1,0:03:46.40,0:03:48.99,A,,0,0,0,,這個傢伙說他喜歡真琴哦 +Dialogue: 1,0:03:49.32,0:03:50.95,A,,0,0,0,,明明都是男生 +Dialogue: 1,0:03:52.63,0:03:53.76,A,,0,0,0,,不是啊 +Dialogue: 1,0:03:53.76,0:03:56.67,A,,0,0,0,,我只是說他長得好看罷了 +Dialogue: 1,0:03:56.67,0:03:58.63,A,,0,0,0,,真琴 過來一下 +Dialogue: 1,0:03:58.97,0:04:00.39,A,,0,0,0,,欸 什麼事 +Dialogue: 1,0:04:00.39,0:04:01.88,A,,0,0,0,,來拍張男女合影 +Dialogue: 1,0:04:01.88,0:04:03.46,A,,0,0,0,,別說了 +Dialogue: 1,0:04:03.46,0:04:05.02,A,,0,0,0,,準備拍照了哦 +Dialogue: 1,0:04:06.91,0:04:09.94,A,,0,0,0,,當然 我也不想成為那樣的人 +Dialogue: 1,0:04:12.56,0:04:14.10,A,,0,0,0,,挺好的嘛 +Dialogue: 1,0:04:20.39,0:04:23.22,A,,0,0,0,,這個傢伙說他喜歡真琴哦 +Dialogue: 1,0:04:23.22,0:04:25.96,A,,0,0,0,,我只是說他長得好看罷了 +Dialogue: 1,0:04:31.51,0:04:34.46,A,,0,0,0,,那天晚上我只想盡快入睡 +Dialogue: 1,0:04:39.50,0:04:40.92,A,,0,0,0,,從那以後 +Dialogue: 1,0:04:41.36,0:04:44.17,A,,0,0,0,,我開始莫名其妙地在意真琴 +Dialogue: 1,0:04:46.30,0:04:48.80,A,,0,0,0,,有意地想要避開他 +Dialogue: 1,0:04:56.14,0:04:59.82,A,,0,0,0,,不知不覺中 我們的關係疏遠了 +Dialogue: 1,0:05:12.50,0:05:15.46,A,,0,0,0,,高中去見不到真琴的地方吧 +Dialogue: 1,0:05:18.34,0:05:20.88,A,,0,0,0,,所以我選擇了離家很遠的學校 +Dialogue: 1,0:05:35.85,0:05:39.36,A,,0,0,0,,看到了穿著水手服的真琴 嚇了一跳 +Dialogue: 1,0:05:40.28,0:05:41.23,A,,0,0,0,,真琴? +Dialogue: 1,0:05:48.24,0:05:49.15,A,,0,0,0,,拜託了 +Dialogue: 1,0:05:49.15,0:05:51.74,A,,0,0,0,,請不要告訴別人我是男生 +Dialogue: 1,0:05:51.74,0:05:54.90,A,,0,0,0,,發生了很多事 現在大家都以為我是女孩子 +Dialogue: 1,0:05:54.90,0:05:56.53,A,,0,0,0,,我不想被發現 +Dialogue: 1,0:05:56.53,0:05:58.00,A,,0,0,0,,很多事…? +Dialogue: 1,0:05:58.00,0:06:02.19,A,,0,0,0,,那個 說來話長… +Dialogue: 1,0:06:03.13,0:06:06.88,A,,0,0,0,,穿著水手服的真琴 是個奇怪的傢伙 +Dialogue: 1,0:06:09.89,0:06:12.64,A,,0,0,0,,但是 真琴還是真琴 +Dialogue: 1,0:06:17.54,0:06:19.98,A,,0,0,0,,明明想要遠離他 +Dialogue: 1,0:06:21.14,0:06:22.77,A,,0,0,0,,卻又不由自主地靠近了 +Dialogue: 1,0:06:29.18,0:06:30.42,A,,0,0,0,,我得保持距離… +Dialogue: 1,0:06:33.54,0:06:35.52,A,,0,0,0,,明明都是男生 +Dialogue: 1,0:06:35.52,0:06:37.12,A,,0,0,0,,我得保持距離… +Dialogue: 1,0:06:40.39,0:06:42.82,A,,0,0,0,,早安 龍二 +Dialogue: 1,0:06:44.05,0:06:45.46,A,,0,0,0,,我得保持距離… +Dialogue: 1,0:06:49.72,0:06:50.61,A,,0,0,0,,我… +Dialogue: 1,0:06:53.48,0:06:54.94,A,,0,0,0,,想要保持普通 +Dialogue: 1,0:06:57.68,0:06:59.23,A,,0,0,0,,喂 聽說了嗎 +Dialogue: 1,0:06:59.23,0:07:02.73,A,,0,0,0,,聽說花岡真琴其實是男生 +Dialogue: 1,0:07:09.86,0:07:12.12,A,,0,0,0,,欸 意思是一直在女裝? +Dialogue: 1,0:07:12.12,0:07:13.62,A,,0,0,0,,太糟了吧 +Dialogue: 1,0:07:13.62,0:07:15.37,A,,0,0,0,,不正常啊 +Dialogue: 1,0:07:15.37,0:07:17.87,A,,0,0,0,,我早就覺得不對勁了 +Dialogue: 1,0:07:17.87,0:07:19.12,A,,0,0,0,,好噁心 +Dialogue: 1,0:07:19.12,0:07:19.99,A,,0,0,0,,怎麼了 +Dialogue: 1,0:07:19.99,0:07:21.47,A,,0,0,0,,被騙了 +Dialogue: 1,0:07:20.49,0:07:22.00,C,,0,0,0,,真糟糕 +Dialogue: 1,0:07:21.47,0:07:22.37,A,,0,0,0,,怎麼回事 +Dialogue: 1,0:07:32.99,0:07:34.64,A,,0,0,0,,喂 真琴 +Dialogue: 1,0:07:35.76,0:07:36.89,A,,0,0,0,,龍二 +Dialogue: 1,0:07:36.89,0:07:40.15,A,,0,0,0,,那…那個 怎麼說呢… +Dialogue: 1,0:07:42.00,0:07:43.90,A,,0,0,0,,你以後不要再來這裡了 +Dialogue: 1,0:07:45.36,0:07:46.01,A,,0,0,0,,欸 +Dialogue: 1,0:07:46.40,0:07:48.19,A,,0,0,0,,和我在一起的話 +Dialogue: 1,0:07:48.19,0:07:49.93,A,,0,0,0,,你也會被人用奇怪的眼光看待 +Dialogue: 1,0:07:51.00,0:07:51.83,A,,0,0,0,,所以 +Dialogue: 1,0:07:53.07,0:07:55.08,A,,0,0,0,,你還是不要和我有交集了 +Dialogue: 1,0:07:57.40,0:07:59.82,A,,0,0,0,,真琴變成那樣的人了 +Dialogue: 1,0:08:03.64,0:08:05.17,A,,0,0,0,,那我… +Dialogue: 1,0:08:10.53,0:08:11.80,A,,0,0,0,,喂 你 +Dialogue: 1,0:08:13.15,0:08:15.30,A,,0,0,0,,你耳朵上是什麼 +Dialogue: 1,0:08:15.69,0:08:18.06,A,,0,0,0,,喂 站住! +Dialogue: 1,0:08:22.58,0:08:25.05,A,,0,0,0,,我也成為那樣的人無妨 +Dialogue: 1,0:08:30.02,0:08:31.09,A,,0,0,0,,真琴! +Dialogue: 1,0:08:34.49,0:08:37.01,A,,0,0,0,,一起吃午餐吧 +Dialogue: 1,0:08:49.85,0:08:53.66,A,,0,0,0,,夏天到了 我像往常一樣來到屋頂 +Dialogue: 1,0:08:55.02,0:08:56.36,A,,0,0,0,,卻發現那裡有個女孩子 +Dialogue: 1,0:08:58.03,0:08:59.88,A,,0,0,0,,啊 龍二 +Dialogue: 1,0:09:02.18,0:09:05.01,A,,0,0,0,,你… 你的頭髮… +Dialogue: 1,0:09:05.67,0:09:08.18,A,,0,0,0,,嗯 我買了假髮 +Dialogue: 1,0:09:08.56,0:09:11.80,A,,0,0,0,,反正大家都知道我在女裝了 就乾脆這樣吧 +Dialogue: 1,0:09:11.80,0:09:14.82,A,,0,0,0,,你在這種奇怪的地方真是果斷啊 +Dialogue: 1,0:09:15.81,0:09:18.57,A,,0,0,0,,我憧憬長髮很久呢 +Dialogue: 1,0:09:19.58,0:09:22.08,A,,0,0,0,,雖然真琴依舊有些格格不入 +Dialogue: 1,0:09:23.00,0:09:25.54,A,,0,0,0,,但他的日常還算不錯 +Dialogue: 1,0:09:28.11,0:09:29.45,A,,0,0,0,,直到有一天… +Dialogue: 1,0:09:30.09,0:09:32.05,A,,0,0,0,,喂 龍二龍二 +Dialogue: 1,0:09:33.01,0:09:34.88,A,,0,0,0,,你看這個 +Dialogue: 1,0:09:34.88,0:09:36.98,A,,0,0,0,,真琴的照片 +Dialogue: 1,0:09:38.98,0:09:40.26,A,,0,0,0,,哪裡來的 +Dialogue: 1,0:09:40.56,0:09:42.65,A,,0,0,0,,E 班的人給我的 +Dialogue: 1,0:09:42.65,0:09:44.16,A,,0,0,0,,你怎麼這麼高興 +Dialogue: 1,0:09:44.16,0:09:46.36,A,,0,0,0,,別忘了 花岡可是男的 +Dialogue: 1,0:09:46.36,0:09:48.88,A,,0,0,0,,男扮女裝有什麼好的 +Dialogue: 1,0:09:48.88,0:09:51.10,A,,0,0,0,,有什麼關係嘛 很可愛啊 +Dialogue: 1,0:09:51.10,0:09:54.13,A,,0,0,0,,你們也想要的話 我再去拿些來 +Dialogue: 1,0:09:58.29,0:09:59.21,A,,0,0,0,,怎麼了怎麼了 +Dialogue: 1,0:10:01.09,0:10:02.52,A,,0,0,0,,喂 住手 +Dialogue: 1,0:10:02.52,0:10:04.28,A,,0,0,0,,冷靜點 大我 +Dialogue: 1,0:10:05.04,0:10:07.55,A,,0,0,0,,快去叫老師過來 +Dialogue: 1,0:10:09.29,0:10:11.17,A,,0,0,0,,真的非常抱歉 +Dialogue: 1,0:10:11.17,0:10:12.77,A,,0,0,0,,沒關係的 +Dialogue: 1,0:10:13.19,0:10:14.39,A,,0,0,0,,對不起 +Dialogue: 1,0:10:14.39,0:10:16.67,A,,0,0,0,,龍二 你也道歉 +Dialogue: 1,0:10:16.67,0:10:19.32,A,,0,0,0,,但我並沒能順利過好校園生活 +Dialogue: 1,0:10:28.19,0:10:30.75,A,,0,0,0,,不過高一還是勉強撐了下來 +Dialogue: 1,0:10:31.44,0:10:32.41,A,,0,0,0,,可是… +Dialogue: 1,0:10:39.19,0:10:41.45,A,,0,0,0,,怎麼會這樣被發現 +Dialogue: 1,0:10:42.70,0:10:44.45,A,,0,0,0,,真…真琴… +Dialogue: 1,0:10:45.28,0:10:47.40,A,,0,0,0,,這是 那個… +Dialogue: 1,0:10:48.92,0:10:50.13,A,,0,0,0,,怎麼了 +Dialogue: 1,0:10:50.92,0:10:53.06,A,,0,0,0,,給你 快點換衣服吧 +Dialogue: 1,0:10:53.67,0:10:55.95,A,,0,0,0,,哦…哦… +Dialogue: 1,0:10:56.63,0:10:58.54,A,,0,0,0,,他沒看到嗎 +Dialogue: 1,0:10:59.84,0:11:01.84,A,,0,0,0,,好險啊 +Dialogue: 1,0:11:04.85,0:11:07.32,A,,0,0,0,,那我先去和班上的人會合了 +Dialogue: 1,0:11:07.32,0:11:08.85,A,,0,0,0,,哦 再見 +Dialogue: 1,0:11:12.51,0:11:13.58,A,,0,0,0,,太好了 +Dialogue: 1,0:11:14.22,0:11:15.37,A,,0,0,0,,沒被發現 +Dialogue: 1,0:11:26.45,0:11:29.20,A,,0,0,0,,我不是喜歡蒼井同學 +Dialogue: 1,0:11:29.20,0:11:33.33,A,,0,0,0,,是你最熟悉的人 +Dialogue: 1,0:11:34.68,0:11:35.82,A,,0,0,0,,怎麼辦 +Dialogue: 1,0:11:37.99,0:11:39.31,A,,0,0,0,,都是我的錯 +Dialogue: 1,0:11:46.85,0:11:48.85,A,,0,0,0,,早安 +Dialogue: 1,0:11:49.26,0:11:50.77,A,,0,0,0,,早…早安 +Dialogue: 1,0:11:50.77,0:11:52.73,A,,0,0,0,,你好像…很睏 +Dialogue: 1,0:11:52.73,0:11:56.01,A,,0,0,0,,嗯 昨天和小夏一起打遊戲了 +Dialogue: 1,0:12:00.40,0:12:03.53,A,,0,0,0,,真琴 你是不是忘了戴圍巾 +Dialogue: 1,0:12:05.28,0:12:06.45,A,,0,0,0,,要不要這個 +Dialogue: 1,0:12:11.66,0:12:13.89,A,,0,0,0,,啊 不用了 +Dialogue: 1,0:12:13.89,0:12:15.66,A,,0,0,0,,我今天不冷 +Dialogue: 1,0:12:15.66,0:12:17.42,A,,0,0,0,,哦… 好吧 +Dialogue: 1,0:13:01.22,0:13:02.21,A,,0,0,0,,真琴同學 +Dialogue: 1,0:13:02.99,0:13:04.22,A,,0,0,0,,真琴同學 +Dialogue: 1,0:13:04.94,0:13:06.69,A,,0,0,0,,真琴同學 +Dialogue: 1,0:13:06.69,0:13:07.91,A,,0,0,0,,喂 +Dialogue: 1,0:13:08.97,0:13:11.03,A,,0,0,0,,怎麼了 在想什麼事嗎? +Dialogue: 1,0:13:11.03,0:13:13.05,A,,0,0,0,,啊… 沒有 +Dialogue: 1,0:13:13.89,0:13:16.73,A,,0,0,0,,有什麼煩惱的話可以跟我說哦 +Dialogue: 1,0:13:21.23,0:13:24.44,A,,0,0,0,,我…我用一個認識的人 +Dialogue: 1,0:13:24.44,0:13:25.49,A,,0,0,0,,嗯 +Dialogue: 1,0:13:25.49,0:13:30.64,A,,0,0,0,,他朋友的學生手冊裡放了他的照片 +Dialogue: 1,0:13:30.64,0:13:33.22,A,,0,0,0,,你覺得這代表什麼 +Dialogue: 1,0:13:33.22,0:13:36.00,A,,0,0,0,,那肯定是因為喜歡他呀 +Dialogue: 1,0:13:36.29,0:13:39.32,A,,0,0,0,,欸 這…這樣嗎 +Dialogue: 1,0:13:39.32,0:13:42.71,A,,0,0,0,,不過那位朋友可能不想讓他知道吧 +Dialogue: 1,0:13:42.71,0:13:44.09,A,,0,0,0,,為什麼 +Dialogue: 1,0:13:44.70,0:13:47.84,A,,0,0,0,,那位朋友一定很珍惜他 +Dialogue: 1,0:13:48.19,0:13:50.68,A,,0,0,0,,才會想隨身帶著他的照片 +Dialogue: 1,0:13:51.24,0:13:52.36,A,,0,0,0,,這樣啊 +Dialogue: 1,0:13:53.44,0:13:56.72,A,,0,0,0,,所以你是喜歡那位朋友嗎 +Dialogue: 1,0:13:57.35,0:14:01.04,A,,0,0,0,,那個… 不…不是… +Dialogue: 1,0:14:01.04,0:14:02.74,A,,0,0,0,,我說的不是我自己 +Dialogue: 1,0:14:02.74,0:14:04.03,A,,0,0,0,,啊 是哦 +Dialogue: 1,0:14:04.03,0:14:06.36,A,,0,0,0,,對不起 說錯了 +Dialogue: 1,0:14:13.80,0:14:16.10,A,,0,0,0,,真琴 回家吧 +Dialogue: 1,0:14:20.51,0:14:22.76,A,,0,0,0,,我說 等下回家的路上… +Dialogue: 1,0:14:22.76,0:14:24.18,A,,0,0,0,,對不起 龍二 +Dialogue: 1,0:14:25.01,0:14:27.76,A,,0,0,0,,我今天打算去參加籃球部的活動 +Dialogue: 1,0:14:27.76,0:14:30.88,A,,0,0,0,,是嗎 那我先回去了 +Dialogue: 1,0:14:30.88,0:14:31.89,A,,0,0,0,,嗯 +Dialogue: 1,0:14:35.86,0:14:39.02,A,,0,0,0,,真琴 你頭髮上有灰塵 +Dialogue: 1,0:14:47.64,0:14:49.94,A,,0,0,0,,那…那我先走了 +Dialogue: 1,0:14:49.94,0:14:50.91,A,,0,0,0,,明天見 +Dialogue: 1,0:14:51.19,0:14:52.66,A,,0,0,0,,你看到了嗎 +Dialogue: 1,0:14:56.21,0:14:57.54,A,,0,0,0,,看到了什麼 +Dialogue: 1,0:14:59.82,0:15:01.79,A,,0,0,0,,你真的不知道嗎 +Dialogue: 1,0:15:02.14,0:15:04.04,A,,0,0,0,,欸 不知道 +Dialogue: 1,0:15:06.80,0:15:09.80,A,,0,0,0,,你啊 真的很不會說謊 +Dialogue: 1,0:15:09.80,0:15:11.80,A,,0,0,0,,我…我沒撒謊 +Dialogue: 1,0:15:14.12,0:15:15.18,A,,0,0,0,,我能看出來 +Dialogue: 1,0:15:17.68,0:15:19.50,A,,0,0,0,,因為我一直都在看著你 +Dialogue: 1,0:15:26.00,0:15:28.54,A,,0,0,0,,我喜歡你 真琴 +Dialogue: 1,0:15:47.40,0:15:48.09,A,,0,0,0,,對不起 +Dialogue: 1,0:15:48.44,0:15:49.83,A,,0,0,0,,都是我的錯 +Dialogue: 1,0:15:50.37,0:15:53.34,A,,0,0,0,,都怪我穿成這樣 +Dialogue: 1,0:15:53.34,0:15:55.87,A,,0,0,0,,才會讓你誤以為我是女孩子 +Dialogue: 1,0:15:57.10,0:15:59.59,A,,0,0,0,,真的很抱歉 +Dialogue: 1,0:16:01.00,0:16:01.90,A,,0,0,0,,對不起… +Dialogue: 1,0:16:02.93,0:16:04.60,A,,0,0,0,,沒有誤會 +Dialogue: 1,0:16:05.61,0:16:07.86,A,,0,0,0,,拜託你 不要再道歉了 +Dialogue: 1,0:16:09.07,0:16:09.95,A,,0,0,0,,可是… +Dialogue: 1,0:16:10.86,0:16:12.54,A,,0,0,0,,這不是你的錯 +Dialogue: 1,0:16:13.53,0:16:16.83,A,,0,0,0,,對不起 是我沒能藏住自己的感情 +Dialogue: 1,0:16:18.24,0:16:19.44,A,,0,0,0,,我回去了 +Dialogue: 1,0:16:19.44,0:16:20.75,A,,0,0,0,,等一下 龍二! +Dialogue: 1,0:16:20.75,0:16:22.75,A,,0,0,0,,明天我們還會一起上學的吧 +Dialogue: 1,0:16:23.73,0:16:25.00,A,,0,0,0,,對不起 +Dialogue: 1,0:16:25.00,0:16:27.00,A,,0,0,0,,我們不是好朋友嗎 +Dialogue: 1,0:16:28.48,0:16:29.50,A,,0,0,0,,對不起 +Dialogue: 1,0:16:37.33,0:16:39.92,A,,0,0,0,,難道…回不去了嗎 +Dialogue: 1,0:17:01.54,0:17:03.37,A,,0,0,0,,{\3cFFFFFF\t(65,400,\3c&H202020&)}因為我一直都在看著你 +Dialogue: 1,0:17:03.37,0:17:05.61,A,,0,0,0,,我喜歡你 真琴 +Dialogue: 1,0:17:05.61,0:17:06.74,A,,0,0,0,,拜託你… +Dialogue: 1,0:17:07.38,0:17:08.39,A,,0,0,0,,對不起 +Dialogue: 1,0:17:10.29,0:17:11.34,A,,0,0,0,,什麼時候開始的 +Dialogue: 1,0:17:12.38,0:17:14.70,A,,0,0,0,,蒼井同學早就知道了嗎 +Dialogue: 1,0:17:18.22,0:17:20.81,A,,0,0,0,,我們第一次穿著水手服見面的時候 +Dialogue: 1,0:17:21.10,0:17:23.56,A,,0,0,0,,大家知道我是男生的時候 +Dialogue: 1,0:17:23.56,0:17:26.27,A,,0,0,0,,還有我沉迷於可愛東西的時候 +Dialogue: 1,0:17:26.27,0:17:29.56,A,,0,0,0,,龍二從來沒有否定過我 +Dialogue: 1,0:17:30.21,0:17:31.34,A,,0,0,0,,這樣下去… +Dialogue: 1,0:17:45.61,0:17:48.12,A,,0,0,0,,咦 小真 早安 +Dialogue: 1,0:17:48.12,0:17:49.92,A,,0,0,0,,早安 小夏 +Dialogue: 1,0:17:49.92,0:17:51.16,A,,0,0,0,,龍二在嗎 +Dialogue: 1,0:17:51.16,0:17:53.22,A,,0,0,0,,哥哥已經走了 +Dialogue: 1,0:17:53.22,0:17:55.18,A,,0,0,0,,欸 是嗎 +Dialogue: 1,0:17:58.45,0:17:59.50,A,,0,0,0,,大我? +Dialogue: 1,0:18:03.14,0:18:04.77,A,,0,0,0,,他好像還沒來 +Dialogue: 1,0:18:24.00,0:18:26.79,A,,0,0,0,,真是老套 +Dialogue: 1,0:18:26.79,0:18:30.01,A,,0,0,0,,失戀後逃學去海邊 +Dialogue: 1,0:18:30.01,0:18:33.69,A,,0,0,0,,好蠢啊 以為自己是青春豬頭少年嗎 +Dialogue: 1,0:18:35.53,0:18:39.11,A,,0,0,0,,我這樣很噁心吧 +Dialogue: 1,0:18:42.27,0:18:43.81,A,,0,0,0,,努力學習 +Dialogue: 1,0:18:44.29,0:18:47.82,A,,0,0,0,,然後考上大學 和真琴分開 +Dialogue: 1,0:18:48.32,0:18:50.65,A,,0,0,0,,不再去想真琴 +Dialogue: 1,0:18:51.33,0:18:53.82,A,,0,0,0,,或許有一天 我們還能再做朋友… +Dialogue: 1,0:19:20.24,0:19:21.22,A,,0,0,0,,龍二! +Dialogue: 1,0:19:34.48,0:19:37.20,A,,0,0,0,,真琴… 為什麼 +Dialogue: 1,0:19:37.61,0:19:40.30,A,,0,0,0,,我不想就這樣下去 +Dialogue: 1,0:19:41.12,0:19:42.37,A,,0,0,0,,龍二 +Dialogue: 1,0:19:42.37,0:19:44.10,A,,0,0,0,,我們交往吧 +Dialogue: 1,0:19:50.12,0:19:53.63,A,,0,0,0,,不 但是… 真的? +Dialogue: 1,0:19:53.63,0:19:55.30,A,,0,0,0,,你不願意嗎 +Dialogue: 1,0:20:05.18,0:20:07.66,A,,0,0,0,,我…我怎麼會…不願意 +Dialogue: 1,0:20:18.57,0:20:20.70,A,,0,0,0,,蒼井 能出來一下嗎 +Dialogue: 1,0:20:27.78,0:20:30.43,A,,0,0,0,,欸 奶奶? +Dialogue: 1,0:20:37.81,0:20:39.90,A,,0,0,0,,我得回學校了 +Dialogue: 1,0:20:39.90,0:20:40.96,A,,0,0,0,,你有什麼打算 +Dialogue: 1,0:20:41.72,0:20:44.04,A,,0,0,0,,我就不去了 +Dialogue: 1,0:20:44.04,0:20:45.22,A,,0,0,0,,我回家 +Dialogue: 1,0:20:45.22,0:20:47.55,A,,0,0,0,,好 我知道了 +Dialogue: 1,0:20:48.15,0:20:49.05,A,,0,0,0,,在害羞 +Dialogue: 1,0:20:50.78,0:20:52.15,A,,0,0,0,,那再見 +Dialogue: 1,0:20:52.15,0:20:53.60,A,,0,0,0,,哦 再見 +Dialogue: 1,0:21:00.18,0:21:01.81,A,,0,0,0,,有點害羞呢 +Dialogue: 1,0:21:03.61,0:21:04.99,A,,0,0,0,,不過太好了 +Dialogue: 1,0:21:05.99,0:21:09.55,A,,0,0,0,,這下我和龍二又能和好了 +Dialogue: 0,0:00:01.07,0:00:02.77,B,,0,0,0,,竜二の制服 これ +Dialogue: 0,0:00:03.01,0:00:05.15,B,,0,0,0,,ああ いい 自分で取る +Dialogue: 0,0:00:06.38,0:00:07.61,B,,0,0,0,,はい 竜二 +Dialogue: 0,0:02:02.70,0:02:05.32,B,,0,0,0,,俺とまことは幼なじみで +Dialogue: 0,0:02:05.32,0:02:08.02,B,,0,0,0,,小学生のころも仲がよくて +Dialogue: 0,0:02:08.53,0:02:11.12,B,,0,0,0,,まことはよく俺の家に遊びに来ていた +Dialogue: 0,0:02:12.74,0:02:14.90,B,,0,0,0,,まこちゃん 今日泊まっていく +Dialogue: 0,0:02:15.51,0:02:16.69,B,,0,0,0,,そうしろよ +Dialogue: 0,0:02:16.69,0:02:17.87,B,,0,0,0,,あっ うん +Dialogue: 0,0:02:17.87,0:02:20.03,B,,0,0,0,,じゃあ お布団出しとくわね +Dialogue: 0,0:02:20.03,0:02:22.07,B,,0,0,0,,いいよ 一緒に寝るし +Dialogue: 0,0:02:22.07,0:02:22.88,B,,0,0,0,,なあ +Dialogue: 0,0:02:22.88,0:02:23.66,B,,0,0,0,,うん +Dialogue: 0,0:02:23.66,0:02:25.41,B,,0,0,0,,あら そう +Dialogue: 0,0:02:28.16,0:02:30.29,B,,0,0,0,,じゃ おやすみなさい +Dialogue: 0,0:02:30.29,0:02:31.93,B,,0,800,0,,おやすみ +Dialogue: 0,0:02:30.29,0:02:31.93,B,,300,0,0,,おやすみなさい +Dialogue: 0,0:02:34.74,0:02:37.25,B,,0,0,0,,僕 竜二んち好きだな +Dialogue: 0,0:02:37.25,0:02:38.22,B,,0,0,0,,なんで +Dialogue: 0,0:02:39.49,0:02:40.30,B,,0,0,0,,なんか +Dialogue: 0,0:02:42.21,0:02:44.18,B,,0,0,0,,よく寝れるんだよね +Dialogue: 0,0:02:45.29,0:02:46.81,B,,0,0,0,,そっか +Dialogue: 0,0:02:47.12,0:02:48.32,B,,0,0,0,,おやすみ +Dialogue: 0,0:02:51.36,0:02:52.57,B,,0,0,0,,おやすみ +Dialogue: 0,0:02:53.31,0:02:57.32,B,,0,0,0,,その夜は まことが言ったことがやけにうれしくて +Dialogue: 0,0:02:57.76,0:03:00.07,B,,0,0,0,,なんだかずっとむずがゆくって +Dialogue: 0,0:03:00.61,0:03:02.48,B,,0,0,0,,全然眠れなくて +Dialogue: 0,0:03:02.48,0:03:07.68,B,,0,0,0,,月明かりに照らされて キラキラ光るまことのまつげずっと見ていた +Dialogue: 0,0:03:09.10,0:03:10.69,B,,0,0,0,,きれいだな +Dialogue: 0,0:03:12.84,0:03:14.34,B,,0,0,0,,中学に入って +Dialogue: 0,0:03:14.60,0:03:17.93,B,,0,0,0,,不良っぽい同級生の 1 人がピアスを開けてきた +Dialogue: 0,0:03:20.09,0:03:21.85,B,,0,0,0,,よくやるよな~ +Dialogue: 0,0:03:21.85,0:03:22.84,B,,0,0,0,,バカじゃん +Dialogue: 0,0:03:23.18,0:03:26.55,B,,0,0,0,,即行で生徒指導室に呼ばれてたそいつは +Dialogue: 0,0:03:26.55,0:03:28.51,B,,0,0,0,,それでもヘラヘラしてて +Dialogue: 0,0:03:28.51,0:03:30.10,B,,0,0,0,,変なヤツだなと思った +Dialogue: 0,0:03:31.05,0:03:32.82,B,,0,0,0,,俺とは違う人種だ +Dialogue: 0,0:03:33.35,0:03:35.74,B,,0,0,0,,俺はド普通な人間だから +Dialogue: 0,0:03:35.74,0:03:38.64,B,,0,0,0,,「そーいうの」に関わることはないと思ってたし +Dialogue: 0,0:03:39.42,0:03:42.11,B,,0,0,0,,以上のことをしっかり守るように +Dialogue: 0,0:03:42.72,0:03:44.24,B,,0,0,0,,おい 竜二竜二 +Dialogue: 0,0:03:45.04,0:03:45.99,B,,0,0,0,,なんだ +Dialogue: 0,0:03:46.40,0:03:48.99,B,,0,0,0,,こいつ まことのこと好きなんだって +Dialogue: 0,0:03:49.32,0:03:50.95,B,,0,0,0,,男同士なのに +Dialogue: 0,0:03:52.63,0:03:53.76,B,,0,0,0,,違うって +Dialogue: 0,0:03:53.76,0:03:56.67,B,,0,0,0,,きれいな顔してるよなって言っただけだろ +Dialogue: 0,0:03:56.67,0:03:58.63,B,,0,0,0,,まこと こっち来いって +Dialogue: 0,0:03:58.97,0:04:00.39,B,,0,0,0,,えっ なに +Dialogue: 0,0:04:00.39,0:04:01.88,B,,0,0,0,,ツーショット撮ってやるよ +Dialogue: 0,0:04:01.88,0:04:03.46,B,,0,0,0,,やめろよ~ +Dialogue: 0,0:04:03.46,0:04:05.02,B,,0,0,0,,お~し 撮るぞ +Dialogue: 0,0:04:06.91,0:04:09.94,B,,0,0,0,,もちろん 俺もそーいうのにはなりたくなかったし +Dialogue: 0,0:04:12.56,0:04:14.10,B,,0,0,0,,よかったじゃん +Dialogue: 0,0:04:20.39,0:04:23.22,B,,0,0,0,,こいつ まことのこと好きなんだって +Dialogue: 0,0:04:23.22,0:04:25.96,B,,0,0,0,,きれいな顔してるよなって言っただけだろ +Dialogue: 0,0:04:31.51,0:04:34.46,B,,0,0,0,,この日はどうにかして眠りたいと思った +Dialogue: 0,0:04:39.50,0:04:40.92,B,,0,0,0,,それ以来 +Dialogue: 0,0:04:41.36,0:04:44.17,B,,0,0,0,,変にまことを意識してしまって +Dialogue: 0,0:04:46.30,0:04:48.80,B,,0,0,0,,なんとなく避けるようになって +Dialogue: 0,0:04:56.14,0:04:59.82,B,,0,0,0,,気付いたら まこととは疎遠になっていた +Dialogue: 0,0:05:12.50,0:05:15.46,B,,0,0,0,,高校はまことがいないところに行こう +Dialogue: 0,0:05:18.34,0:05:20.88,B,,0,0,0,,だから家から遠い所にしたのに +Dialogue: 0,0:05:35.85,0:05:39.36,B,,0,0,0,,セーラー服を着たまことを見て驚いた +Dialogue: 0,0:05:40.28,0:05:41.23,B,,0,0,0,,まこと? +Dialogue: 0,0:05:48.24,0:05:49.15,B,,0,0,0,,お願い +Dialogue: 0,0:05:49.15,0:05:51.74,B,,0,0,0,,僕が男ってこと 誰にも言わないで +Dialogue: 0,0:05:51.74,0:05:54.90,B,,0,0,0,,いろいろあって 今女の子だと思われてて +Dialogue: 0,0:05:54.90,0:05:56.53,B,,0,0,0,,バレたくないんだ +Dialogue: 0,0:05:56.53,0:05:58.00,B,,0,0,0,,いろいろ…? +Dialogue: 0,0:05:58.00,0:06:02.19,B,,0,0,0,,その 話すと長いんだけど… +Dialogue: 0,0:06:03.13,0:06:06.88,B,,0,0,0,,セーラー服を着たまことは 変なヤツだった +Dialogue: 0,0:06:09.89,0:06:12.64,B,,0,0,0,,でも やっぱりまことはまことで +Dialogue: 0,0:06:17.54,0:06:19.98,B,,0,0,0,,せっかく離れようと思ってたのに +Dialogue: 0,0:06:21.14,0:06:22.77,B,,0,0,0,,また近づいてしまった +Dialogue: 0,0:06:29.18,0:06:30.42,B,,0,0,0,,離れなければ… +Dialogue: 0,0:06:33.54,0:06:35.52,B,,0,0,0,,男同士なのに +Dialogue: 0,0:06:35.52,0:06:37.12,B,,0,0,0,,離れなければ… +Dialogue: 0,0:06:40.39,0:06:42.82,B,,0,0,0,,おっ おはよう 竜二 +Dialogue: 0,0:06:44.05,0:06:45.46,B,,0,0,0,,離れなければ… +Dialogue: 0,0:06:49.72,0:06:50.61,B,,0,0,0,,俺は… +Dialogue: 0,0:06:53.48,0:06:54.94,B,,0,0,0,,普通でいたい +Dialogue: 0,0:06:57.68,0:06:59.23,B,,0,0,0,,おい 聞いたか +Dialogue: 0,0:06:59.23,0:07:02.73,B,,0,0,0,,花岡まことってさ 男なんだって +Dialogue: 0,0:07:09.86,0:07:12.12,B,,0,0,0,,えっ 女装してたってこと? +Dialogue: 0,0:07:12.12,0:07:13.62,B,,0,0,0,,ヤバくない +Dialogue: 0,0:07:13.62,0:07:15.37,B,,0,0,0,,普通じゃないじゃん +Dialogue: 0,0:07:15.37,0:07:17.87,B,,0,0,0,,前からおかしいと思ってたんだよ +Dialogue: 0,0:07:17.87,0:07:19.12,B,,0,0,0,,キモッ +Dialogue: 0,0:07:19.12,0:07:19.99,B,,0,0,0,,なになに +Dialogue: 0,0:07:19.99,0:07:21.47,B,,0,0,0,,だまされてたわ +Dialogue: 0,0:07:20.49,0:07:22.00,D,,0,0,0,,ヤッバ~ +Dialogue: 0,0:07:21.47,0:07:22.37,B,,0,0,0,,どういうこと +Dialogue: 0,0:07:32.99,0:07:34.64,B,,0,0,0,,おい まこと +Dialogue: 0,0:07:35.76,0:07:36.89,B,,0,0,0,,竜二 +Dialogue: 0,0:07:36.89,0:07:40.15,B,,0,0,0,,そ… その なんだ… +Dialogue: 0,0:07:42.00,0:07:43.90,B,,0,0,0,,もうここに来ちゃ駄目だよ +Dialogue: 0,0:07:45.36,0:07:46.01,B,,0,0,0,,えっ +Dialogue: 0,0:07:46.40,0:07:48.19,B,,0,0,0,,僕と一緒にいたら +Dialogue: 0,0:07:48.19,0:07:49.93,B,,0,0,0,,竜二まで変に見られちゃう +Dialogue: 0,0:07:51.00,0:07:51.83,B,,0,0,0,,だから +Dialogue: 0,0:07:53.07,0:07:55.08,B,,0,0,0,,僕と関わらない方がいいよ +Dialogue: 0,0:07:57.40,0:07:59.82,B,,0,0,0,,まことはそーいうのになってしまった +Dialogue: 0,0:08:03.64,0:08:05.17,B,,0,0,0,,なら俺は… +Dialogue: 0,0:08:10.53,0:08:11.80,B,,0,0,0,,おい お前 +Dialogue: 0,0:08:13.15,0:08:15.30,B,,0,0,0,,なんだ その耳は +Dialogue: 0,0:08:15.69,0:08:18.06,B,,0,0,0,,おい こら 待て~! +Dialogue: 0,0:08:22.58,0:08:25.05,B,,0,0,0,,そーいう感じになったっていい +Dialogue: 0,0:08:30.02,0:08:31.09,B,,0,0,0,,まこと! +Dialogue: 0,0:08:34.49,0:08:37.01,B,,0,0,0,,昼飯 一緒に食おうぜ +Dialogue: 0,0:08:49.85,0:08:53.66,B,,0,0,0,,夏になって いつものように屋上に行くと +Dialogue: 0,0:08:55.02,0:08:56.36,B,,0,0,0,,女の子がいた +Dialogue: 0,0:08:58.03,0:08:59.88,B,,0,0,0,,あっ 竜二 +Dialogue: 0,0:09:02.18,0:09:05.01,B,,0,0,0,,おま… その髪… +Dialogue: 0,0:09:05.67,0:09:08.18,B,,0,0,0,,うん ウィッグ買ったんだ +Dialogue: 0,0:09:08.56,0:09:11.80,B,,0,0,0,,もう女装なのバレてるし いいかなって +Dialogue: 0,0:09:11.80,0:09:14.82,B,,0,0,0,,お前って 変なとこ思い切りいいよな +Dialogue: 0,0:09:15.81,0:09:18.57,B,,0,0,0,,憧れてたんだよね ロングヘア +Dialogue: 0,0:09:19.58,0:09:22.08,B,,0,0,0,,やっぱりまことは浮いてたけど +Dialogue: 0,0:09:23.00,0:09:25.54,B,,0,0,0,,それなりにうまくやってるみたいだった +Dialogue: 0,0:09:28.11,0:09:29.45,B,,0,0,0,,そんな ある日… +Dialogue: 0,0:09:30.09,0:09:32.05,B,,0,0,0,,おい 竜二竜二 +Dialogue: 0,0:09:33.01,0:09:34.88,B,,0,0,0,,見てみ これ +Dialogue: 0,0:09:34.88,0:09:36.98,B,,0,0,0,,まことちゃんのブロマイド +Dialogue: 0,0:09:38.98,0:09:40.26,B,,0,0,0,,なんで持ってんの +Dialogue: 0,0:09:40.56,0:09:42.65,B,,0,0,0,,E 組のやつからもらった~ +Dialogue: 0,0:09:42.65,0:09:44.16,B,,0,0,0,,なんでうれしそうなんだよ +Dialogue: 0,0:09:44.16,0:09:46.36,B,,0,0,0,,お前 花岡男だぞ +Dialogue: 0,0:09:46.36,0:09:48.88,B,,0,0,0,,何がいいんだよ 女装なんかしてるヤツ +Dialogue: 0,0:09:48.88,0:09:51.10,B,,0,0,0,,いいじゃん カワイイだろ~ +Dialogue: 0,0:09:51.10,0:09:54.13,B,,0,0,0,,お前らも欲しいなら またもらってきてやるよ +Dialogue: 0,0:09:58.29,0:09:59.21,B,,0,0,0,,なになになに +Dialogue: 0,0:10:01.09,0:10:02.52,B,,0,0,0,,おい やめろって +Dialogue: 0,0:10:02.52,0:10:04.28,B,,0,0,0,,落ち着けって 大我 +Dialogue: 0,0:10:05.04,0:10:07.55,B,,0,0,0,,誰か 先生呼んできて +Dialogue: 0,0:10:09.29,0:10:11.17,B,,0,0,0,,本っ当にすみません +Dialogue: 0,0:10:11.17,0:10:12.77,B,,0,0,0,,いいんですよ +Dialogue: 0,0:10:13.19,0:10:14.39,B,,0,0,0,,すまん +Dialogue: 0,0:10:14.39,0:10:16.67,B,,0,0,0,,ほら 竜二も +Dialogue: 0,0:10:16.67,0:10:19.32,B,,0,0,0,,俺はあんまりうまくできなかったけど +Dialogue: 0,0:10:28.19,0:10:30.75,B,,0,0,0,,それでもなんとか 1 年やってきた +Dialogue: 0,0:10:31.44,0:10:32.41,B,,0,0,0,,なのに… +Dialogue: 0,0:10:39.19,0:10:41.45,B,,0,0,0,,こんなバレ方あるか +Dialogue: 0,0:10:42.70,0:10:44.45,B,,0,0,0,,ま… まこと… +Dialogue: 0,0:10:45.28,0:10:47.40,B,,0,0,0,,これは その… +Dialogue: 0,0:10:48.92,0:10:50.13,B,,0,0,0,,どうしたの +Dialogue: 0,0:10:50.92,0:10:53.06,B,,0,0,0,,はい 早く着替えよ +Dialogue: 0,0:10:53.67,0:10:55.95,B,,0,0,0,,お… おう… +Dialogue: 0,0:10:56.63,0:10:58.54,B,,0,0,0,,見られてなかったのか +Dialogue: 0,0:10:59.84,0:11:01.84,B,,0,0,0,,あっぶね~ +Dialogue: 0,0:11:04.85,0:11:07.32,B,,0,0,0,,じゃ僕 クラスに合流するね +Dialogue: 0,0:11:07.32,0:11:08.85,B,,0,0,0,,おう またな +Dialogue: 0,0:11:12.51,0:11:13.58,B,,0,0,0,,よかった +Dialogue: 0,0:11:14.22,0:11:15.37,B,,0,0,0,,バレてなくて +Dialogue: 0,0:11:26.45,0:11:29.20,B,,0,0,0,,俺別に蒼井のこと好きじゃないぞ +Dialogue: 0,0:11:29.20,0:11:33.33,B,,0,0,0,,お前が よ~く知ってるやつだよ +Dialogue: 0,0:11:34.68,0:11:35.82,B,,0,0,0,,どうしよう +Dialogue: 0,0:11:37.99,0:11:39.31,B,,0,0,0,,僕のせいだ +Dialogue: 0,0:11:46.85,0:11:48.85,B,,0,0,0,,おはよう +Dialogue: 0,0:11:49.26,0:11:50.77,B,,0,0,0,,お… おはよう +Dialogue: 0,0:11:50.77,0:11:52.73,B,,0,0,0,,眠そう… だね +Dialogue: 0,0:11:52.73,0:11:56.01,B,,0,0,0,,おう 昨日小夏とゲームしててな +Dialogue: 0,0:12:00.40,0:12:03.53,B,,0,0,0,,まこと お前マフラー忘れてきたのか +Dialogue: 0,0:12:05.28,0:12:06.45,B,,0,0,0,,これ 使うか +Dialogue: 0,0:12:11.66,0:12:13.89,B,,0,0,0,,ああ いや いい +Dialogue: 0,0:12:13.89,0:12:15.66,B,,0,0,0,,今日暑いんだ 僕 +Dialogue: 0,0:12:15.66,0:12:17.42,B,,0,0,0,,あ… そう +Dialogue: 0,0:13:01.22,0:13:02.21,B,,0,0,0,,まことくん +Dialogue: 0,0:13:02.99,0:13:04.22,B,,0,0,0,,まことくん +Dialogue: 0,0:13:04.94,0:13:06.69,B,,0,0,0,,まことくん +Dialogue: 0,0:13:06.69,0:13:07.91,B,,0,0,0,,お~い +Dialogue: 0,0:13:08.97,0:13:11.03,B,,0,0,0,,どうしたの 考え事? +Dialogue: 0,0:13:11.03,0:13:13.05,B,,0,0,0,,ああ… いや +Dialogue: 0,0:13:13.89,0:13:16.73,B,,0,0,0,,何か悩んでることでもあるなら 聞くよ +Dialogue: 0,0:13:21.23,0:13:24.44,B,,0,0,0,,し… 知り合いの話なんだけど +Dialogue: 0,0:13:24.44,0:13:25.49,B,,0,0,0,,うん +Dialogue: 0,0:13:25.49,0:13:30.64,B,,0,0,0,,その子の友達の生徒手帳に 自分の写真が入ってたんだって +Dialogue: 0,0:13:30.64,0:13:33.22,B,,0,0,0,,それって どういうことだと思う +Dialogue: 0,0:13:33.22,0:13:36.00,B,,0,0,0,,そりゃあ その子のことが好きなんじゃない +Dialogue: 0,0:13:36.29,0:13:39.32,B,,0,0,0,,えっ そ… そうなの +Dialogue: 0,0:13:39.32,0:13:42.71,B,,0,0,0,,でも 友達の方はバレたくなかったかもね +Dialogue: 0,0:13:42.71,0:13:44.09,B,,0,0,0,,どうして +Dialogue: 0,0:13:44.70,0:13:47.84,B,,0,0,0,,きっと すごくその子のこと大事なんだよ +Dialogue: 0,0:13:48.19,0:13:50.68,B,,0,0,0,,写真を身につけておきたいくらいだもん +Dialogue: 0,0:13:51.24,0:13:52.36,B,,0,0,0,,そっか +Dialogue: 0,0:13:53.44,0:13:56.72,B,,0,0,0,,で まことくんはその友達のことが好きなの +Dialogue: 0,0:13:57.35,0:14:01.04,B,,0,0,0,,えっと… それは ち… 違う… +Dialogue: 0,0:14:01.04,0:14:02.74,B,,0,0,0,,僕の話じゃないから +Dialogue: 0,0:14:02.74,0:14:04.03,B,,0,0,0,,あっ そうだよね~ +Dialogue: 0,0:14:04.03,0:14:06.36,B,,0,0,0,,ごめ~ん うっかり~ +Dialogue: 0,0:14:13.80,0:14:16.10,B,,0,0,0,,まこと 帰ろうぜ +Dialogue: 0,0:14:20.51,0:14:22.76,B,,0,0,0,,あのさ~ この後途中でさ… +Dialogue: 0,0:14:22.76,0:14:24.18,B,,0,0,0,,ごめん 竜二 +Dialogue: 0,0:14:25.01,0:14:27.76,B,,0,0,0,,今日 バスケ部参加しようと思ってて +Dialogue: 0,0:14:27.76,0:14:30.88,B,,0,0,0,,おっ そうなのか じゃあ先帰るわ +Dialogue: 0,0:14:30.88,0:14:31.89,B,,0,0,0,,うん +Dialogue: 0,0:14:35.86,0:14:39.02,B,,0,0,0,,まこと 髪にほこりついてるぞ +Dialogue: 0,0:14:47.64,0:14:49.94,B,,0,0,0,,じ… じゃあ 僕もう行くね +Dialogue: 0,0:14:49.94,0:14:50.91,B,,0,0,0,,またあした +Dialogue: 0,0:14:51.19,0:14:52.66,B,,0,0,0,,見えてたのか +Dialogue: 0,0:14:56.21,0:14:57.54,B,,0,0,0,,なんのこと +Dialogue: 0,0:14:59.82,0:15:01.79,B,,0,0,0,,本当に分からないのか +Dialogue: 0,0:15:02.14,0:15:04.04,B,,0,0,0,,えっ ああ うん +Dialogue: 0,0:15:06.80,0:15:09.80,B,,0,0,0,,お前 ホント嘘つくの下手だよな +Dialogue: 0,0:15:09.80,0:15:11.80,B,,0,0,0,,う… 嘘じゃないよ +Dialogue: 0,0:15:14.12,0:15:15.18,B,,0,0,0,,分かるよ +Dialogue: 0,0:15:17.68,0:15:19.50,B,,0,0,0,,ずっと見てきたから +Dialogue: 0,0:15:26.00,0:15:28.54,B,,0,0,0,,好きだよ まこと +Dialogue: 0,0:15:47.40,0:15:48.09,B,,0,0,0,,ごめん +Dialogue: 0,0:15:48.44,0:15:49.83,B,,0,0,0,,僕のせいだよね +Dialogue: 0,0:15:50.37,0:15:53.34,B,,0,0,0,,僕が こんなカッコしてるから +Dialogue: 0,0:15:53.34,0:15:55.87,B,,0,0,0,,女の子だって 勘違いしちゃったんだ +Dialogue: 0,0:15:57.10,0:15:59.59,B,,0,0,0,,本当に ごめん +Dialogue: 0,0:16:01.00,0:16:01.90,B,,0,0,0,,ごめん… +Dialogue: 0,0:16:02.93,0:16:04.60,B,,0,0,0,,勘違いじゃない +Dialogue: 0,0:16:05.61,0:16:07.86,B,,0,0,0,,頼むから もう謝らないでくれ +Dialogue: 0,0:16:09.07,0:16:09.95,B,,0,0,0,,でも… +Dialogue: 0,0:16:10.86,0:16:12.54,B,,0,0,0,,まことは悪くない +Dialogue: 0,0:16:13.53,0:16:16.83,B,,0,0,0,,ごめんな 俺の方こそ隠しきれなくて +Dialogue: 0,0:16:18.24,0:16:19.44,B,,0,0,0,,帰るわ +Dialogue: 0,0:16:19.44,0:16:20.75,B,,0,0,0,,待って 竜二! +Dialogue: 0,0:16:20.75,0:16:22.75,B,,0,0,0,,あした 一緒に登校するよね +Dialogue: 0,0:16:23.73,0:16:25.00,B,,0,0,0,,ごめん +Dialogue: 0,0:16:25.00,0:16:27.00,B,,0,0,0,,僕たち親友じゃないの +Dialogue: 0,0:16:28.48,0:16:29.50,B,,0,0,0,,ごめん +Dialogue: 0,0:16:37.33,0:16:39.92,B,,0,0,0,,もう… 戻れないの +Dialogue: 0,0:17:01.54,0:17:03.37,B,,0,0,0,,{\3cFFFFFF\t(65,400,\3c&H202020&)}ずっと見てきたから +Dialogue: 0,0:17:03.37,0:17:05.61,B,,0,0,0,,好きだよ まこと +Dialogue: 0,0:17:05.61,0:17:06.74,B,,0,0,0,,頼むから… +Dialogue: 0,0:17:07.38,0:17:08.39,B,,0,0,0,,ごめん +Dialogue: 0,0:17:10.29,0:17:11.34,B,,0,0,0,,いつから +Dialogue: 0,0:17:12.38,0:17:14.70,B,,0,0,0,,蒼井さんは知ってたのかな +Dialogue: 0,0:17:18.22,0:17:20.81,B,,0,0,0,,セーラー服で初めて会ったときも +Dialogue: 0,0:17:21.10,0:17:23.56,B,,0,0,0,,みんなに男だってバレたときも +Dialogue: 0,0:17:23.56,0:17:26.27,B,,0,0,0,,カワイイものに夢中になってたときも +Dialogue: 0,0:17:26.27,0:17:29.56,B,,0,0,0,,竜二は一度だって 僕を否定しなかった +Dialogue: 0,0:17:30.21,0:17:31.34,B,,0,0,0,,このままじゃ… +Dialogue: 0,0:17:45.61,0:17:48.12,B,,0,0,0,,あれ まこちゃん おはよう +Dialogue: 0,0:17:48.12,0:17:49.92,B,,0,0,0,,おはよう 小夏ちゃん +Dialogue: 0,0:17:49.92,0:17:51.16,B,,0,0,0,,竜二いる +Dialogue: 0,0:17:51.16,0:17:53.22,B,,0,0,0,,お兄ならもう行ったよ +Dialogue: 0,0:17:53.22,0:17:55.18,B,,0,0,0,,えっ そうなの +Dialogue: 0,0:17:58.45,0:17:59.50,B,,0,0,0,,大我? +Dialogue: 0,0:18:03.14,0:18:04.77,B,,0,0,0,,まだ来てないっぽいけど +Dialogue: 0,0:18:24.00,0:18:26.79,B,,0,0,0,,すげえべたなことしちゃった +Dialogue: 0,0:18:26.79,0:18:30.01,B,,0,0,0,,失恋して学校サボって海とか +Dialogue: 0,0:18:30.01,0:18:33.69,B,,0,0,0,,バカか 俺は 青春野郎か +Dialogue: 0,0:18:35.53,0:18:39.11,B,,0,0,0,,気持ち悪かったよな 普通に +Dialogue: 0,0:18:42.27,0:18:43.81,B,,0,0,0,,勉強しよう +Dialogue: 0,0:18:44.29,0:18:47.82,B,,0,0,0,,んで 大学行って まことと離れて +Dialogue: 0,0:18:48.32,0:18:50.65,B,,0,0,0,,まことのこと考えないようにして +Dialogue: 0,0:18:51.33,0:18:53.82,B,,0,0,0,,そしたら いつかまた友達… +Dialogue: 0,0:19:20.24,0:19:21.22,B,,0,0,0,,竜二! +Dialogue: 0,0:19:34.48,0:19:37.20,B,,0,0,0,,まこと… なんで +Dialogue: 0,0:19:37.61,0:19:40.30,B,,0,0,0,,僕 このままじゃ嫌だよ +Dialogue: 0,0:19:41.12,0:19:42.37,B,,0,0,0,,竜二 +Dialogue: 0,0:19:42.37,0:19:44.10,B,,0,0,0,,僕と付き合おう +Dialogue: 0,0:19:50.12,0:19:53.63,B,,0,0,0,,いや でも… えっ マジで? +Dialogue: 0,0:19:53.63,0:19:55.30,B,,0,0,0,,竜二は嫌なの +Dialogue: 0,0:20:05.18,0:20:07.66,B,,0,0,0,,い… 嫌なわけ… ない +Dialogue: 0,0:20:18.57,0:20:20.70,B,,0,0,0,,蒼井 ちょっといいか +Dialogue: 0,0:20:27.78,0:20:30.43,B,,0,0,0,,えっ おばあちゃんが? +Dialogue: 0,0:20:37.81,0:20:39.90,B,,0,0,0,,僕 学校戻るけど +Dialogue: 0,0:20:39.90,0:20:40.96,B,,0,0,0,,竜二はどうする +Dialogue: 0,0:20:41.72,0:20:44.04,B,,0,0,0,,いや 俺はいいわ +Dialogue: 0,0:20:44.04,0:20:45.22,B,,0,0,0,,帰る +Dialogue: 0,0:20:45.22,0:20:47.55,B,,0,0,0,,そっか 分かった +Dialogue: 0,0:20:48.15,0:20:49.05,B,,0,0,0,,照れてる +Dialogue: 0,0:20:50.78,0:20:52.15,B,,0,0,0,,じゃ また +Dialogue: 0,0:20:52.15,0:20:53.60,B,,0,0,0,,おう また +Dialogue: 0,0:21:00.18,0:21:01.81,B,,0,0,0,,なんか照れるな +Dialogue: 0,0:21:03.61,0:21:04.99,B,,0,0,0,,でも よかった +Dialogue: 0,0:21:05.99,0:21:09.55,B,,0,0,0,,これで 竜二と元に戻れる + diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-34-23_d137fe36f22d3fe10d35e680b33b166b_57cb504a.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-34-23_d137fe36f22d3fe10d35e680b33b166b_57cb504a.log new file mode 100755 index 0000000..781cbda --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-34-23_d137fe36f22d3fe10d35e680b33b166b_57cb504a.log @@ -0,0 +1,20 @@ +{"Protocol":0,"Id":"d137fe36f22d3fe10d35e680b33b166b","Path":"/media/animedownloader/\u524D\u8F88\u662F\u7537\u5B69\u5B50\u7B2C07\u96C6\u5728\u7EBF\u89C2\u770B\u9AD8\u6E05\u5168\u96C6\u65E0\u4FEENT\u52A8\u6F2B.mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Size":221152611,"Name":"\u524D\u8F88\u662F\u7537\u5B69\u5B50\u7B2C07\u96C6\u5728\u7EBF\u89C2\u770B\u9AD8\u6E05\u5168\u96C6\u65E0\u4FEENT\u52A8\u6F2B","IsRemote":false,"ETag":"41a9abedf9d5988730bcffa7ba356f53","RunTimeTicks":13700465990,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":"avc1","Language":"und","ColorRange":null,"ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/11988","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"1080p H264 SDR","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"ChannelLayout":null,"BitRate":1219753,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976,"RealFrameRate":23.976,"Profile":"High","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":50,"IsAnamorphic":false},{"Codec":"aac","CodecTag":"mp4a","Language":"und","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/44100","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":null,"LocalizedExternal":"\u5916\u90E8","LocalizedHearingImpaired":null,"DisplayTitle":"AAC - Stereo - \u9ED8\u8BA4","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":64002,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"LC","Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":1291358,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/media/animedownloader/前辈是男孩子第07集在线观看高清全集无修NT动漫.mp4" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 3049382 -bufsize 6098764 -x265-params:0 no-info=1 -force_key_frames:0 "expr:gte(t,n_forced*3)" -bf 0 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=mode=read,format=nv12" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "1983f2c86298006c9d4f1994f309803a-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/1983f2c86298006c9d4f1994f309803a%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/1983f2c86298006c9d4f1994f309803a.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[AVHWDeviceContext @ 0x5599241710c0] No VA display found for any default device. +Device creation failed: -22. +Failed to set value 'vaapi=va:,kernel_driver=i915,driver=iHD' for option 'init_hw_device': Invalid argument +Error parsing global options: Invalid argument \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-34-24_d137fe36f22d3fe10d35e680b33b166b_b1d9b550.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-34-24_d137fe36f22d3fe10d35e680b33b166b_b1d9b550.log new file mode 100755 index 0000000..27e3a31 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-34-24_d137fe36f22d3fe10d35e680b33b166b_b1d9b550.log @@ -0,0 +1,20 @@ +{"Protocol":0,"Id":"d137fe36f22d3fe10d35e680b33b166b","Path":"/media/animedownloader/\u524D\u8F88\u662F\u7537\u5B69\u5B50\u7B2C07\u96C6\u5728\u7EBF\u89C2\u770B\u9AD8\u6E05\u5168\u96C6\u65E0\u4FEENT\u52A8\u6F2B.mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mov,mp4,m4a,3gp,3g2,mj2","Size":221152611,"Name":"\u524D\u8F88\u662F\u7537\u5B69\u5B50\u7B2C07\u96C6\u5728\u7EBF\u89C2\u770B\u9AD8\u6E05\u5168\u96C6\u65E0\u4FEENT\u52A8\u6F2B","IsRemote":false,"ETag":"41a9abedf9d5988730bcffa7ba356f53","RunTimeTicks":13700465990,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"h264","CodecTag":"avc1","Language":"und","ColorRange":null,"ColorSpace":"bt709","ColorTransfer":"bt709","ColorPrimaries":"bt709","DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/11988","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"1080p H264 SDR","NalLengthSize":"4","IsInterlaced":false,"IsAVC":true,"ChannelLayout":null,"BitRate":1219753,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":1080,"Width":1920,"AverageFrameRate":23.976,"RealFrameRate":23.976,"Profile":"High","Type":1,"AspectRatio":"16:9","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":50,"IsAnamorphic":false},{"Codec":"aac","CodecTag":"mp4a","Language":"und","ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/44100","CodecTimeBase":null,"Title":null,"VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":null,"LocalizedExternal":"\u5916\u90E8","LocalizedHearingImpaired":null,"DisplayTitle":"AAC - Stereo - \u9ED8\u8BA4","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":64002,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":44100,"IsDefault":true,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":"LC","Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":1291358,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:"/media/animedownloader/前辈是男孩子第07集在线观看高清全集无修NT动漫.mp4" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 3049382 -bufsize 6098764 -x265-params:0 no-info=1 -force_key_frames:0 "expr:gte(t,n_forced*3)" -bf 0 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=mode=read,format=nv12" -codec:a:0 libfdk_aac -ac 2 -ab 64002 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "f00a7f119cb8850a558ca22e05212e26-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/f00a7f119cb8850a558ca22e05212e26%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/f00a7f119cb8850a558ca22e05212e26.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[AVHWDeviceContext @ 0x55c6bb45c140] No VA display found for any default device. +Device creation failed: -22. +Failed to set value 'vaapi=va:,kernel_driver=i915,driver=iHD' for option 'init_hw_device': Invalid argument +Error parsing global options: Invalid argument \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-26_6a27e87fb9963af1f0762e9711a01f65_9041f9d4.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-26_6a27e87fb9963af1f0762e9711a01f65_9041f9d4.log new file mode 100755 index 0000000..21a1de7 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-26_6a27e87fb9963af1f0762e9711a01f65_9041f9d4.log @@ -0,0 +1,17 @@ +{"Protocol":0,"Id":"6a27e87fb9963af1f0762e9711a01f65","Path":"/media/\u8D5B\u6587OV/\u301002OV\u3011\u301003.Neverland\u3011.avi","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"avi","Size":430865760,"Name":"\u301002OV\u3011\u301003.Neverland\u3011","IsRemote":false,"ETag":"742baa26cc48575226331c949a2f61f3","RunTimeTicks":28239488240,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"mpeg4","CodecTag":"XVID","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"166833/5000000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"480p MPEG4 SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":1021251,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":640,"AverageFrameRate":29.970089,"RealFrameRate":29.970089,"Profile":"Advanced Simple Profile","Type":1,"AspectRatio":"4:3","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":5,"IsAnamorphic":false},{"Codec":"mp3","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/24000","CodecTimeBase":null,"Title":"\uFFFD\uFFFD\uFFFD\uFFFD\u013B\uFFFD\uFFFD02OV3","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":null,"LocalizedExternal":"\u5916\u90E8","LocalizedHearingImpaired":null,"DisplayTitle":"\uFFFD\uFFFD\uFFFD\uFFFD\u013B\uFFFD\uFFFD02OV3 - MP3 - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":192000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":1220605,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/赛文OV/【02OV】【03.Neverland】.avi" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 5106256 -bufsize 10212512 -x265-params:0 no-info=1 -force_key_frames:0 "expr:gte(t,n_forced*3)" -bf 0 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(640\,480*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(640/a\,480))/2)*2,format=yuv420p" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "88ba573282bbd009814fd73cd35fe9bc-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/88ba573282bbd009814fd73cd35fe9bc%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/88ba573282bbd009814fd73cd35fe9bc.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +file:/media/赛文OV/【02OV】【03.Neverland】.avi: No such file or directory \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-26_6a27e87fb9963af1f0762e9711a01f65_a6d5e598.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-26_6a27e87fb9963af1f0762e9711a01f65_a6d5e598.log new file mode 100755 index 0000000..ec5850f --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-26_6a27e87fb9963af1f0762e9711a01f65_a6d5e598.log @@ -0,0 +1,17 @@ +{"Protocol":0,"Id":"6a27e87fb9963af1f0762e9711a01f65","Path":"/media/\u8D5B\u6587OV/\u301002OV\u3011\u301003.Neverland\u3011.avi","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"avi","Size":430865760,"Name":"\u301002OV\u3011\u301003.Neverland\u3011","IsRemote":false,"ETag":"742baa26cc48575226331c949a2f61f3","RunTimeTicks":28239488240,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"mpeg4","CodecTag":"XVID","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"166833/5000000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"480p MPEG4 SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":1021251,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":640,"AverageFrameRate":29.970089,"RealFrameRate":29.970089,"Profile":"Advanced Simple Profile","Type":1,"AspectRatio":"4:3","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":5,"IsAnamorphic":false},{"Codec":"mp3","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/24000","CodecTimeBase":null,"Title":"\uFFFD\uFFFD\uFFFD\uFFFD\u013B\uFFFD\uFFFD02OV3","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":null,"LocalizedExternal":"\u5916\u90E8","LocalizedHearingImpaired":null,"DisplayTitle":"\uFFFD\uFFFD\uFFFD\uFFFD\u013B\uFFFD\uFFFD02OV3 - MP3 - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":192000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":1220605,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/赛文OV/【02OV】【03.Neverland】.avi" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 5106256 -bufsize 10212512 -x265-params:0 no-info=1 -force_key_frames:0 "expr:gte(t,n_forced*3)" -bf 0 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(640\,480*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(640/a\,480))/2)*2,format=yuv420p" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "166d781039d249cb48c2e1be3a2fa0da-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/166d781039d249cb48c2e1be3a2fa0da%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/166d781039d249cb48c2e1be3a2fa0da.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +file:/media/赛文OV/【02OV】【03.Neverland】.avi: No such file or directory \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-27_6a27e87fb9963af1f0762e9711a01f65_a8c12698.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-27_6a27e87fb9963af1f0762e9711a01f65_a8c12698.log new file mode 100755 index 0000000..173364a --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-28_19-38-27_6a27e87fb9963af1f0762e9711a01f65_a8c12698.log @@ -0,0 +1,17 @@ +{"Protocol":0,"Id":"6a27e87fb9963af1f0762e9711a01f65","Path":"/media/\u8D5B\u6587OV/\u301002OV\u3011\u301003.Neverland\u3011.avi","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"avi","Size":430865760,"Name":"\u301002OV\u3011\u301003.Neverland\u3011","IsRemote":false,"ETag":"742baa26cc48575226331c949a2f61f3","RunTimeTicks":28239488240,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[{"Codec":"mpeg4","CodecTag":"XVID","Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"166833/5000000","CodecTimeBase":null,"Title":null,"VideoRange":1,"VideoRangeType":1,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":null,"LocalizedForced":null,"LocalizedExternal":null,"LocalizedHearingImpaired":null,"DisplayTitle":"480p MPEG4 SDR","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":null,"BitRate":1021251,"BitDepth":8,"RefFrames":1,"PacketLength":null,"Channels":null,"SampleRate":null,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":480,"Width":640,"AverageFrameRate":29.970089,"RealFrameRate":29.970089,"Profile":"Advanced Simple Profile","Type":1,"AspectRatio":"4:3","Index":0,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":"yuv420p","Level":5,"IsAnamorphic":false},{"Codec":"mp3","CodecTag":null,"Language":null,"ColorRange":null,"ColorSpace":null,"ColorTransfer":null,"ColorPrimaries":null,"DvVersionMajor":null,"DvVersionMinor":null,"DvProfile":null,"DvLevel":null,"RpuPresentFlag":null,"ElPresentFlag":null,"BlPresentFlag":null,"DvBlSignalCompatibilityId":null,"Comment":null,"TimeBase":"1/24000","CodecTimeBase":null,"Title":"\uFFFD\uFFFD\uFFFD\uFFFD\u013B\uFFFD\uFFFD02OV3","VideoRange":0,"VideoRangeType":0,"VideoDoViTitle":null,"AudioSpatialFormat":0,"LocalizedUndefined":null,"LocalizedDefault":"\u9ED8\u8BA4","LocalizedForced":null,"LocalizedExternal":"\u5916\u90E8","LocalizedHearingImpaired":null,"DisplayTitle":"\uFFFD\uFFFD\uFFFD\uFFFD\u013B\uFFFD\uFFFD02OV3 - MP3 - Stereo","NalLengthSize":null,"IsInterlaced":false,"IsAVC":false,"ChannelLayout":"stereo","BitRate":192000,"BitDepth":null,"RefFrames":null,"PacketLength":null,"Channels":2,"SampleRate":48000,"IsDefault":false,"IsForced":false,"IsHearingImpaired":false,"Height":null,"Width":null,"AverageFrameRate":null,"RealFrameRate":null,"Profile":null,"Type":0,"AspectRatio":null,"Index":1,"Score":null,"IsExternal":false,"DeliveryMethod":null,"DeliveryUrl":null,"IsExternalUrl":null,"IsTextSubtitleStream":false,"SupportsExternalStream":false,"Path":null,"PixelFormat":null,"Level":0,"IsAnamorphic":null}],"MediaAttachments":[],"Formats":[],"Bitrate":1220605,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/赛文OV/【02OV】【03.Neverland】.avi" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 5106256 -bufsize 10212512 -x265-params:0 no-info=1 -force_key_frames:0 "expr:gte(t,n_forced*3)" -bf 0 -vf "setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(640\,480*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(640/a\,480))/2)*2,format=yuv420p" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "f18fce59c754dc687e7d2b56e438750a-1.mp4" -start_number 0 -hls_segment_filename "/cache/transcodes/f18fce59c754dc687e7d2b56e438750a%d.mp4" -hls_playlist_type vod -hls_list_size 0 -y "/cache/transcodes/f18fce59c754dc687e7d2b56e438750a.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +file:/media/赛文OV/【02OV】【03.Neverland】.avi: No such file or directory \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-38_d37c4aec9a57c1d33b3f077af84d7304_5323c648.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-38_d37c4aec9a57c1d33b3f077af84d7304_5323c648.log new file mode 100755 index 0000000..c6e7eac --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-38_d37c4aec9a57c1d33b3f077af84d7304_5323c648.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "dcbb72aadd8b3ef4baadcd1bc31def61-1.mp4" -start_number 0 -hls_base_url "hls/dcbb72aadd8b3ef4baadcd1bc31def61/" -hls_segment_filename "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x5578a8c81840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x5578a8c81840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-38_d37c4aec9a57c1d33b3f077af84d7304_c7cfd1d5.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-38_d37c4aec9a57c1d33b3f077af84d7304_c7cfd1d5.log new file mode 100755 index 0000000..fc7a805 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-38_d37c4aec9a57c1d33b3f077af84d7304_c7cfd1d5.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "dcbb72aadd8b3ef4baadcd1bc31def61-1.mp4" -start_number 0 -hls_base_url "hls/dcbb72aadd8b3ef4baadcd1bc31def61/" -hls_segment_filename "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x560493939840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x560493939840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_4e726904.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_4e726904.log new file mode 100755 index 0000000..57fca7a --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_4e726904.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "c48caeb5a9d07123bef8234508d099d7-1.mp4" -start_number 0 -hls_base_url "hls/c48caeb5a9d07123bef8234508d099d7/" -hls_segment_filename "/cache/transcodes/c48caeb5a9d07123bef8234508d099d7%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/c48caeb5a9d07123bef8234508d099d7.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x560845044840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x560845044840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_b4235556.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_b4235556.log new file mode 100755 index 0000000..76c0a1a --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_b4235556.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "dcbb72aadd8b3ef4baadcd1bc31def61-1.mp4" -start_number 0 -hls_base_url "hls/dcbb72aadd8b3ef4baadcd1bc31def61/" -hls_segment_filename "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b9e70ed840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55b9e70ed840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_ff468bc0.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_ff468bc0.log new file mode 100755 index 0000000..1809f30 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-39_d37c4aec9a57c1d33b3f077af84d7304_ff468bc0.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "c48caeb5a9d07123bef8234508d099d7-1.mp4" -start_number 0 -hls_base_url "hls/c48caeb5a9d07123bef8234508d099d7/" -hls_segment_filename "/cache/transcodes/c48caeb5a9d07123bef8234508d099d7%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/c48caeb5a9d07123bef8234508d099d7.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x558a32d11840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x558a32d11840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-40_d37c4aec9a57c1d33b3f077af84d7304_4a0d8743.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-40_d37c4aec9a57c1d33b3f077af84d7304_4a0d8743.log new file mode 100755 index 0000000..459ba2c --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-40_d37c4aec9a57c1d33b3f077af84d7304_4a0d8743.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "0aa976b3966e247cfc46e21374d41572-1.mp4" -start_number 0 -hls_base_url "hls/0aa976b3966e247cfc46e21374d41572/" -hls_segment_filename "/cache/transcodes/0aa976b3966e247cfc46e21374d41572%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/0aa976b3966e247cfc46e21374d41572.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x557d3118a840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x557d3118a840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-40_d37c4aec9a57c1d33b3f077af84d7304_60424fb0.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-40_d37c4aec9a57c1d33b3f077af84d7304_60424fb0.log new file mode 100755 index 0000000..bd21725 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-40_d37c4aec9a57c1d33b3f077af84d7304_60424fb0.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "0aa976b3966e247cfc46e21374d41572-1.mp4" -start_number 0 -hls_base_url "hls/0aa976b3966e247cfc46e21374d41572/" -hls_segment_filename "/cache/transcodes/0aa976b3966e247cfc46e21374d41572%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/0aa976b3966e247cfc46e21374d41572.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c22deb3840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55c22deb3840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_8d79c0a1.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_8d79c0a1.log new file mode 100755 index 0000000..91c156a --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_8d79c0a1.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "efdba802ddc9ebb8c5322381e5d45289-1.mp4" -start_number 0 -hls_base_url "hls/efdba802ddc9ebb8c5322381e5d45289/" -hls_segment_filename "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56228dfd0840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56228dfd0840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_a06640c0.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_a06640c0.log new file mode 100755 index 0000000..2b88358 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_a06640c0.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "efdba802ddc9ebb8c5322381e5d45289-1.mp4" -start_number 0 -hls_base_url "hls/efdba802ddc9ebb8c5322381e5d45289/" -hls_segment_filename "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56197b6fd840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x56197b6fd840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_f060073f.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_f060073f.log new file mode 100755 index 0000000..c1ed227 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-43_d37c4aec9a57c1d33b3f077af84d7304_f060073f.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "efdba802ddc9ebb8c5322381e5d45289-1.mp4" -start_number 0 -hls_base_url "hls/efdba802ddc9ebb8c5322381e5d45289/" -hls_segment_filename "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x562df35d7840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x562df35d7840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-44_d37c4aec9a57c1d33b3f077af84d7304_363507c3.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-44_d37c4aec9a57c1d33b3f077af84d7304_363507c3.log new file mode 100755 index 0000000..03dff8c --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-44_d37c4aec9a57c1d33b3f077af84d7304_363507c3.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "b1277876d0d8d0edfe13c990b81f2909-1.mp4" -start_number 0 -hls_base_url "hls/b1277876d0d8d0edfe13c990b81f2909/" -hls_segment_filename "/cache/transcodes/b1277876d0d8d0edfe13c990b81f2909%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/b1277876d0d8d0edfe13c990b81f2909.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x555f525b7840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x555f525b7840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-44_d37c4aec9a57c1d33b3f077af84d7304_71206f8b.log b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-44_d37c4aec9a57c1d33b3f077af84d7304_71206f8b.log new file mode 100755 index 0000000..72ecc74 --- /dev/null +++ b/jellyfin/config/log/FFmpeg.Transcode-2024-08-29_15-58-44_d37c4aec9a57c1d33b3f077af84d7304_71206f8b.log @@ -0,0 +1,19 @@ +{"Protocol":0,"Id":"d37c4aec9a57c1d33b3f077af84d7304","Path":"/media/downloads/[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4","EncoderPath":null,"EncoderProtocol":null,"Type":0,"Container":"mp4","Size":null,"Name":"[Up to 21\u00B0C] SHY \u9766\u8146\u82F1\u96C4 \u7B2C\u4E8C\u5B63 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3]","IsRemote":false,"ETag":"e2eb53bd695afc0271104b08e9b00a2c","RunTimeTicks":null,"ReadAtNativeFramerate":false,"IgnoreDts":false,"IgnoreIndex":false,"GenPtsInput":false,"SupportsTranscoding":true,"SupportsDirectStream":true,"SupportsDirectPlay":true,"IsInfiniteStream":false,"RequiresOpening":false,"OpenToken":null,"RequiresClosing":false,"LiveStreamId":null,"BufferMs":null,"RequiresLooping":false,"SupportsProbing":true,"VideoType":0,"IsoType":null,"Video3DFormat":null,"MediaStreams":[],"MediaAttachments":[],"Formats":[],"Bitrate":null,"Timestamp":null,"RequiredHttpHeaders":{},"TranscodingUrl":null,"TranscodingSubProtocol":0,"TranscodingContainer":null,"AnalyzeDurationMs":null,"DefaultAudioStreamIndex":null,"DefaultSubtitleStreamIndex":null} + +/usr/lib/jellyfin-ffmpeg/ffmpeg -analyzeduration 200M -probesize 1G -i file:"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename "f83f7914eb4509ed67965cb8ad1e62ab-1.mp4" -start_number 0 -hls_base_url "hls/f83f7914eb4509ed67965cb8ad1e62ab/" -hls_segment_filename "/cache/transcodes/f83f7914eb4509ed67965cb8ad1e62ab%d.mp4" -hls_playlist_type event -hls_list_size 0 -y "/cache/transcodes/f83f7914eb4509ed67965cb8ad1e62ab.m3u8" + + +ffmpeg version 6.0.1-Jellyfin Copyright (c) 2000-2023 the FFmpeg developers + built with gcc 12 (Debian 12.2.0-14) + configuration: --prefix=/usr/lib/jellyfin-ffmpeg --target-os=linux --extra-version=Jellyfin --disable-doc --disable-ffplay --disable-ptx-compression --disable-static --disable-libxcb --disable-sdl2 --disable-xlib --enable-lto --enable-gpl --enable-version3 --enable-shared --enable-gmp --enable-gnutls --enable-chromaprint --enable-opencl --enable-libdrm --enable-libxml2 --enable-libass --enable-libfreetype --enable-libfribidi --enable-libfontconfig --enable-libbluray --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libopenmpt --enable-libdav1d --enable-libsvtav1 --enable-libwebp --enable-libvpx --enable-libx264 --enable-libx265 --enable-libzvbi --enable-libzimg --enable-libfdk-aac --arch=amd64 --enable-libshaderc --enable-libplacebo --enable-vulkan --enable-vaapi --enable-amf --enable-libvpl --enable-ffnvcodec --enable-cuda --enable-cuda-llvm --enable-cuvid --enable-nvdec --enable-nvenc + libavutil 58. 2.100 / 58. 2.100 + libavcodec 60. 3.100 / 60. 3.100 + libavformat 60. 3.100 / 60. 3.100 + libavdevice 60. 1.100 / 60. 1.100 + libavfilter 9. 3.100 / 9. 3.100 + libswscale 7. 1.100 / 7. 1.100 + libswresample 4. 10.100 / 4. 10.100 + libpostproc 57. 1.100 / 57. 1.100 +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x5568e0435840] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible! +[mov,mp4,m4a,3gp,3g2,mj2 @ 0x5568e0435840] moov atom not found +file:/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4: Invalid data found when processing input \ No newline at end of file diff --git a/jellyfin/config/log/log_20240826.log b/jellyfin/config/log/log_20240826.log deleted file mode 100755 index 013f6e1..0000000 --- a/jellyfin/config/log/log_20240826.log +++ /dev/null @@ -1,1282 +0,0 @@ -[2024-08-26 08:56:06.379 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 08:56:06.527 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]"] -[2024-08-26 08:56:06.562 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 08:56:06.586 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 08:56:06.586 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 08:56:06.587 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 08:56:06.587 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 08:56:06.587 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 08:56:06.588 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 08:56:06.588 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 08:56:06.588 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 08:56:06.588 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 08:56:06.588 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 08:56:06.588 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 08:56:07.318 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 08:56:07.511 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 08:56:07.820 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 08:56:07.832 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 08:56:07.833 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 08:56:07.835 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 08:56:07.837 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 08:56:07.837 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 08:56:07.837 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 08:56:11.606 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 08:56:11.609 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 08:56:11.610 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 08:56:11.644 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 08:56:11.645 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 08:56:11.837 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 08:56:13.161 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 08:56:13.293 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 08:56:13.294 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 08:56:13.313 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 08:56:13.362 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 18:03:46.6378661 from now. -[2024-08-26 08:56:13.380 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 17:03:46.6190739 from now. -[2024-08-26 08:56:13.561 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 08:56:13.681 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 08:56:13.715 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 08:56:13.761 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 08:56:13.976 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 08:56:15.363 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 08:56:15.366 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 08:56:15.366 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 08:56:15.367 +00:00] [INF] [1] Main: Startup complete 0:00:09.8106769 -[2024-08-26 08:56:16.545 +00:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:56:21.159 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 4 seconds -[2024-08-26 08:57:13.377 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "下载缺少的字幕" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.431 +00:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: Optimizing and vacuuming jellyfin.db... -[2024-08-26 08:57:13.432 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理转码目录" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.455 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 08:57:13.456 +00:00] [INF] [23] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 08:57:13.458 +00:00] [INF] [23] Emby.Server.Implementations.Library.LibraryManager: Validating media library -[2024-08-26 08:57:13.460 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理日志目录" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.460 +00:00] [INF] [21] Emby.Server.Implementations.ScheduledTasks.TaskManager: "音频标准化" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.504 +00:00] [INF] [25] Emby.Server.Implementations.ScheduledTasks.TaskManager: "TasksRefreshChannels" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.529 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理缓存目录" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.550 +00:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.Tasks.OptimizeDatabaseTask: jellyfin.db optimized successfully! -[2024-08-26 08:57:13.550 +00:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: "优化数据库" Completed after 0 minute(s) and 0 seconds -[2024-08-26 08:57:13.827 +00:00] [WRN] [23] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping -[2024-08-26 08:57:13.925 +00:00] [INF] [25] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/db4dc946e06f47de96e19754428608a4.png" -[2024-08-26 08:57:14.181 +00:00] [INF] [25] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/db4dc946e06f47de96e19754428608a4.png" -[2024-08-26 08:57:15.774 +00:00] [WRN] [10] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping -[2024-08-26 08:57:15.971 +00:00] [INF] [15] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【03.Neverland】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:57:15.971 +00:00] [INF] [23] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【04.Innocent】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:57:15.971 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【02.Perfect World】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:57:15.971 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【05.Akashic Record】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:57:16.526 +00:00] [INF] [15] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data -[2024-08-26 08:57:16.532 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Refresh Guide" Completed after 0 minute(s) and 3 seconds -[2024-08-26 08:58:56.254 +00:00] [INF] [3] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【98OV】【02.比地球更久远】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:58:56.254 +00:00] [INF] [27] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【98OV】【01.丧失记忆】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:58:56.254 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【94TVSP】【01.太阳能作战】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 08:58:56.254 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【94TVSP】【02.地球星人的大地】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:00:36.448 +00:00] [INF] [32] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【01.光荣与传说】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:00:36.448 +00:00] [INF] [33] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【03.果实成熟之日】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:00:36.448 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【02.飞在天上的大铁块】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:00:36.448 +00:00] [INF] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【98OV】【03.太阳的背叛】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:02:16.622 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【04.诺言的结果】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:02:16.625 +00:00] [INF] [11] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【05.被仿造的男人】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:02:16.682 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【06.我是地球人】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:02:16.691 +00:00] [INF] [11] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【01.Dark Side】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 09:03:56.875 +00:00] [INF] [42] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 6 minute(s) and 43 seconds -[2024-08-26 09:03:56.900 +00:00] [INF] [41] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 09:03:56.901 +00:00] [INF] [43] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 10:51:56.308 +00:00] [INF] [48] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications -[2024-08-26 10:51:56.357 +00:00] [INF] [49] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery -[2024-08-26 10:51:56.416 +00:00] [INF] [50] Main: Running query planner optimizations in the database... This might take a while -[2024-08-26 10:51:56.511 +00:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 10:51:56.512 +00:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 10:51:56.522 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" -[2024-08-26 10:51:56.522 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" -[2024-08-26 10:51:56.522 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" -[2024-08-26 10:51:56.523 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" -[2024-08-26 10:52:43.611 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 10:52:43.724 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] -[2024-08-26 10:52:43.734 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 10:52:43.737 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 10:52:43.739 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 10:52:43.745 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 10:52:43.746 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 10:52:43.747 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 10:52:43.747 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 10:52:43.747 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 10:52:43.747 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 10:52:43.748 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 10:52:43.748 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 10:52:43.748 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 10:52:44.250 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 10:52:44.423 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 10:52:44.681 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 10:52:44.682 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 10:52:44.683 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 10:52:44.685 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 10:52:44.687 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 10:52:44.688 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 10:52:44.688 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 10:52:47.975 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 10:52:47.977 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 10:52:47.979 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 10:52:48.016 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 10:52:48.017 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 10:52:48.234 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 10:52:49.435 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 10:52:49.502 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 10:52:49.522 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 10:52:49.530 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 10:52:49.535 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 16:07:10.4644155 from now. -[2024-08-26 10:52:49.545 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 15:07:10.4550024 from now. -[2024-08-26 10:52:49.661 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 10:52:49.758 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 10:52:49.785 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 10:52:49.815 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 10:52:49.986 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 10:52:50.800 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 10:52:50.801 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 10:52:50.802 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 10:52:50.802 +00:00] [INF] [1] Main: Startup complete 0:00:07.7139875 -[2024-08-26 10:52:52.666 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 10:52:56.698 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 4 seconds -[2024-08-26 13:34:02.421 +00:00] [INF] [38] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications -[2024-08-26 13:34:02.438 +00:00] [INF] [61] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery -[2024-08-26 13:34:02.470 +00:00] [INF] [61] Main: Running query planner optimizations in the database... This might take a while -[2024-08-26 13:34:02.517 +00:00] [INF] [61] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 13:34:02.518 +00:00] [INF] [61] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 13:34:02.524 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" -[2024-08-26 13:34:02.524 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" -[2024-08-26 13:34:02.525 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" -[2024-08-26 13:34:02.526 +00:00] [INF] [61] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" -[2024-08-26 13:34:03.796 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 13:34:03.839 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]"] -[2024-08-26 13:34:03.863 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 13:34:03.864 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 13:34:03.864 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 13:34:03.865 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 13:34:03.866 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 13:34:04.103 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 13:34:04.162 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 13:34:04.318 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 13:34:04.318 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 13:34:04.319 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 13:34:04.322 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 13:34:04.323 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 13:34:04.324 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 13:34:04.324 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 13:34:07.501 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 13:34:07.503 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 13:34:07.504 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 13:34:07.539 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 13:34:07.540 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 13:34:07.711 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 13:34:09.464 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 13:34:09.615 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 13:34:09.652 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 13:34:09.661 +00:00] [INF] [16] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 13:34:09.706 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 13:25:50.2938460 from now. -[2024-08-26 13:34:09.733 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 12:25:50.2666990 from now. -[2024-08-26 13:34:09.862 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 13:34:09.975 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 13:34:10.007 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 13:34:10.053 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 13:34:10.272 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 13:34:11.210 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 13:34:11.210 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 13:34:11.210 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 13:34:11.210 +00:00] [INF] [1] Main: Startup complete 0:00:07.7729434 -[2024-08-26 13:34:12.819 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 13:34:20.828 +00:00] [ERR] [8] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (repo.jellyfin.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at System.Net.Http.Json.HttpClientJsonExtensions.g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken) - at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) -[2024-08-26 13:34:20.850 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 8 seconds -[2024-08-26 13:34:38.282 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications -[2024-08-26 13:34:38.298 +00:00] [INF] [8] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery -[2024-08-26 13:34:38.315 +00:00] [INF] [8] Main: Running query planner optimizations in the database... This might take a while -[2024-08-26 13:34:38.435 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 13:34:38.438 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 13:35:12.554 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 13:35:12.628 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"] -[2024-08-26 13:35:12.638 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 13:35:12.639 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 13:35:12.639 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 13:35:12.640 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 13:35:12.641 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 13:35:13.160 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 13:35:13.367 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 13:35:13.666 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 13:35:13.666 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 13:35:13.667 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 13:35:13.678 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 13:35:13.679 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 13:35:13.679 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 13:35:13.679 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 13:35:17.258 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 13:35:17.261 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 13:35:17.262 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 13:35:17.298 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 13:35:17.299 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 13:35:17.508 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 13:35:18.928 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 13:35:19.045 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 13:35:19.054 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 13:35:19.054 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 13:35:19.113 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 13:24:40.8871246 from now. -[2024-08-26 13:35:19.127 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 12:24:40.8727165 from now. -[2024-08-26 13:35:19.290 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 13:35:19.418 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 13:35:19.449 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 13:35:19.490 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 13:35:19.707 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 13:35:21.135 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 13:35:21.139 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 13:35:21.141 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 13:35:21.141 +00:00] [INF] [1] Main: Startup complete 0:00:09.2289253 -[2024-08-26 13:35:22.342 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 13:35:25.182 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds -[2024-08-26 14:11:44.365 +00:00] [INF] [20] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications -[2024-08-26 14:11:44.397 +00:00] [INF] [21] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery -[2024-08-26 14:11:44.415 +00:00] [INF] [21] Main: Running query planner optimizations in the database... This might take a while -[2024-08-26 14:11:44.494 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 14:11:44.504 +00:00] [INF] [24] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 14:11:44.519 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" -[2024-08-26 14:11:44.519 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" -[2024-08-26 14:11:44.520 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" -[2024-08-26 14:11:44.520 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" -[2024-08-26 14:20:42.621 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 14:20:42.699 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]"] -[2024-08-26 14:20:42.702 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 14:20:42.704 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 14:20:42.704 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 14:20:42.706 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 14:20:43.166 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 14:20:43.304 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 14:20:43.599 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 14:20:43.600 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 14:20:43.606 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 14:20:43.611 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 14:20:43.614 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 14:20:43.618 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 14:20:43.618 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 14:20:46.943 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 14:20:46.944 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 14:20:46.945 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 14:20:46.986 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 14:20:46.987 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 14:20:47.184 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 14:20:48.450 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 14:20:48.516 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist -[2024-08-26 14:20:48.517 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 14:20:48.523 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 14:20:48.551 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 12:39:11.4486812 from now. -[2024-08-26 14:20:48.560 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 11:39:11.4393263 from now. -[2024-08-26 14:20:48.679 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 14:20:48.771 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 14:20:48.799 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 14:20:48.827 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 14:20:48.981 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 14:20:49.654 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 14:20:49.655 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 14:20:49.656 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 14:20:49.656 +00:00] [INF] [1] Main: Startup complete 0:00:07.6664467 -[2024-08-26 14:20:51.670 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.Tasks.CleanupCollectionAndPlaylistPathsTask: Item in "AAA" cannot be found at "/media/赛文OV/【02OV】【01.Dark Side】.avi" -[2024-08-26 14:20:51.997 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 14:20:55.451 +00:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds -[2024-08-26 14:28:13.512 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications -[2024-08-26 14:28:13.532 +00:00] [INF] [32] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery -[2024-08-26 14:28:13.547 +00:00] [INF] [32] Main: Running query planner optimizations in the database... This might take a while -[2024-08-26 14:28:13.624 +00:00] [INF] [35] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 14:28:13.654 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" -[2024-08-26 14:28:13.655 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" -[2024-08-26 14:28:13.655 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" -[2024-08-26 14:28:13.657 +00:00] [INF] [32] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" -[2024-08-26 14:28:48.348 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 14:28:48.453 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]"] -[2024-08-26 14:28:48.479 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 14:28:48.481 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 14:28:48.481 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 14:28:48.482 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 14:28:48.975 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 14:28:49.136 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 14:28:49.386 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 14:28:49.386 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 14:28:49.387 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 14:28:49.389 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 14:28:49.390 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 14:28:49.390 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 14:28:49.391 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 14:28:52.775 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 14:28:52.779 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 14:28:52.780 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 14:28:52.819 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 14:28:52.820 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 14:28:53.052 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 14:28:54.290 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 14:28:54.354 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 14:28:54.379 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 14:28:54.387 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 14:28:54.386 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 12:31:05.6134258 from now. -[2024-08-26 14:28:54.396 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 11:31:05.6040042 from now. -[2024-08-26 14:28:54.510 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 14:28:54.605 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 14:28:54.633 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 14:28:54.661 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 14:28:54.815 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 14:28:55.592 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 14:28:55.594 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 14:28:55.594 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 14:28:55.594 +00:00] [INF] [1] Main: Startup complete 0:00:07.8482868 -[2024-08-26 14:28:57.508 +00:00] [INF] [14] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 14:29:01.571 +00:00] [ERR] [8] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json" -System.Net.Http.HttpRequestException: No data available (repo.jellyfin.org:443) - ---> System.Net.Sockets.SocketException (61): No data available - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at System.Net.Http.Json.HttpClientJsonExtensions.g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken) - at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) -[2024-08-26 14:29:01.593 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 4 seconds -[2024-08-26 14:31:44.000 +00:00] [INF] [29] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications -[2024-08-26 14:31:44.027 +00:00] [INF] [3] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery -[2024-08-26 14:31:44.052 +00:00] [INF] [3] Main: Running query planner optimizations in the database... This might take a while -[2024-08-26 14:31:44.106 +00:00] [INF] [3] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 14:31:44.107 +00:00] [INF] [3] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 14:31:44.125 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" -[2024-08-26 14:31:44.125 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" -[2024-08-26 14:31:44.126 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" -[2024-08-26 14:31:44.127 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" -[2024-08-26 14:32:18.320 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" -[2024-08-26 14:32:18.404 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] -[2024-08-26 14:32:18.407 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] -[2024-08-26 14:32:18.416 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" -[2024-08-26 14:32:18.416 +00:00] [INF] [1] Main: Architecture: X64 -[2024-08-26 14:32:18.417 +00:00] [INF] [1] Main: 64-Bit Process: True -[2024-08-26 14:32:18.417 +00:00] [INF] [1] Main: User Interactive: True -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Processor count: 4 -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Program data path: "/config" -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Log directory path: "/config/log" -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Config directory path: "/config/config" -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Cache path: "/cache" -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" -[2024-08-26 14:32:18.418 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" -[2024-08-26 14:32:19.007 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" -[2024-08-26 14:32:19.185 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies -[2024-08-26 14:32:19.421 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 14:32:19.423 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] -[2024-08-26 14:32:19.424 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] -[2024-08-26 14:32:19.427 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.21.0.2"] -[2024-08-26 14:32:19.430 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] -[2024-08-26 14:32:19.431 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" -[2024-08-26 14:32:19.432 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] -[2024-08-26 14:32:23.009 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" -[2024-08-26 14:32:23.012 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" -[2024-08-26 14:32:23.013 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" -[2024-08-26 14:32:23.055 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" -[2024-08-26 14:32:23.056 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" -[2024-08-26 14:32:23.259 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" -[2024-08-26 14:32:24.680 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. -[2024-08-26 14:32:24.814 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" -[2024-08-26 14:32:24.816 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks -[2024-08-26 14:32:24.822 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 14:32:24.868 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-27 03:00:00.000 +00:00, which is 12:27:35.1313359 from now. -[2024-08-26 14:32:24.891 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-27 02:00:00.000 +00:00, which is 11:27:35.1085852 from now. -[2024-08-26 14:32:25.090 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" -[2024-08-26 14:32:25.210 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] -[2024-08-26 14:32:25.240 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] -[2024-08-26 14:32:25.272 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] -[2024-08-26 14:32:25.451 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] -[2024-08-26 14:32:26.968 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" -[2024-08-26 14:32:26.968 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" -[2024-08-26 14:32:26.968 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete -[2024-08-26 14:32:26.968 +00:00] [INF] [1] Main: Startup complete 0:00:09.391722 -[2024-08-26 14:32:27.999 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds -[2024-08-26 14:32:31.796 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds -[2024-08-26 14:47:40.578 +00:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request -[2024-08-26 14:47:49.105 +00:00] [WRN] [20] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.164.100" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." -[2024-08-26 14:47:49.124 +00:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed -[2024-08-26 15:08:28.518 +00:00] [INF] [82] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request -[2024-08-26 15:08:30.531 +00:00] [INF] [82] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True -[2024-08-26 15:09:25.684 +00:00] [INF] [78] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request -[2024-08-26 15:09:27.982 +00:00] [INF] [82] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed -[2024-08-26 15:10:04.214 +00:00] [INF] [76] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "《星灵感应》第09集在线观看_高清全集无修_NT动漫". Stopped at "594270" ms -[2024-08-26 15:11:47.076 +00:00] [INF] [83] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True -[2024-08-26 15:13:16.547 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. -[2024-08-26 15:13:30.585 +00:00] [ERR] [74] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Unexpected end of request content". URL "POST" "/Sessions/Playing/Progress". -[2024-08-26 15:13:30.748 +00:00] [INF] [85] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed -[2024-08-26 15:13:30.762 +00:00] [INF] [79] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" request -[2024-08-26 15:13:31.192 +00:00] [INF] [79] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.164.100" closed -[2024-08-26 15:34:58.856 +00:00] [ERR] [18] Microsoft.AspNetCore.Server.Kestrel: Unexpected exception in TimingPipeFlusher.FlushAsync. -System.Net.Sockets.SocketException (110): Connection timed out - at System.IO.Pipelines.Pipe.GetFlushAsyncResult() - at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.ConcurrentPipeWriter.FlushAsyncAwaited(ValueTask`1 flushTask, CancellationToken cancellationToken) - at Microsoft.AspNetCore.Server.Kestrel.Core.Internal.Infrastructure.PipeWriterHelpers.TimingPipeFlusher.TimeFlushAsyncAwaited(ValueTask`1 pipeFlushTask, MinDataRate minRate, IHttpOutputAborter outputAborter, CancellationToken cancellationToken) -[2024-08-26 21:03:56.891 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/赛文OV" -[2024-08-26 21:03:56.892 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" -[2024-08-26 21:03:56.894 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Validating media library -[2024-08-26 21:03:57.543 +00:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping -[2024-08-26 21:03:57.718 +00:00] [WRN] [70] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping -[2024-08-26 21:03:57.877 +00:00] [INF] [11] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【02.Perfect World】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:03:57.877 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【03.Neverland】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:03:57.877 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【05.Akashic Record】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:03:57.877 +00:00] [INF] [68] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【04.Innocent】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:04:06.220 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:14.218 +00:00] [ERR] [8] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:14.239 +00:00] [ERR] [11] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:14.578 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【94TVSP】【01.太阳能作战】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:04:22.222 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:22.244 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:22.413 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【94TVSP】【02.地球星人的大地】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:04:30.228 +00:00] [ERR] [106] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:30.248 +00:00] [ERR] [11] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:30.449 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【98OV】【01.丧失记忆】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:04:38.233 +00:00] [ERR] [11] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:38.251 +00:00] [ERR] [11] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:38.519 +00:00] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【98OV】【02.比地球更久远】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:04:46.237 +00:00] [ERR] [8] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:46.257 +00:00] [ERR] [8] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:46.498 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【98OV】【03.太阳的背叛】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:04:54.239 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:54.260 +00:00] [ERR] [106] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:04:54.473 +00:00] [INF] [68] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【01.光荣与传说】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:02.246 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:02.266 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:02.486 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【02.飞在天上的大铁块】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:10.247 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:10.267 +00:00] [ERR] [8] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:10.488 +00:00] [INF] [106] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【03.果实成熟之日】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:18.252 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:18.271 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:18.449 +00:00] [INF] [8] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【04.诺言的结果】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:26.255 +00:00] [ERR] [106] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:26.274 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:26.599 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【05.被仿造的男人】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:34.261 +00:00] [ERR] [100] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:34.280 +00:00] [ERR] [8] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:34.571 +00:00] [INF] [100] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【99OV】【06.我是地球人】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:42.267 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:42.286 +00:00] [ERR] [11] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:42.498 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【01.Dark Side】.avi\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" -[2024-08-26 21:05:50.273 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:50.290 +00:00] [ERR] [70] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:58.278 +00:00] [ERR] [99] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:05:58.293 +00:00] [ERR] [100] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:06:06.281 +00:00] [ERR] [100] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) - at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) - at TMDbLib.Client.TMDbClient.GetConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() - at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:06:06.297 +00:00] [ERR] [11] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:06:14.300 +00:00] [ERR] [100] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" -System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) - ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) - at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) - at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - --- End of inner exception stack trace --- - at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) - at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) - at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) - at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) - at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) - at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) -[2024-08-26 21:06:14.330 +00:00] [INF] [99] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 2 minute(s) and 17 seconds -[2024-08-26 21:06:14.363 +00:00] [INF] [100] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/赛文OV" -[2024-08-26 21:06:14.363 +00:00] [INF] [98] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" diff --git a/jellyfin/config/log/log_20240828.log b/jellyfin/config/log/log_20240828.log index 1bf2c65..aaebeaa 100755 --- a/jellyfin/config/log/log_20240828.log +++ b/jellyfin/config/log/log_20240828.log @@ -289,3 +289,1298 @@ System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/ [2024-08-28 16:33:44.530 +00:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" [2024-08-28 16:33:46.941 +00:00] [INF] [11] Jellyfin.LiveTv.Guide.GuideManager: Refreshing guide with 7 days of guide data [2024-08-28 16:33:46.946 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Refresh Guide" Completed after 0 minute(s) and 3 seconds +[2024-08-28 17:46:31.633 +00:00] [INF] [23] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-28 17:46:31.683 +00:00] [INF] [25] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-28 17:46:31.696 +00:00] [INF] [25] Main: Running query planner optimizations in the database... This might take a while +[2024-08-28 17:46:31.774 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-28 17:46:31.826 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-28 17:46:31.827 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-28 17:46:31.832 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-28 17:46:31.833 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-28 17:47:04.479 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-28 17:47:04.541 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-28 17:47:04.567 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-28 17:47:04.569 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-28 17:47:04.570 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-28 17:47:04.583 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-28 17:47:04.583 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-28 17:47:04.583 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-28 17:47:04.583 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-28 17:47:04.583 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-28 17:47:04.584 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-28 17:47:04.584 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-28 17:47:04.588 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-28 17:47:04.589 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-28 17:47:05.096 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-28 17:47:05.279 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-28 17:47:05.493 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 17:47:05.494 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-28 17:47:05.495 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 17:47:05.498 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-28 17:47:05.500 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-28 17:47:05.501 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-28 17:47:05.502 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-28 17:47:08.706 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-28 17:47:08.708 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-28 17:47:08.709 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-28 17:47:08.738 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-28 17:47:08.739 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-28 17:47:08.901 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-28 17:47:09.978 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-28 17:47:10.043 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-28 17:47:10.044 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-28 17:47:10.051 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-28 17:47:10.077 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-29 03:00:00.000 +00:00, which is 09:12:49.9230545 from now. +[2024-08-28 17:47:10.086 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-29 02:00:00.000 +00:00, which is 08:12:49.9138061 from now. +[2024-08-28 17:47:10.201 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-28 17:47:10.287 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-28 17:47:10.313 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-28 17:47:10.343 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-28 17:47:10.500 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-28 17:47:11.328 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-28 17:47:11.329 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-28 17:47:11.330 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-28 17:47:11.330 +00:00] [INF] [1] Main: Startup complete 0:00:07.3806288 +[2024-08-28 17:47:13.178 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-28 17:47:20.651 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 7 seconds +[2024-08-28 17:51:39.475 +00:00] [INF] [3] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-28 17:51:39.522 +00:00] [INF] [24] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-28 17:51:39.554 +00:00] [INF] [28] Main: Running query planner optimizations in the database... This might take a while +[2024-08-28 17:51:39.662 +00:00] [INF] [29] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-28 17:51:39.677 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-28 17:51:39.678 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-28 17:51:39.680 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-28 17:51:39.681 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-28 17:55:04.698 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-28 17:55:04.826 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]"] +[2024-08-28 17:55:04.841 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-28 17:55:04.844 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-28 17:55:04.844 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-28 17:55:04.845 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-28 17:55:05.621 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-28 17:55:05.814 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-28 17:55:06.117 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 17:55:06.119 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-28 17:55:06.120 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 17:55:06.124 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-28 17:55:06.128 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-28 17:55:06.130 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-28 17:55:06.131 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-28 17:55:09.801 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-28 17:55:09.815 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-28 17:55:09.816 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-28 17:55:09.853 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-28 17:55:09.854 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-28 17:55:10.074 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-28 17:55:11.390 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-28 17:55:11.456 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/animedownloader" because the path does not exist +[2024-08-28 17:55:11.456 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-28 17:55:11.457 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-28 17:55:11.489 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-29 03:00:00.000 +00:00, which is 09:04:48.5105722 from now. +[2024-08-28 17:55:11.498 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-29 02:00:00.000 +00:00, which is 08:04:48.5016119 from now. +[2024-08-28 17:55:11.615 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-28 17:55:11.709 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-28 17:55:11.738 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-28 17:55:11.769 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-28 17:55:11.930 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-28 17:55:12.518 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-28 17:55:12.519 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-28 17:55:12.519 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-28 17:55:12.519 +00:00] [INF] [1] Main: Startup complete 0:00:08.2658713 +[2024-08-28 17:55:14.667 +00:00] [INF] [16] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-28 17:55:17.020 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 2 seconds +[2024-08-28 17:57:22.746 +00:00] [INF] [3] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-28 17:57:22.804 +00:00] [INF] [10] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-28 17:57:22.831 +00:00] [INF] [21] Main: Running query planner optimizations in the database... This might take a while +[2024-08-28 17:57:22.891 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-28 17:57:22.895 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-28 17:57:22.896 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-28 17:57:22.896 +00:00] [INF] [21] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-28 17:57:54.330 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-28 17:57:54.417 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]"] +[2024-08-28 17:57:54.429 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-28 17:57:54.432 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-28 17:57:54.432 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-28 17:57:54.433 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-28 17:57:55.056 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-28 17:57:55.236 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-28 17:57:55.511 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 17:57:55.513 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-28 17:57:55.516 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 17:57:55.518 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-28 17:57:55.522 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-28 17:57:55.524 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-28 17:57:55.525 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-28 17:57:59.122 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-28 17:57:59.124 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-28 17:57:59.125 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-28 17:57:59.167 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-28 17:57:59.168 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-28 17:57:59.366 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-28 17:58:00.552 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-28 17:58:00.615 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/animedownloader" because the path does not exist +[2024-08-28 17:58:00.616 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-28 17:58:00.616 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-28 17:58:00.652 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-29 03:00:00.000 +00:00, which is 09:01:59.3481962 from now. +[2024-08-28 17:58:00.662 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-29 02:00:00.000 +00:00, which is 08:01:59.3378156 from now. +[2024-08-28 17:58:00.780 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-28 17:58:00.873 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-28 17:58:00.903 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-28 17:58:00.932 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-28 17:58:01.089 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-28 17:58:02.142 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-28 17:58:02.143 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-28 17:58:02.143 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-28 17:58:02.143 +00:00] [INF] [1] Main: Startup complete 0:00:08.4662811 +[2024-08-28 17:58:03.784 +00:00] [INF] [15] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-28 17:58:11.910 +00:00] [ERR] [8] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (repo.jellyfin.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at System.Net.Http.Json.HttpClientJsonExtensions.g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken) + at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) +[2024-08-28 17:58:11.948 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 8 seconds +[2024-08-28 18:00:06.937 +00:00] [INF] [31] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-28 18:00:06.967 +00:00] [INF] [30] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-28 18:00:07.015 +00:00] [INF] [30] Main: Running query planner optimizations in the database... This might take a while +[2024-08-28 18:00:07.110 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-28 18:00:07.110 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-28 18:00:07.111 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-28 18:00:07.112 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-28 18:12:37.531 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-28 18:12:37.610 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]"] +[2024-08-28 18:12:37.640 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-28 18:12:37.646 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-28 18:12:37.653 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-28 18:12:37.660 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-28 18:12:37.661 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-28 18:12:37.661 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-28 18:12:37.661 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-28 18:12:37.662 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-28 18:12:37.662 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-28 18:12:37.663 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-28 18:12:37.665 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-28 18:12:37.666 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-28 18:12:38.211 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-28 18:12:38.383 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-28 18:12:38.628 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 18:12:38.629 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-28 18:12:38.629 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 18:12:38.635 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-28 18:12:38.639 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-28 18:12:38.639 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-28 18:12:38.640 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-28 18:12:42.165 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-28 18:12:42.168 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-28 18:12:42.169 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-28 18:12:42.202 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-28 18:12:42.203 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-28 18:12:42.395 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-28 18:12:43.591 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-28 18:12:43.655 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/animedownloader" because the path does not exist +[2024-08-28 18:12:43.656 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-28 18:12:43.656 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-28 18:12:43.690 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-29 03:00:00.000 +00:00, which is 08:47:16.3103025 from now. +[2024-08-28 18:12:43.698 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-29 02:00:00.000 +00:00, which is 07:47:16.3011222 from now. +[2024-08-28 18:12:43.815 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-28 18:12:43.907 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-28 18:12:43.933 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-28 18:12:43.963 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-28 18:12:44.123 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-28 18:12:44.736 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-28 18:12:44.737 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-28 18:12:44.737 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-28 18:12:44.737 +00:00] [INF] [1] Main: Startup complete 0:00:07.8346464 +[2024-08-28 18:12:46.854 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-28 18:12:53.274 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 6 seconds +[2024-08-28 18:15:39.126 +00:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-28 18:15:39.155 +00:00] [INF] [19] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-28 18:15:39.181 +00:00] [INF] [19] Main: Running query planner optimizations in the database... This might take a while +[2024-08-28 18:15:39.258 +00:00] [INF] [19] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-28 18:15:39.259 +00:00] [INF] [19] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-28 18:15:39.260 +00:00] [INF] [19] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-28 18:15:39.260 +00:00] [INF] [19] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-28 18:16:12.767 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-28 18:16:12.845 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-28 18:16:12.850 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-28 18:16:12.855 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-28 18:16:12.855 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-28 18:16:12.856 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-28 18:16:12.857 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-28 18:16:12.857 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-28 18:16:13.284 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-28 18:16:13.463 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-28 18:16:13.709 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 18:16:13.710 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-28 18:16:13.711 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 18:16:13.713 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-28 18:16:13.717 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-28 18:16:13.717 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-28 18:16:13.718 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-28 18:16:17.202 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-28 18:16:17.203 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-28 18:16:17.205 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-28 18:16:17.239 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-28 18:16:17.240 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-28 18:16:17.423 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-28 18:16:18.497 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-28 18:16:18.560 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-28 18:16:18.561 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-28 18:16:18.567 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-28 18:16:18.596 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-29 03:00:00.000 +00:00, which is 08:43:41.4042072 from now. +[2024-08-28 18:16:18.604 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-29 02:00:00.000 +00:00, which is 07:43:41.3950892 from now. +[2024-08-28 18:16:18.724 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-28 18:16:18.817 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-28 18:16:18.846 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-28 18:16:18.875 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-28 18:16:19.031 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-28 18:16:19.800 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-28 18:16:19.801 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-28 18:16:19.802 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-28 18:16:19.802 +00:00] [INF] [1] Main: Startup complete 0:00:07.6113301 +[2024-08-28 18:16:21.744 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-28 18:16:24.181 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 2 seconds +[2024-08-28 19:34:14.708 +00:00] [INF] [27] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "wsq" has succeeded. +[2024-08-28 19:34:14.713 +00:00] [INF] [27] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "wsq": 0/0 +[2024-08-28 19:34:14.715 +00:00] [INF] [27] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user fe9bf4fe-29da-4c19-af21-c95728f401b9 +[2024-08-28 19:34:14.902 +00:00] [INF] [30] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-28 19:34:22.829 +00:00] [INF] [36] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 19:34:23.261 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Could not find file '/media/animedownloader/前辈是男孩子第07集在线观看高清全集无修NT动漫.mp4'". URL "GET" "/Videos/d137fe36f22d3fe10d35e680b33b166b/stream.mp4". +[2024-08-28 19:34:23.497 +00:00] [INF] [36] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 19:34:23.687 +00:00] [INF] [21] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-28 19:34:23.722 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/animedownloader/前辈是男孩子第07集在线观看高清全集无修NT动漫.mp4\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 3049382 -bufsize 6098764 -x265-params:0 no-info=1 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -bf 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=mode=read,format=nv12\" -codec:a:0 copy -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"1983f2c86298006c9d4f1994f309803a-1.mp4\" -start_number 0 -hls_segment_filename \"/cache/transcodes/1983f2c86298006c9d4f1994f309803a%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/1983f2c86298006c9d4f1994f309803a.m3u8\"" +[2024-08-28 19:34:23.827 +00:00] [ERR] [21] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-28 19:34:23.911 +00:00] [ERR] [21] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d137fe36-f22d-3fe1-0d35-e680b33b166b/hls1/main/-1.mp4". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId) + at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions) + at lambda_method1198(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-28 19:34:24.043 +00:00] [INF] [38] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 19:34:24.054 +00:00] [INF] [38] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/1983f2c86298006c9d4f1994f309803a.m3u8" +[2024-08-28 19:34:24.105 +00:00] [INF] [36] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-28 19:34:24.106 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -init_hw_device vaapi=va:,kernel_driver=i915,driver=iHD -init_hw_device qsv=qs@va -filter_hw_device qs -hwaccel vaapi -hwaccel_output_format vaapi -noautorotate -i file:\"/media/animedownloader/前辈是男孩子第07集在线观看高清全集无修NT动漫.mp4\" -noautoscale -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 3049382 -bufsize 6098764 -x265-params:0 no-info=1 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -bf 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale_vaapi=format=nv12:extra_hw_frames=24,hwmap=mode=read,format=nv12\" -codec:a:0 libfdk_aac -ac 2 -ab 64002 -ar 44100 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"f00a7f119cb8850a558ca22e05212e26-1.mp4\" -start_number 0 -hls_segment_filename \"/cache/transcodes/f00a7f119cb8850a558ca22e05212e26%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/f00a7f119cb8850a558ca22e05212e26.m3u8\"" +[2024-08-28 19:34:24.132 +00:00] [ERR] [38] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-28 19:34:24.230 +00:00] [ERR] [38] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d137fe36-f22d-3fe1-0d35-e680b33b166b/hls1/main/-1.mp4". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId) + at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions) + at lambda_method1198(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-28 19:34:24.281 +00:00] [INF] [38] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/f00a7f119cb8850a558ca22e05212e26.m3u8" +[2024-08-28 19:34:25.785 +00:00] [INF] [38] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "前辈是男孩子第07集在线观看高清全集无修NT动漫". Stopped at "0" ms +[2024-08-28 19:35:38.918 +00:00] [INF] [41] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 19:35:50.917 +00:00] [INF] [36] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets. +[2024-08-28 19:37:46.070 +00:00] [INF] [36] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "wsq" has been denied (IP: "192.168.187.101"). +[2024-08-28 19:37:46.078 +00:00] [ERR] [36] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request: "Invalid username or password entered". URL "POST" "/Users/authenticatebyname". +[2024-08-28 19:37:49.158 +00:00] [INF] [26] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "wsq" has succeeded. +[2024-08-28 19:37:49.158 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "wsq": 1/0 +[2024-08-28 19:37:49.160 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionManager: Logging out access token "61da85edc8564207ad8a8aea7c5f05db" +[2024-08-28 19:37:49.186 +00:00] [INF] [26] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user fe9bf4fe-29da-4c19-af21-c95728f401b9 +[2024-08-28 19:37:49.214 +00:00] [INF] [10] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-28 19:38:18.554 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/animedownloader" is inaccessible or empty, skipping +[2024-08-28 19:38:25.745 +00:00] [INF] [41] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 19:38:26.205 +00:00] [INF] [10] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-28 19:38:26.213 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【03.Neverland】.avi\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 5106256 -bufsize 10212512 -x265-params:0 no-info=1 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -bf 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(640\,480*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(640/a\,480))/2)*2,format=yuv420p\" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"166d781039d249cb48c2e1be3a2fa0da-1.mp4\" -start_number 0 -hls_segment_filename \"/cache/transcodes/166d781039d249cb48c2e1be3a2fa0da%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/166d781039d249cb48c2e1be3a2fa0da.m3u8\"" +[2024-08-28 19:38:26.262 +00:00] [ERR] [41] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-28 19:38:26.359 +00:00] [ERR] [41] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/6a27e87f-b996-3af1-f076-2e9711a01f65/hls1/main/-1.mp4". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId) + at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions) + at lambda_method1198(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-28 19:38:26.906 +00:00] [INF] [41] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 19:38:26.913 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/166d781039d249cb48c2e1be3a2fa0da.m3u8" +[2024-08-28 19:38:26.996 +00:00] [INF] [10] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-28 19:38:26.996 +00:00] [INF] [10] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【03.Neverland】.avi\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 5106256 -bufsize 10212512 -x265-params:0 no-info=1 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -bf 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(640\,480*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(640/a\,480))/2)*2,format=yuv420p\" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"88ba573282bbd009814fd73cd35fe9bc-1.mp4\" -start_number 0 -hls_segment_filename \"/cache/transcodes/88ba573282bbd009814fd73cd35fe9bc%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/88ba573282bbd009814fd73cd35fe9bc.m3u8\"" +[2024-08-28 19:38:27.027 +00:00] [ERR] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-28 19:38:27.123 +00:00] [ERR] [17] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/6a27e87f-b996-3af1-f076-2e9711a01f65/hls1/main/-1.mp4". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId) + at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions) + at lambda_method1198(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-28 19:38:27.399 +00:00] [INF] [17] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 19:38:27.407 +00:00] [INF] [23] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/88ba573282bbd009814fd73cd35fe9bc.m3u8" +[2024-08-28 19:38:27.512 +00:00] [INF] [17] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-28 19:38:27.512 +00:00] [INF] [17] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/赛文OV/【02OV】【03.Neverland】.avi\" -map_metadata -1 -map_chapters -1 -threads 0 -map 0:0 -map 0:1 -map -0:s -codec:v:0 libx265 -tag:v:0 hvc1 -preset veryfast -crf 28 -maxrate 5106256 -bufsize 10212512 -x265-params:0 no-info=1 -force_key_frames:0 \"expr:gte(t,n_forced*3)\" -bf 0 -vf \"setparams=color_primaries=bt709:color_trc=bt709:colorspace=bt709,scale=trunc(min(max(iw\,ih*a)\,min(640\,480*a))/2)*2:trunc(min(max(iw/a\,ih)\,min(640/a\,480))/2)*2,format=yuv420p\" -codec:a:0 libfdk_aac -ac 2 -ab 256000 -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"f18fce59c754dc687e7d2b56e438750a-1.mp4\" -start_number 0 -hls_segment_filename \"/cache/transcodes/f18fce59c754dc687e7d2b56e438750a%d.mp4\" -hls_playlist_type vod -hls_list_size 0 -y \"/cache/transcodes/f18fce59c754dc687e7d2b56e438750a.m3u8\"" +[2024-08-28 19:38:27.539 +00:00] [ERR] [17] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-28 19:38:27.637 +00:00] [ERR] [23] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/6a27e87f-b996-3af1-f076-2e9711a01f65/hls1/main/-1.mp4". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetDynamicSegment(StreamingRequestDto streamingRequest, Int32 segmentId) + at Jellyfin.Api.Controllers.DynamicHlsController.GetHlsVideoSegment(Guid itemId, String playlistId, Int32 segmentId, String container, Int64 runtimeTicks, Int64 actualSegmentLengthTicks, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions) + at lambda_method1198(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-28 19:38:27.671 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/f18fce59c754dc687e7d2b56e438750a.m3u8" +[2024-08-28 19:38:29.172 +00:00] [INF] [18] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "【02OV】【03.Neverland】". Stopped at "0" ms +[2024-08-28 19:39:03.234 +00:00] [INF] [18] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-28 19:51:41.942 +00:00] [WRN] [44] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.187.101" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." +[2024-08-28 19:51:41.942 +00:00] [INF] [44] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-28 21:36:19.912 +00:00] [INF] [77] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-28 21:37:46.007 +00:00] [INF] [85] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-28 21:37:46.015 +00:00] [INF] [60] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-28 21:37:46.037 +00:00] [INF] [60] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-28 21:37:46.048 +00:00] [INF] [20] Main: Running query planner optimizations in the database... This might take a while +[2024-08-28 21:37:46.107 +00:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-28 21:37:46.114 +00:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-28 21:37:46.114 +00:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-28 21:37:46.116 +00:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-28 21:37:46.116 +00:00] [INF] [20] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-28 21:37:47.156 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-28 21:37:47.183 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]"] +[2024-08-28 21:37:47.186 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-28 21:37:47.187 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-28 21:37:47.187 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-28 21:37:47.187 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-28 21:37:47.187 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-28 21:37:47.188 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-28 21:37:47.394 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-28 21:37:47.451 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-28 21:37:47.586 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 21:37:47.587 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-28 21:37:47.587 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-28 21:37:47.589 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-28 21:37:47.589 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-28 21:37:47.589 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-28 21:37:47.589 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-28 21:37:49.684 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-28 21:37:49.685 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-28 21:37:49.686 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-28 21:37:49.713 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-28 21:37:49.713 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-28 21:37:49.834 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-28 21:37:49.863 +00:00] [WRN] [1] Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager: No XML encryptor configured. Key {17c9559c-c1d9-4f14-ba43-1bc85401961e} may be persisted to storage in unencrypted form. +[2024-08-28 21:37:50.724 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-28 21:37:50.772 +00:00] [INF] [1] Emby.Server.Implementations.IO.LibraryMonitor: Skipping realtime monitor for "/media/赛文OV" because the path does not exist +[2024-08-28 21:37:50.773 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-28 21:37:50.773 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/animedownloader" +[2024-08-28 21:37:50.798 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-29 03:00:00.000 +00:00, which is 05:22:09.2016439 from now. +[2024-08-28 21:37:50.806 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-29 02:00:00.000 +00:00, which is 04:22:09.1935209 from now. +[2024-08-28 21:37:50.916 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-28 21:37:50.989 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-28 21:37:51.016 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-28 21:37:51.044 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-28 21:37:51.190 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-28 21:37:51.615 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-28 21:37:51.622 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-28 21:37:51.622 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-28 21:37:51.622 +00:00] [INF] [1] Main: Startup complete 0:00:04.731493 +[2024-08-28 21:37:53.849 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-28 21:37:54.304 +00:00] [INF] [8] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-28 21:38:01.046 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 7 seconds +[2024-08-28 21:38:14.631 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/animedownloader" +[2024-08-28 21:38:14.822 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:14.837 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:15.013 +00:00] [ERR] [11] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:15.014 +00:00] [WRN] [11] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:15.014 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:15.015 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:15.015 +00:00] [ERR] [11] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:15.016 +00:00] [WRN] [11] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/赛文OV" is inaccessible or empty, skipping +[2024-08-28 21:38:15.020 +00:00] [INF] [11] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "animedownloader", Path: "/media/animedownloader", Id: 3fb64118-2fe7-8318-011b-9416d103a1a1 +[2024-08-28 21:38:15.038 +00:00] [INF] [11] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "赛文OV", Path: "/media/赛文OV", Id: 70320027-e517-0a37-e4b1-a44e3656d9c7 +[2024-08-28 21:38:15.082 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "CollectionFolder", Name: "网页视频下载", Path: "/config/root/default/网页视频下载", Id: cba3ba7e-d7bd-1dc4-7cf3-f7f5ddd3acc5 +[2024-08-28 21:38:15.093 +00:00] [ERR] [11] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.093 +00:00] [ERR] [19] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.110 +00:00] [ERR] [19] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.113 +00:00] [ERR] [19] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.118 +00:00] [INF] [11] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-28 21:38:15.122 +00:00] [INF] [17] MediaBrowser.Providers.Manager.ProviderManager: Deleting previous image "/config/metadata/library/f2/f27caa37e5142225cceded48f6553502/poster.jpg" +[2024-08-28 21:38:15.134 +00:00] [ERR] [17] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:15.134 +00:00] [ERR] [17] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:15.135 +00:00] [ERR] [17] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:15.135 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:15.135 +00:00] [ERR] [17] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:15.135 +00:00] [ERR] [17] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:15.136 +00:00] [ERR] [17] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:15.136 +00:00] [WRN] [17] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/赛文OV" is inaccessible or empty, skipping +[2024-08-28 21:38:15.141 +00:00] [ERR] [21] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.141 +00:00] [ERR] [17] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.145 +00:00] [ERR] [21] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.147 +00:00] [ERR] [21] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:15.153 +00:00] [ERR] [21] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:15.154 +00:00] [ERR] [21] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:15.154 +00:00] [ERR] [21] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:15.155 +00:00] [WRN] [21] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:15.155 +00:00] [ERR] [21] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:15.155 +00:00] [ERR] [21] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:15.156 +00:00] [ERR] [21] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/赛文OV" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/赛文OV'. + at System.IO.Enumeration.FileSystemEnumerator`1.CreateDirectoryHandle(String path, Boolean ignoreNotFound) + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:15.156 +00:00] [WRN] [21] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/赛文OV" is inaccessible or empty, skipping +[2024-08-28 21:38:15.218 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 0 seconds +[2024-08-28 21:38:22.946 +00:00] [ERR] [8] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:22.947 +00:00] [ERR] [8] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:22.948 +00:00] [ERR] [8] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:22.948 +00:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:22.950 +00:00] [INF] [21] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "CollectionFolder", Name: "赛文OV", Path: "/config/root/default/赛文OV", Id: 9fee11be-723e-a901-cd5d-b92d71b75b4b +[2024-08-28 21:38:22.953 +00:00] [ERR] [8] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:22.956 +00:00] [ERR] [8] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:22.957 +00:00] [INF] [11] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-28 21:38:22.969 +00:00] [ERR] [8] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:22.970 +00:00] [ERR] [8] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:22.970 +00:00] [ERR] [8] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:22.970 +00:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:22.974 +00:00] [ERR] [11] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:22.976 +00:00] [ERR] [11] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:22.978 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:22.979 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:22.979 +00:00] [ERR] [11] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:22.979 +00:00] [WRN] [11] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:22.989 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 0 seconds +[2024-08-28 21:38:43.144 +00:00] [ERR] [19] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:43.144 +00:00] [ERR] [19] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:43.145 +00:00] [ERR] [19] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:43.145 +00:00] [WRN] [19] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:43.155 +00:00] [ERR] [21] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:43.160 +00:00] [ERR] [19] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:43.162 +00:00] [INF] [8] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-28 21:38:43.177 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:43.177 +00:00] [ERR] [11] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:43.177 +00:00] [ERR] [11] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:43.178 +00:00] [WRN] [11] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:43.182 +00:00] [ERR] [8] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:43.184 +00:00] [ERR] [8] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at MediaBrowser.Providers.Manager.ItemImageProvider.<>c__DisplayClass7_0.b__0(ILocalImageProvider i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-28 21:38:43.188 +00:00] [ERR] [8] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at System.Collections.Concurrent.ConcurrentDictionary`2.GetOrAdd[TArg](TKey key, Func`3 valueFactory, TArg factoryArgument) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-28 21:38:43.188 +00:00] [ERR] [8] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-28 21:38:43.189 +00:00] [ERR] [8] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-28 21:38:43.189 +00:00] [WRN] [8] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-28 21:38:43.395 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-28 21:38:43.395 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-28 21:38:51.592 +00:00] [ERR] [19] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.GetConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-28 21:39:02.399 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 21:39:13.061 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫". Stopped at "9957" ms +[2024-08-28 21:39:13.091 +00:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-28 21:39:27.554 +00:00] [INF] [19] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-28 21:39:31.589 +00:00] [INF] [14] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 21:39:43.872 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "[LKSUB". Stopped at "11490" ms +[2024-08-28 21:39:50.580 +00:00] [INF] [19] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 21:40:23.584 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 1 minute(s) and 40 seconds +[2024-08-28 21:40:23.622 +00:00] [INF] [14] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-28 21:40:43.736 +00:00] [INF] [14] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫". Stopped at "50894" ms +[2024-08-28 21:42:51.713 +00:00] [INF] [20] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 21:46:15.710 +00:00] [INF] [31] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 21:49:03.708 +00:00] [INF] [42] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 21:51:51.709 +00:00] [INF] [45] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 21:55:15.707 +00:00] [INF] [11] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 21:58:03.712 +00:00] [INF] [20] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 22:00:51.711 +00:00] [INF] [41] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 22:03:15.707 +00:00] [INF] [37] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 22:03:27.708 +00:00] [INF] [32] Emby.Server.Implementations.Session.SessionWebSocketListener: Lost 1 WebSockets. +[2024-08-28 22:04:08.464 +00:00] [INF] [20] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-28 22:06:56.471 +00:00] [INF] [27] Emby.Server.Implementations.Session.SessionWebSocketListener: Sending ForceKeepAlive message to 1 inactive WebSockets. +[2024-08-28 22:07:20.410 +00:00] [INF] [27] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-28 22:12:54.163 +00:00] [INF] [32] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "wsq" has succeeded. +[2024-08-28 22:12:54.167 +00:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "wsq": 1/0 +[2024-08-28 22:12:54.170 +00:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Logging out access token "576a32d018f34022b4c4cbead540e814" +[2024-08-28 22:12:54.179 +00:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user fe9bf4fe-29da-4c19-af21-c95728f401b9 +[2024-08-28 22:12:54.226 +00:00] [INF] [54] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.45" request +[2024-08-28 22:12:57.812 +00:00] [INF] [29] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 22:14:36.429 +00:00] [INF] [44] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-28 22:14:36.454 +00:00] [INF] [29] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-28 22:14:36.454 +00:00] [INF] [44] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-28 22:14:36.454 +00:00] [INF] [37] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-28 22:14:36.598 +00:00] [ERR] [34] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-28 22:15:00.925 +00:00] [INF] [37] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 22:16:08.222 +00:00] [INF] [35] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Android" "2.6.2" playing "《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫". Stopped at "599923" ms +[2024-08-28 22:16:10.875 +00:00] [INF] [35] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-28 22:17:34.194 +00:00] [INF] [37] Emby.Server.Implementations.IO.LibraryMonitor: "[LKSUB" ("/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4") will be refreshed. +[2024-08-28 22:17:34.217 +00:00] [INF] [35] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-28 22:18:42.609 +00:00] [INF] [52] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Android" "2.6.2" playing "《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫". Stopped at "667314" ms +[2024-08-28 22:18:48.863 +00:00] [WRN] [52] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.187.45" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." +[2024-08-28 22:18:48.870 +00:00] [INF] [52] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.45" closed +[2024-08-28 22:19:29.772 +00:00] [WRN] [52] Emby.Server.Implementations.HttpServer.WebSocketConnection: WS "192.168.187.101" error receiving data: "The remote party closed the WebSocket connection without completing the close handshake." +[2024-08-28 22:19:29.778 +00:00] [INF] [52] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed diff --git a/jellyfin/config/log/log_20240829.log b/jellyfin/config/log/log_20240829.log new file mode 100755 index 0000000..14a90ad --- /dev/null +++ b/jellyfin/config/log/log_20240829.log @@ -0,0 +1,2296 @@ +[2024-08-29 02:00:00.050 +00:00] [INF] [51] Emby.Server.Implementations.ScheduledTasks.TaskManager: "提取章节图片" Completed after 0 minute(s) and 0 seconds +[2024-08-29 02:00:01.014 +00:00] [INF] [51] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 23:59:58.9854839 from now. +[2024-08-29 03:00:00.073 +00:00] [INF] [101] Emby.Server.Implementations.ScheduledTasks.TaskManager: "生成时间轴缩略图" Completed after 0 minute(s) and 0 seconds +[2024-08-29 03:00:01.012 +00:00] [INF] [101] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 23:59:58.9873125 from now. +[2024-08-29 04:33:44.537 +00:00] [INF] [43] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 04:33:44.540 +00:00] [INF] [43] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-29 04:33:44.888 +00:00] [ERR] [43] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 04:33:44.896 +00:00] [ERR] [43] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 04:33:44.897 +00:00] [ERR] [43] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 04:33:44.897 +00:00] [WRN] [43] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 04:33:44.909 +00:00] [ERR] [69] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 04:33:44.921 +00:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Creating image collage and saving to "/cache/temp/c550bb684d3444f49fc98a9d380f441e.png" +[2024-08-29 04:33:45.156 +00:00] [INF] [42] Jellyfin.Drawing.ImageProcessor: Completed creation of image collage and saved to "/cache/temp/c550bb684d3444f49fc98a9d380f441e.png" +[2024-08-29 04:33:45.186 +00:00] [ERR] [42] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.ItemImageProvider.ValidateImages(BaseItem item, IEnumerable`1 providers, ImageRefreshOptions refreshOptions) + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 04:33:45.190 +00:00] [ERR] [42] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 04:33:45.190 +00:00] [ERR] [42] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 04:33:45.191 +00:00] [ERR] [42] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 04:33:45.191 +00:00] [WRN] [42] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 04:33:45.262 +00:00] [INF] [43] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 04:33:45.264 +00:00] [INF] [69] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 04:33:45.264 +00:00] [INF] [68] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 04:33:53.616 +00:00] [ERR] [68] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.GetConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 04:33:57.661 +00:00] [ERR] [69] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.GetConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 04:33:57.669 +00:00] [ERR] [43] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.GetConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 04:33:57.671 +00:00] [ERR] [69] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 04:33:57.662 +00:00] [ERR] [42] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 04:33:57.683 +00:00] [ERR] [75] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "The Open Movie Database" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (www.omdbapi.com:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetSearchResultsInternal(ItemLookupInfo searchInfo, Boolean isSearch, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetImdbId(ItemLookupInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Omdb.OmdbItemProvider.GetResult[T](ItemLookupInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 04:33:58.744 +00:00] [INF] [69] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 0 minute(s) and 14 seconds +[2024-08-29 04:33:58.785 +00:00] [INF] [43] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 08:02:02.345 +00:00] [INF] [32] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 08:02:02.368 +00:00] [INF] [108] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 08:02:02.417 +00:00] [INF] [29] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 08:02:02.506 +00:00] [INF] [29] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 08:02:02.525 +00:00] [INF] [29] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 08:02:02.525 +00:00] [INF] [29] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 08:02:02.528 +00:00] [INF] [29] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 08:02:02.529 +00:00] [INF] [29] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 08:02:40.891 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 08:02:40.949 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]"] +[2024-08-29 08:02:40.959 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 08:02:40.968 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 08:02:40.970 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 08:02:40.971 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 08:02:40.972 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 08:02:40.972 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 08:02:40.974 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 08:02:40.975 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 08:02:40.975 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 08:02:40.976 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 08:02:40.976 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 08:02:40.978 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 08:02:41.586 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 08:02:41.801 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 08:02:42.089 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 08:02:42.090 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 08:02:42.091 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 08:02:42.094 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 08:02:42.098 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 08:02:42.099 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 08:02:42.100 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 08:02:45.752 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 08:02:45.754 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 08:02:45.755 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 08:02:45.791 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 08:02:45.792 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 08:02:45.982 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 08:02:47.153 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 08:02:47.223 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 08:02:47.224 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 08:02:47.257 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 18:57:12.7432774 from now. +[2024-08-29 08:02:47.265 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 17:57:12.7341954 from now. +[2024-08-29 08:02:47.380 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 08:02:47.476 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 08:02:47.503 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 08:02:47.532 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 08:02:47.692 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 08:02:48.367 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 08:02:48.368 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 08:02:48.369 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 08:02:48.369 +00:00] [INF] [1] Main: Startup complete 0:00:08.1495987 +[2024-08-29 08:02:50.369 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 08:02:53.580 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-29 08:55:46.448 +00:00] [INF] [54] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 08:55:46.462 +00:00] [INF] [74] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 08:55:46.507 +00:00] [INF] [51] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 08:55:46.570 +00:00] [INF] [51] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 08:55:46.579 +00:00] [INF] [51] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 08:55:46.579 +00:00] [INF] [51] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 08:55:46.579 +00:00] [INF] [51] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 08:55:46.580 +00:00] [INF] [51] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 08:56:42.465 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 08:56:42.544 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-29 08:56:42.547 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 08:56:42.564 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 08:56:42.564 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 08:56:42.565 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 08:56:42.573 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 08:56:42.578 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 08:56:42.584 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 08:56:42.584 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 08:56:42.584 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 08:56:42.585 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 08:56:42.585 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 08:56:42.585 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 08:56:43.179 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 08:56:43.356 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 08:56:43.627 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 08:56:43.628 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 08:56:43.633 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 08:56:43.638 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 08:56:43.640 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 08:56:43.642 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 08:56:43.643 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 08:56:47.091 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 08:56:47.093 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 08:56:47.094 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 08:56:47.124 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 08:56:47.125 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 08:56:47.283 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 08:56:48.350 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 08:56:48.415 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 08:56:48.446 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 08:56:48.448 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 18:03:11.5515488 from now. +[2024-08-29 08:56:48.457 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 17:03:11.5422018 from now. +[2024-08-29 08:56:48.571 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 08:56:48.663 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 08:56:48.690 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 08:56:48.718 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 08:56:48.874 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 08:56:49.548 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 08:56:49.549 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 08:56:49.549 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 08:56:49.550 +00:00] [INF] [1] Main: Startup complete 0:00:07.9095509 +[2024-08-29 08:56:51.616 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 08:56:54.859 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-29 09:01:55.498 +00:00] [INF] [33] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 09:01:55.544 +00:00] [INF] [28] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 09:01:55.555 +00:00] [INF] [30] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 09:01:55.634 +00:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 09:01:55.650 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 09:01:55.650 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 09:01:55.651 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 09:01:55.652 +00:00] [INF] [30] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 09:02:30.716 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 09:02:30.833 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]"] +[2024-08-29 09:02:30.865 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 09:02:30.872 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 09:02:30.872 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 09:02:30.874 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 09:02:30.874 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 09:02:30.875 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 09:02:30.875 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 09:02:30.876 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 09:02:30.876 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 09:02:30.877 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 09:02:30.877 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 09:02:30.879 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 09:02:31.531 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 09:02:31.709 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 09:02:31.942 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 09:02:31.942 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 09:02:31.943 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 09:02:31.946 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 09:02:31.947 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 09:02:31.948 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 09:02:31.948 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 09:02:35.228 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 09:02:35.230 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 09:02:35.231 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 09:02:35.262 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 09:02:35.263 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 09:02:35.417 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 09:02:36.491 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 09:02:36.548 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 09:02:36.552 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 09:02:36.580 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 17:57:23.4198388 from now. +[2024-08-29 09:02:36.589 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 16:57:23.4100588 from now. +[2024-08-29 09:02:36.704 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 09:02:36.801 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 09:02:36.828 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 09:02:36.857 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 09:02:37.014 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 09:02:37.680 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 09:02:37.682 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 09:02:37.682 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 09:02:37.682 +00:00] [INF] [1] Main: Startup complete 0:00:07.6991634 +[2024-08-29 09:02:39.675 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 09:02:43.378 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-29 09:14:31.676 +00:00] [INF] [48] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 09:14:31.702 +00:00] [INF] [47] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 09:14:31.722 +00:00] [INF] [52] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 09:14:31.759 +00:00] [INF] [52] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 09:14:31.766 +00:00] [INF] [52] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 09:14:31.766 +00:00] [INF] [52] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 09:14:31.767 +00:00] [INF] [52] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 09:14:31.767 +00:00] [INF] [52] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 09:15:35.065 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 09:15:35.113 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]"] +[2024-08-29 09:15:35.116 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 09:15:35.121 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 09:15:35.122 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 09:15:35.123 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 09:15:35.123 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 09:15:35.123 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 09:15:35.124 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 09:15:35.127 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 09:15:35.127 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 09:15:35.127 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 09:15:35.127 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 09:15:35.127 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 09:15:35.846 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 09:15:36.043 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 09:15:36.426 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 09:15:36.430 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 09:15:36.433 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 09:15:36.438 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 09:15:36.444 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 09:15:36.444 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 09:15:36.445 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 09:15:40.180 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 09:15:40.183 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 09:15:40.184 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 09:15:40.223 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 09:15:40.224 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 09:15:40.438 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 09:15:41.599 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 09:15:41.667 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 09:15:41.678 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 09:15:41.701 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 17:44:18.2989088 from now. +[2024-08-29 09:15:41.710 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 16:44:18.2898686 from now. +[2024-08-29 09:15:41.829 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 09:15:41.914 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 09:15:41.942 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 09:15:41.972 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 09:15:42.140 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 09:15:42.911 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 09:15:42.912 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 09:15:42.913 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 09:15:42.913 +00:00] [INF] [1] Main: Startup complete 0:00:08.4278289 +[2024-08-29 09:15:44.856 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 09:15:52.994 +00:00] [ERR] [8] Emby.Server.Implementations.Updates.InstallationManager: An error occurred while accessing the plugin manifest: "https://repo.jellyfin.org/files/plugin/manifest.json" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (repo.jellyfin.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.AttemptConnection(AddressFamily addressFamily, SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at Jellyfin.Networking.HappyEyeballs.HttpClientExtension.OnConnect(SocketsHttpConnectionContext context, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.DecompressionHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at Microsoft.Extensions.Http.Logging.LoggingScopeHttpMessageHandler.g__Core|5_0(HttpRequestMessage request, Boolean useAsync, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at System.Net.Http.Json.HttpClientJsonExtensions.g__Core|12_0[TValue,TJsonOptions](HttpClient client, Task`1 responseTask, Boolean usingResponseHeadersRead, CancellationTokenSource linkedCTS, Func`4 deserializeMethod, TJsonOptions jsonOptions, CancellationToken cancellationToken) + at Emby.Server.Implementations.Updates.InstallationManager.GetPackages(String manifestName, String manifest, Boolean filterIncompatible, CancellationToken cancellationToken) +[2024-08-29 09:15:53.017 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 8 seconds +[2024-08-29 09:19:31.631 +00:00] [INF] [27] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 09:19:31.673 +00:00] [INF] [32] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 09:19:31.691 +00:00] [INF] [28] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 09:19:31.726 +00:00] [INF] [28] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 09:19:31.735 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 09:19:31.735 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 09:19:31.736 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 09:19:31.736 +00:00] [INF] [28] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 09:20:35.216 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 09:20:35.330 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-29 09:20:35.340 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 09:20:35.343 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 09:20:35.345 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 09:20:35.349 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 09:20:35.350 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 09:20:35.351 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 09:20:35.351 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 09:20:35.352 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 09:20:35.352 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 09:20:35.354 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 09:20:35.356 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 09:20:35.358 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 09:20:35.883 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 09:20:36.113 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 09:20:36.410 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 09:20:36.411 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 09:20:36.411 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 09:20:36.413 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 09:20:36.414 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 09:20:36.414 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 09:20:36.414 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 09:20:39.879 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 09:20:39.881 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 09:20:39.882 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 09:20:39.918 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 09:20:39.919 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 09:20:40.107 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 09:20:41.183 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 09:20:41.242 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 09:20:41.247 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 09:20:41.276 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 17:39:18.7240410 from now. +[2024-08-29 09:20:41.284 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 16:39:18.7150691 from now. +[2024-08-29 09:20:41.401 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 09:20:41.493 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 09:20:41.519 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 09:20:41.548 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 09:20:41.704 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 09:20:42.561 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 09:20:42.562 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 09:20:42.562 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 09:20:42.563 +00:00] [INF] [1] Main: Startup complete 0:00:08.0793768 +[2024-08-29 09:20:44.513 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 09:20:48.115 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-29 10:07:28.139 +00:00] [INF] [59] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 10:07:28.160 +00:00] [INF] [58] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 10:07:28.181 +00:00] [INF] [58] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 10:07:28.240 +00:00] [INF] [58] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 10:07:28.248 +00:00] [INF] [58] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 10:07:28.248 +00:00] [INF] [58] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 10:07:28.248 +00:00] [INF] [58] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 10:07:28.249 +00:00] [INF] [58] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 10:08:38.260 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 10:08:38.383 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_LOG_DIR, /config/log]"] +[2024-08-29 10:08:38.387 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 10:08:38.397 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 10:08:38.397 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 10:08:38.398 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 10:08:38.399 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 10:08:38.400 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 10:08:38.400 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 10:08:38.400 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 10:08:38.408 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 10:08:38.408 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 10:08:38.409 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 10:08:38.409 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 10:08:39.003 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 10:08:39.164 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 10:08:39.518 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:08:39.518 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 10:08:39.519 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:08:39.521 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 10:08:39.522 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 10:08:39.522 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 10:08:39.522 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 10:08:43.468 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 10:08:43.470 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 10:08:43.471 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 10:08:43.508 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 10:08:43.509 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 10:08:43.716 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 10:08:44.850 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 10:08:44.911 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 10:08:44.921 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 10:08:44.945 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 16:51:15.0550833 from now. +[2024-08-29 10:08:44.954 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 15:51:15.0457336 from now. +[2024-08-29 10:08:45.076 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 10:08:45.171 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 10:08:45.197 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 10:08:45.227 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 10:08:45.386 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 10:08:46.042 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 10:08:46.043 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 10:08:46.043 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 10:08:46.043 +00:00] [INF] [1] Main: Startup complete 0:00:08.4706992 +[2024-08-29 10:08:48.079 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 10:08:51.728 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 10:08:51.789 +00:00] [INF] [11] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 10:08:51.837 +00:00] [INF] [8] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 10:08:51.899 +00:00] [INF] [18] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 10:08:51.906 +00:00] [INF] [11] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-29 10:08:51.913 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件": Waiting on Task +[2024-08-29 10:08:51.950 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件": Task exited +[2024-08-29 10:08:51.956 +00:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 10:08:51.957 +00:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 10:08:51.957 +00:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 10:08:51.962 +00:00] [INF] [8] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 10:09:54.930 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 10:09:55.041 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_LOG_DIR, /config/log]"] +[2024-08-29 10:09:55.058 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 10:09:55.059 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 10:09:55.059 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 10:09:55.061 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 10:09:55.062 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 10:09:55.062 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 10:09:55.062 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 10:09:55.062 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 10:09:55.063 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 10:09:55.063 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 10:09:55.064 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 10:09:55.065 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 10:09:55.669 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 10:09:55.847 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 10:09:56.134 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:09:56.135 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 10:09:56.137 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:09:56.141 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 10:09:56.147 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 10:09:56.148 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 10:09:56.149 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 10:09:59.656 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 10:09:59.657 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 10:09:59.659 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 10:09:59.692 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 10:09:59.693 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 10:09:59.854 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 10:10:00.925 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 10:10:00.989 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 10:10:01.002 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 10:10:01.024 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 16:49:58.9760463 from now. +[2024-08-29 10:10:01.032 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 15:49:58.9670762 from now. +[2024-08-29 10:10:01.150 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 10:10:01.238 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 10:10:01.264 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 10:10:01.292 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 10:10:01.449 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 10:10:02.044 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 10:10:02.045 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 10:10:02.045 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 10:10:02.045 +00:00] [INF] [1] Main: Startup complete 0:00:07.9832411 +[2024-08-29 10:10:04.143 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 10:10:10.375 +00:00] [INF] [10] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 6 seconds +[2024-08-29 10:19:29.232 +00:00] [INF] [51] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 10:19:29.276 +00:00] [INF] [50] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 10:19:29.292 +00:00] [INF] [50] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 10:19:29.394 +00:00] [INF] [52] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 10:19:29.428 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 10:19:29.428 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 10:19:29.429 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 10:19:29.430 +00:00] [INF] [50] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 10:20:06.954 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 10:20:07.010 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CACHE_DIR, /cache]"] +[2024-08-29 10:20:07.014 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 10:20:07.015 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 10:20:07.015 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 10:20:07.018 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 10:20:07.019 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 10:20:07.019 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 10:20:07.019 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 10:20:07.020 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 10:20:07.020 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 10:20:07.021 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 10:20:07.021 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 10:20:07.022 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 10:20:07.666 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 10:20:07.815 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 10:20:08.062 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:20:08.073 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 10:20:08.074 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:20:08.077 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 10:20:08.078 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 10:20:08.080 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 10:20:08.080 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 10:20:11.798 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 10:20:11.800 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 10:20:11.801 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 10:20:11.844 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 10:20:11.845 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 10:20:12.049 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 10:20:13.178 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 10:20:13.241 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 10:20:13.269 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 10:20:13.275 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 16:39:46.7250518 from now. +[2024-08-29 10:20:13.284 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 15:39:46.7151400 from now. +[2024-08-29 10:20:13.402 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 10:20:13.498 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 10:20:13.525 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 10:20:13.554 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 10:20:13.717 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 10:20:14.291 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 10:20:14.292 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 10:20:14.292 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 10:20:14.292 +00:00] [INF] [1] Main: Startup complete 0:00:08.0116719 +[2024-08-29 10:20:16.396 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 10:20:19.155 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 2 seconds +[2024-08-29 10:28:47.201 +00:00] [INF] [43] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 10:28:47.264 +00:00] [INF] [45] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 10:28:47.299 +00:00] [INF] [37] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 10:28:47.405 +00:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 10:28:47.418 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 10:28:47.419 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 10:28:47.420 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 10:28:47.420 +00:00] [INF] [37] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 10:30:12.441 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 10:30:12.545 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]"] +[2024-08-29 10:30:12.569 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 10:30:12.570 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 10:30:12.570 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 10:30:12.571 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 10:30:12.571 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 10:30:12.571 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 10:30:12.572 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 10:30:12.572 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 10:30:12.572 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 10:30:12.573 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 10:30:12.573 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 10:30:12.573 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 10:30:13.174 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 10:30:13.316 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 10:30:13.614 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:30:13.617 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 10:30:13.619 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:30:13.622 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 10:30:13.626 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 10:30:13.628 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 10:30:13.629 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 10:30:17.813 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 10:30:17.814 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 10:30:17.815 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 10:30:17.852 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 10:30:17.853 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 10:30:18.045 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 10:30:19.343 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 10:30:19.410 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 10:30:19.411 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 10:30:19.443 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 16:29:40.5570107 from now. +[2024-08-29 10:30:19.452 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 15:29:40.5477954 from now. +[2024-08-29 10:30:19.580 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 10:30:19.677 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 10:30:19.705 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 10:30:19.734 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 10:30:19.892 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 10:30:20.540 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 10:30:20.541 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 10:30:20.541 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 10:30:20.541 +00:00] [INF] [1] Main: Startup complete 0:00:08.6259797 +[2024-08-29 10:30:22.576 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 10:30:25.822 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 3 seconds +[2024-08-29 10:36:02.526 +00:00] [INF] [34] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 10:36:02.545 +00:00] [INF] [3] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 10:36:02.594 +00:00] [INF] [3] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 10:36:02.671 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 10:36:02.693 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 10:36:02.694 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 10:36:02.696 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 10:36:02.697 +00:00] [INF] [3] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 10:36:34.722 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 10:36:34.808 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-29 10:36:34.811 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 10:36:34.812 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 10:36:34.813 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 10:36:34.813 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 10:36:34.814 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 10:36:35.488 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 10:36:35.692 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 10:36:36.006 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:36:36.013 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 10:36:36.014 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 10:36:36.021 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 10:36:36.023 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 10:36:36.023 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 10:36:36.024 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 10:36:39.784 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 10:36:39.785 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 10:36:39.787 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 10:36:39.820 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 10:36:39.821 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 10:36:40.025 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 10:36:41.273 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 10:36:41.353 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 10:36:41.358 +00:00] [INF] [11] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 10:36:41.390 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 16:23:18.6103321 from now. +[2024-08-29 10:36:41.399 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 15:23:18.6003712 from now. +[2024-08-29 10:36:41.524 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 10:36:41.618 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 10:36:41.645 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 10:36:41.675 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 10:36:41.835 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 10:36:42.513 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 10:36:42.514 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 10:36:42.514 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 10:36:42.514 +00:00] [INF] [1] Main: Startup complete 0:00:08.4258977 +[2024-08-29 10:36:44.572 +00:00] [INF] [18] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 10:36:47.092 +00:00] [INF] [17] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 2 seconds +[2024-08-29 12:51:38.392 +00:00] [INF] [70] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-29 12:51:40.102 +00:00] [INF] [74] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 12:51:40.102 +00:00] [INF] [70] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 12:51:40.102 +00:00] [INF] [67] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 12:51:40.122 +00:00] [INF] [44] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 12:51:40.166 +00:00] [INF] [44] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 12:51:40.295 +00:00] [ERR] [74] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 13:30:17.666 +00:00] [INF] [50] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-29 13:30:17.679 +00:00] [INF] [53] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/《魔法少女与恶曾是敌人。》第08集在线观看_高清全集无修_NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 13:30:17.680 +00:00] [INF] [66] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 13:30:17.680 +00:00] [INF] [51] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 13:30:17.688 +00:00] [INF] [50] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 13:30:17.690 +00:00] [INF] [63] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 13:30:17.819 +00:00] [ERR] [50] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 13:30:25.751 +00:00] [ERR] [50] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Resource temporarily unavailable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (11): Resource temporarily unavailable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.GetConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.EnsureClientConfigAsync() + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 13:30:27.484 +00:00] [INF] [66] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4". +[2024-08-29 14:21:14.071 +00:00] [INF] [39] Emby.Server.Implementations.IO.LibraryMonitor: "Senpai wa Otokonoko" ("/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv") will be refreshed. +[2024-08-29 14:21:14.072 +00:00] [INF] [39] Emby.Server.Implementations.IO.LibraryMonitor: "Season 1" ("/media/downloads/前辈是男孩子/Season 1") will be refreshed. +[2024-08-29 14:21:14.073 +00:00] [INF] [39] Emby.Server.Implementations.IO.LibraryMonitor: "Senpai wa Otokonoko" ("/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4") will be refreshed. +[2024-08-29 14:21:14.075 +00:00] [INF] [62] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 14:21:15.172 +00:00] [INF] [21] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 14:21:15.274 +00:00] [ERR] [39] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 14:21:15.275 +00:00] [INF] [62] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 14:21:15.376 +00:00] [ERR] [62] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:09:19.194 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-29 15:09:19.200 +00:00] [INF] [54] Emby.Server.Implementations.IO.LibraryMonitor: "我的云盘缓存" ("/media/downloads/云盘缓存文件/NTUzNjMzMDYx/我的云盘缓存") will be refreshed. +[2024-08-29 15:09:19.211 +00:00] [INF] [54] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "我的转存", Path: "/media/downloads/云盘缓存文件/NTUzNjMzMDYx/我的云盘缓存/我的转存", Id: 729c28e1-3ae6-1ccb-3662-aef855d8f393 +[2024-08-29 15:09:19.215 +00:00] [INF] [54] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "我的资源", Path: "/media/downloads/云盘缓存文件/NTUzNjMzMDYx/我的云盘缓存/我的资源", Id: de3f6254-0964-3d41-6f2a-7add5cfa5208 +[2024-08-29 15:09:19.217 +00:00] [INF] [54] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:09:19.229 +00:00] [INF] [90] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:09:19.331 +00:00] [ERR] [90] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:46:11.847 +00:00] [INF] [19] Emby.Server.Implementations.IO.LibraryMonitor: "Season 1" ("/media/downloads/前辈是男孩子/Season 1") will be refreshed. +[2024-08-29 15:46:11.851 +00:00] [INF] [79] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Movie", Name: "Senpai wa Otokonoko", Path: "/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4", Id: e3ae7686-1743-4fce-f96b-f9a06ec3c087 +[2024-08-29 15:46:11.851 +00:00] [INF] [79] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Movie", Name: "Senpai wa Otokonoko", Path: "/media/downloads/前辈是男孩子/Season 1/[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv", Id: 7b243b32-ef92-dcf1-2211-ed8d4d239724 +[2024-08-29 15:46:11.855 +00:00] [INF] [79] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:46:11.856 +00:00] [INF] [19] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:47:05.522 +00:00] [INF] [19] Jellyfin.Server.Implementations.Users.UserManager: Authentication request for "wsq" has succeeded. +[2024-08-29 15:47:05.524 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Current/Max sessions for user "wsq": 0/0 +[2024-08-29 15:47:05.526 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Creating new access token for user fe9bf4fe-29da-4c19-af21-c95728f401b9 +[2024-08-29 15:47:05.681 +00:00] [INF] [36] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-29 15:48:08.974 +00:00] [INF] [36] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 15:48:08.994 +00:00] [INF] [36] MediaBrowser.Providers.Manager.ProviderManager: Deleting previous image "/config/metadata/library/f2/f27caa37e5142225cceded48f6553502/poster.png" +[2024-08-29 15:48:09.008 +00:00] [ERR] [36] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:48:09.008 +00:00] [ERR] [36] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:48:09.009 +00:00] [ERR] [36] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:48:09.010 +00:00] [WRN] [36] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:48:09.032 +00:00] [ERR] [85] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:48:09.041 +00:00] [ERR] [36] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:48:09.048 +00:00] [INF] [85] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-29 15:48:09.058 +00:00] [ERR] [45] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:48:09.058 +00:00] [ERR] [45] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:48:09.059 +00:00] [ERR] [45] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:48:09.059 +00:00] [WRN] [45] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:48:09.062 +00:00] [ERR] [83] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:48:09.065 +00:00] [ERR] [83] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:48:09.069 +00:00] [ERR] [83] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileSystemInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:48:09.070 +00:00] [ERR] [83] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserFiles(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:48:09.070 +00:00] [ERR] [83] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:48:09.070 +00:00] [WRN] [83] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:48:09.077 +00:00] [INF] [78] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "云盘缓存文件", Path: "/media/downloads/云盘缓存文件", Id: cb5a882f-ce07-44a1-0ebc-8d8ba2fabf38 +[2024-08-29 15:48:09.080 +00:00] [INF] [78] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "百度一下,你就知道_files", Path: "/media/downloads/百度一下,你就知道_files", Id: 8cda7db0-d8b4-35e0-32e1-b1d9f753b1af +[2024-08-29 15:48:09.080 +00:00] [INF] [78] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "前辈是男孩子", Path: "/media/downloads/前辈是男孩子", Id: 4dc5b1c7-d3e2-7a88-9603-717930a671f5 +[2024-08-29 15:48:09.095 +00:00] [INF] [45] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:48:09.095 +00:00] [INF] [78] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:48:09.096 +00:00] [INF] [48] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:48:15.686 +00:00] [INF] [36] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:48:15.686 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:49:49.228 +00:00] [INF] [80] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 1 minute(s) and 40 seconds +[2024-08-29 15:49:49.261 +00:00] [INF] [81] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 15:49:49.262 +00:00] [INF] [78] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/前辈是男孩子/Season 1" +[2024-08-29 15:49:55.807 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:49:55.807 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:50:19.445 +00:00] [INF] [80] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:50:20.645 +00:00] [INF] [22] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-i \"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv\" -copyts -map 0:2 -an -vn -c:s copy \"/config/data/subtitles/7/7cb09fa7-8ec1-7e9a-e9c9-b0e9171cf30f.ass\" -map 0:3 -an -vn -c:s copy \"/config/data/subtitles/d/d7205ed8-1cad-a7eb-7b62-4368539774b9.ass\"" +[2024-08-29 15:50:20.833 +00:00] [INF] [78] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: Setting ass font within "/config/data/subtitles/7/7cb09fa7-8ec1-7e9a-e9c9-b0e9171cf30f.ass" +[2024-08-29 15:50:20.834 +00:00] [INF] [53] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: ffmpeg subtitle extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/subtitles/7/7cb09fa7-8ec1-7e9a-e9c9-b0e9171cf30f.ass" +[2024-08-29 15:50:20.834 +00:00] [INF] [53] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: Setting ass font within "/config/data/subtitles/d/d7205ed8-1cad-a7eb-7b62-4368539774b9.ass" +[2024-08-29 15:50:20.835 +00:00] [INF] [78] MediaBrowser.MediaEncoding.Subtitles.SubtitleEncoder: ffmpeg subtitle extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/subtitles/d/d7205ed8-1cad-a7eb-7b62-4368539774b9.ass" +[2024-08-29 15:50:20.882 +00:00] [INF] [81] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: "/usr/lib/jellyfin-ffmpeg/ffmpeg" " -dump_attachment:4 \"/config/data/attachments/9/9b0190af-8b99-545c-cab3-fc3f73c968b8\" -dump_attachment:5 \"/config/data/attachments/b/b6b0bd63-5f37-8dbe-ed7a-cea869290751\" -dump_attachment:6 \"/config/data/attachments/5/5a26eec4-a1fe-32e2-3fa8-96349f2cd1b2\" -dump_attachment:7 \"/config/data/attachments/8/8787ad50-feab-344c-ef72-bb537a4e31b2\" -dump_attachment:8 \"/config/data/attachments/7/78655e3f-9460-1d38-28b4-9113e9ceccbf\" -dump_attachment:9 \"/config/data/attachments/3/350c48bb-a13a-b5cc-9a7a-723cd1029ea3\" -dump_attachment:10 \"/config/data/attachments/9/9c900df4-f425-120b-5837-6bfd61d195c4\" -dump_attachment:11 \"/config/data/attachments/d/dc0bde71-0560-5ca9-b703-41d14735ff70\" -i \"/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv\" -t 0 -f null null" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/9/9b0190af-8b99-545c-cab3-fc3f73c968b8" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/b/b6b0bd63-5f37-8dbe-ed7a-cea869290751" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/5/5a26eec4-a1fe-32e2-3fa8-96349f2cd1b2" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/8/8787ad50-feab-344c-ef72-bb537a4e31b2" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/7/78655e3f-9460-1d38-28b4-9113e9ceccbf" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/3/350c48bb-a13a-b5cc-9a7a-723cd1029ea3" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/9/9c900df4-f425-120b-5837-6bfd61d195c4" +[2024-08-29 15:50:20.955 +00:00] [INF] [80] MediaBrowser.MediaEncoding.Attachments.AttachmentExtractor: ffmpeg media attachment extraction completed for "/media/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv" to "/config/data/attachments/d/dc0bde71-0560-5ca9-b703-41d14735ff70" +[2024-08-29 15:50:24.365 +00:00] [INF] [53] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "Senpai wa Otokonoko S01E07". Stopped at "3666" ms +[2024-08-29 15:51:21.449 +00:00] [INF] [78] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 15:51:21.449 +00:00] [INF] [78] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/前辈是男孩子/Season 1" +[2024-08-29 15:51:21.457 +00:00] [INF] [31] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-29 15:51:21.473 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:21.474 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:21.474 +00:00] [ERR] [38] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:21.474 +00:00] [WRN] [38] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:21.478 +00:00] [ERR] [38] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:21.480 +00:00] [ERR] [25] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:21.483 +00:00] [ERR] [25] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntries(String path, Boolean recursive) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.Providers.DirectoryService.GetFileSystemEntries(String path) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:21.483 +00:00] [ERR] [25] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:21.484 +00:00] [ERR] [25] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:21.484 +00:00] [WRN] [25] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:21.488 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:51:25.028 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:25.028 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:25.029 +00:00] [ERR] [38] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:25.029 +00:00] [WRN] [38] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:25.030 +00:00] [INF] [38] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Folder", Name: "Season 1", Path: "/media/前辈是男孩子/Season 1", Id: b4b89e07-4b81-c29d-3aa9-c728bc8424ea +[2024-08-29 15:51:25.036 +00:00] [INF] [38] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "CollectionFolder", Name: "前辈是男孩子", Path: "/config/root/default/前辈是男孩子", Id: 28e2e28e-2847-07dc-4b34-40b4c0abc8e2 +[2024-08-29 15:51:25.042 +00:00] [ERR] [48] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:25.046 +00:00] [ERR] [48] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:25.048 +00:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task "扫描媒体库" +[2024-08-29 15:51:25.050 +00:00] [INF] [31] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Cancelled after 0 minute(s) and 3 seconds +[2024-08-29 15:51:25.051 +00:00] [INF] [78] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 15:51:25.087 +00:00] [INF] [78] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-29 15:51:25.088 +00:00] [INF] [48] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 15:51:25.090 +00:00] [ERR] [78] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:25.090 +00:00] [ERR] [78] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:25.090 +00:00] [ERR] [78] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:25.091 +00:00] [WRN] [78] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:25.094 +00:00] [ERR] [78] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:25.096 +00:00] [ERR] [78] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at System.IO.DirectoryInfo.EnumerateFiles(String searchPattern, EnumerationOptions enumerationOptions) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.b__15_0(String i) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:25.098 +00:00] [ERR] [78] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:25.099 +00:00] [ERR] [78] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:25.099 +00:00] [ERR] [78] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerable`1..ctor(String directory, FindTransform transform, EnumerationOptions options, Boolean isNormalized) + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:25.099 +00:00] [WRN] [78] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:25.102 +00:00] [INF] [42] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:51:51.026 +00:00] [ERR] [42] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:51.027 +00:00] [ERR] [42] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:51.027 +00:00] [ERR] [42] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:51.027 +00:00] [WRN] [42] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:51.034 +00:00] [ERR] [42] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:51.038 +00:00] [ERR] [78] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:51.040 +00:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: Attempting to cancel Scheduled Task "扫描媒体库" +[2024-08-29 15:51:51.041 +00:00] [INF] [38] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Cancelled after 0 minute(s) and 25 seconds +[2024-08-29 15:51:51.077 +00:00] [INF] [38] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/前辈是男孩子" +[2024-08-29 15:51:51.077 +00:00] [INF] [38] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 15:51:51.077 +00:00] [INF] [38] Emby.Server.Implementations.Library.LibraryManager: Validating media library +[2024-08-29 15:51:51.078 +00:00] [INF] [45] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/前辈是男孩子" +[2024-08-29 15:51:51.078 +00:00] [INF] [42] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 15:51:51.085 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:51.086 +00:00] [ERR] [38] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:51.086 +00:00] [ERR] [38] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:51.086 +00:00] [WRN] [38] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:51.090 +00:00] [ERR] [42] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:51.092 +00:00] [ERR] [42] MediaBrowser.Providers.Folders.CollectionFolderMetadataService: Error validating images for "/config/root/default/动漫" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.FileInfos(String directory, String expression, EnumerationOptions options, Boolean isNormalized) + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFiles(String path, IReadOnlyList`1 extensions, Boolean enableCaseSensitiveExtensions, Boolean recursive) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToArray() + at System.Linq.Buffer`1..ctor(IEnumerable`1 source) + at System.Linq.OrderedEnumerable`1.ToList() + at MediaBrowser.LocalMetadata.Images.LocalImageProvider.GetImages(BaseItem item, IEnumerable`1 paths, IDirectoryService directoryService) + at MediaBrowser.LocalMetadata.Images.CollectionFolderLocalImageProvider.GetImages(BaseItem item, IDirectoryService directoryService) + at System.Linq.Enumerable.SelectManySingleSelectorIterator`2.ToList() + at MediaBrowser.Providers.Manager.MetadataService`2.RefreshMetadata(BaseItem item, MetadataRefreshOptions refreshOptions, CancellationToken cancellationToken) +[2024-08-29 15:51:51.096 +00:00] [ERR] [42] Emby.Server.Implementations.Library.LibraryManager: Error in GetFilteredFileSystemEntries isPhysicalRoot: False IsVf: False +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.DirectoryInfo.InternalEnumerateInfos(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at MediaBrowser.Controller.Providers.DirectoryService.<>c.b__5_0(String p, IFileSystem fileSystem) + at MediaBrowser.Controller.IO.FileData.GetFilteredFileSystemEntries(IDirectoryService directoryService, String path, IFileSystem fileSystem, IServerApplicationHost appHost, ILogger logger, ItemResolveArgs args, Int32 flattenFolderDepth, Boolean resolveShortcuts) + at Emby.Server.Implementations.Library.LibraryManager.ResolvePath(FileSystemMetadata fileInfo, IDirectoryService directoryService, IItemResolver[] resolvers, Folder parent, Nullable`1 collectionType, LibraryOptions libraryOptions) +[2024-08-29 15:51:51.097 +00:00] [ERR] [42] Emby.Server.Implementations.Library.LibraryManager: Error in "PlaylistResolver" resolving "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.Library.Resolvers.PlaylistResolver.Resolve(ItemResolveArgs args) + at MediaBrowser.Controller.Resolvers.ItemResolver`1.ResolvePath(ItemResolveArgs args) + at Emby.Server.Implementations.Library.LibraryManager.Resolve(ItemResolveArgs args, IItemResolver resolver) +[2024-08-29 15:51:51.097 +00:00] [ERR] [42] Emby.Server.Implementations.IO.ManagedFileSystem: Failed to enumerate path "/media/anime" +System.IO.DirectoryNotFoundException: Could not find a part of the path '/media/anime'. + at System.IO.Enumeration.FileSystemEnumerator`1.Init() + at System.IO.Enumeration.FileSystemEnumerableFactory.UserEntries(String directory, String expression, EnumerationOptions options) + at System.IO.Directory.InternalEnumeratePaths(String path, String searchPattern, SearchTarget searchTarget, EnumerationOptions options) + at Emby.Server.Implementations.IO.ManagedFileSystem.GetFileSystemEntryPaths(String path, Boolean recursive) +[2024-08-29 15:51:51.097 +00:00] [WRN] [42] MediaBrowser.Controller.Entities.BaseItem: Library folder "/media/anime" is inaccessible or empty, skipping +[2024-08-29 15:51:51.123 +00:00] [INF] [45] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:53:31.181 +00:00] [INF] [80] Emby.Server.Implementations.ScheduledTasks.TaskManager: "扫描媒体库" Completed after 1 minute(s) and 40 seconds +[2024-08-29 15:53:31.219 +00:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 15:53:31.222 +00:00] [INF] [83] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/前辈是男孩子" +[2024-08-29 15:57:34.095 +00:00] [INF] [31] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-29 15:57:34.121 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:57:34.129 +00:00] [INF] [40] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:57:34.255 +00:00] [ERR] [36] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:57:34.261 +00:00] [ERR] [31] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:57:34.320 +00:00] [ERR] [40] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:57:35.444 +00:00] [INF] [31] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:57:58.318 +00:00] [INF] [40] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-29 15:58:32.682 +00:00] [INF] [31] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" request +[2024-08-29 15:58:37.730 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:58:37.833 +00:00] [ERR] [31] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:58:37.916 +00:00] [ERR] [55] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:58:38.331 +00:00] [INF] [55] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:58:38.339 +00:00] [INF] [55] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:58:38.751 +00:00] [INF] [55] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:38.765 +00:00] [INF] [55] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"dcbb72aadd8b3ef4baadcd1bc31def61-1.mp4\" -start_number 0 -hls_base_url \"hls/dcbb72aadd8b3ef4baadcd1bc31def61/\" -hls_segment_filename \"/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8\"" +[2024-08-29 15:58:38.869 +00:00] [ERR] [55] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:38.888 +00:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:38.888 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"dcbb72aadd8b3ef4baadcd1bc31def61-1.mp4\" -start_number 0 -hls_base_url \"hls/dcbb72aadd8b3ef4baadcd1bc31def61/\" -hls_segment_filename \"/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8\"" +[2024-08-29 15:58:38.889 +00:00] [ERR] [55] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:38.993 +00:00] [ERR] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:39.013 +00:00] [ERR] [85] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:39.019 +00:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:39.019 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"dcbb72aadd8b3ef4baadcd1bc31def61-1.mp4\" -start_number 0 -hls_base_url \"hls/dcbb72aadd8b3ef4baadcd1bc31def61/\" -hls_segment_filename \"/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8\"" +[2024-08-29 15:58:39.122 +00:00] [ERR] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:39.132 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:58:39.139 +00:00] [ERR] [83] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:39.246 +00:00] [ERR] [85] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:58:39.305 +00:00] [ERR] [31] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:58:39.543 +00:00] [INF] [83] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:58:39.546 +00:00] [INF] [83] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:58:39.562 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8" +[2024-08-29 15:58:39.563 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8" +[2024-08-29 15:58:39.563 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/dcbb72aadd8b3ef4baadcd1bc31def61.m3u8" +[2024-08-29 15:58:39.587 +00:00] [INF] [85] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:39.587 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"c48caeb5a9d07123bef8234508d099d7-1.mp4\" -start_number 0 -hls_base_url \"hls/c48caeb5a9d07123bef8234508d099d7/\" -hls_segment_filename \"/cache/transcodes/c48caeb5a9d07123bef8234508d099d7%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/c48caeb5a9d07123bef8234508d099d7.m3u8\"" +[2024-08-29 15:58:39.690 +00:00] [ERR] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:39.706 +00:00] [INF] [85] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:39.706 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"c48caeb5a9d07123bef8234508d099d7-1.mp4\" -start_number 0 -hls_base_url \"hls/c48caeb5a9d07123bef8234508d099d7/\" -hls_segment_filename \"/cache/transcodes/c48caeb5a9d07123bef8234508d099d7%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/c48caeb5a9d07123bef8234508d099d7.m3u8\"" +[2024-08-29 15:58:39.707 +00:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:39.815 +00:00] [ERR] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:39.826 +00:00] [ERR] [25] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:39.838 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:58:39.941 +00:00] [ERR] [83] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:58:40.007 +00:00] [ERR] [25] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:58:40.236 +00:00] [INF] [83] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:58:40.239 +00:00] [INF] [83] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:58:40.249 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/c48caeb5a9d07123bef8234508d099d7.m3u8" +[2024-08-29 15:58:40.249 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/c48caeb5a9d07123bef8234508d099d7.m3u8" +[2024-08-29 15:58:40.267 +00:00] [INF] [83] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:40.268 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"0aa976b3966e247cfc46e21374d41572-1.mp4\" -start_number 0 -hls_base_url \"hls/0aa976b3966e247cfc46e21374d41572/\" -hls_segment_filename \"/cache/transcodes/0aa976b3966e247cfc46e21374d41572%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/0aa976b3966e247cfc46e21374d41572.m3u8\"" +[2024-08-29 15:58:40.371 +00:00] [ERR] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:40.391 +00:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:40.425 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/0aa976b3966e247cfc46e21374d41572.m3u8" +[2024-08-29 15:58:40.429 +00:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:40.430 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"0aa976b3966e247cfc46e21374d41572-1.mp4\" -start_number 0 -hls_base_url \"hls/0aa976b3966e247cfc46e21374d41572/\" -hls_segment_filename \"/cache/transcodes/0aa976b3966e247cfc46e21374d41572%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/0aa976b3966e247cfc46e21374d41572.m3u8\"" +[2024-08-29 15:58:40.532 +00:00] [ERR] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:40.549 +00:00] [ERR] [83] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:41.927 +00:00] [INF] [83] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "SHY 靦腆英雄 第二季 - 20 (Baha". Stopped at "0" ms +[2024-08-29 15:58:42.694 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:58:42.797 +00:00] [ERR] [85] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:58:42.871 +00:00] [ERR] [83] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:58:43.113 +00:00] [INF] [85] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:58:43.115 +00:00] [INF] [85] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:58:43.409 +00:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:43.409 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"efdba802ddc9ebb8c5322381e5d45289-1.mp4\" -start_number 0 -hls_base_url \"hls/efdba802ddc9ebb8c5322381e5d45289/\" -hls_segment_filename \"/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8\"" +[2024-08-29 15:58:43.520 +00:00] [ERR] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:43.535 +00:00] [INF] [25] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:43.535 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"efdba802ddc9ebb8c5322381e5d45289-1.mp4\" -start_number 0 -hls_base_url \"hls/efdba802ddc9ebb8c5322381e5d45289/\" -hls_segment_filename \"/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8\"" +[2024-08-29 15:58:43.536 +00:00] [ERR] [31] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:43.639 +00:00] [ERR] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:43.655 +00:00] [ERR] [25] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:43.662 +00:00] [INF] [25] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:43.662 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"efdba802ddc9ebb8c5322381e5d45289-1.mp4\" -start_number 0 -hls_base_url \"hls/efdba802ddc9ebb8c5322381e5d45289/\" -hls_segment_filename \"/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8\"" +[2024-08-29 15:58:43.766 +00:00] [ERR] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:43.782 +00:00] [ERR] [25] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:43.802 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:58:43.904 +00:00] [ERR] [83] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:58:43.964 +00:00] [ERR] [25] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:58:44.204 +00:00] [INF] [25] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:58:44.207 +00:00] [INF] [25] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:58:44.216 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8" +[2024-08-29 15:58:44.216 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8" +[2024-08-29 15:58:44.216 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/efdba802ddc9ebb8c5322381e5d45289.m3u8" +[2024-08-29 15:58:44.234 +00:00] [INF] [83] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:44.234 +00:00] [INF] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"f83f7914eb4509ed67965cb8ad1e62ab-1.mp4\" -start_number 0 -hls_base_url \"hls/f83f7914eb4509ed67965cb8ad1e62ab/\" -hls_segment_filename \"/cache/transcodes/f83f7914eb4509ed67965cb8ad1e62ab%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/f83f7914eb4509ed67965cb8ad1e62ab.m3u8\"" +[2024-08-29 15:58:44.341 +00:00] [ERR] [83] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:44.357 +00:00] [ERR] [83] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:44.488 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:58:44.594 +00:00] [ERR] [31] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:58:44.666 +00:00] [ERR] [55] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:58:44.899 +00:00] [INF] [25] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:58:44.902 +00:00] [INF] [25] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:58:44.914 +00:00] [INF] [55] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/f83f7914eb4509ed67965cb8ad1e62ab.m3u8" +[2024-08-29 15:58:44.948 +00:00] [INF] [31] Jellyfin.Api.Controllers.DynamicHlsController: Current HLS implementation doesn't support non-keyframe breaks but one is requested, ignoring that request +[2024-08-29 15:58:44.948 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: "/usr/lib/jellyfin-ffmpeg/ffmpeg" "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -map_metadata -1 -map_chapters -1 -threads 0 -sn -copyts -avoid_negative_ts disabled -max_muxing_queue_size 2048 -f hls -max_delay 5000000 -hls_time 3 -hls_segment_type fmp4 -hls_fmp4_init_filename \"b1277876d0d8d0edfe13c990b81f2909-1.mp4\" -start_number 0 -hls_base_url \"hls/b1277876d0d8d0edfe13c990b81f2909/\" -hls_segment_filename \"/cache/transcodes/b1277876d0d8d0edfe13c990b81f2909%d.mp4\" -hls_playlist_type event -hls_list_size 0 -y \"/cache/transcodes/b1277876d0d8d0edfe13c990b81f2909.m3u8\"" +[2024-08-29 15:58:45.050 +00:00] [ERR] [85] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: FFmpeg exited with code 1 +[2024-08-29 15:58:45.068 +00:00] [ERR] [85] Jellyfin.Api.Middleware.ExceptionMiddleware: Error processing request. URL "GET" "/videos/d37c4aec-9a57-c1d3-3b3f-077af84d7304/live.m3u8". +MediaBrowser.Common.FfmpegException: FFmpeg exited with code 1 + at MediaBrowser.MediaEncoding.Transcoding.TranscodeManager.StartFfMpeg(StreamState state, String outputPath, String commandLineArguments, Guid userId, TranscodingJobType transcodingJobType, CancellationTokenSource cancellationTokenSource, String workingDirectory) + at Jellyfin.Api.Controllers.DynamicHlsController.GetLiveHlsStream(Guid itemId, String container, Nullable`1 static, String params, String tag, String deviceProfileId, String playSessionId, String segmentContainer, Nullable`1 segmentLength, Nullable`1 minSegments, String mediaSourceId, String deviceId, String audioCodec, Nullable`1 enableAutoStreamCopy, Nullable`1 allowVideoStreamCopy, Nullable`1 allowAudioStreamCopy, Nullable`1 breakOnNonKeyFrames, Nullable`1 audioSampleRate, Nullable`1 maxAudioBitDepth, Nullable`1 audioBitRate, Nullable`1 audioChannels, Nullable`1 maxAudioChannels, String profile, String level, Nullable`1 framerate, Nullable`1 maxFramerate, Nullable`1 copyTimestamps, Nullable`1 startTimeTicks, Nullable`1 width, Nullable`1 height, Nullable`1 videoBitRate, Nullable`1 subtitleStreamIndex, Nullable`1 subtitleMethod, Nullable`1 maxRefFrames, Nullable`1 maxVideoBitDepth, Nullable`1 requireAvc, Nullable`1 deInterlace, Nullable`1 requireNonAnamorphic, Nullable`1 transcodingMaxAudioChannels, Nullable`1 cpuCoreLimit, String liveStreamId, Nullable`1 enableMpegtsM2TsMode, String videoCodec, String subtitleCodec, String transcodeReasons, Nullable`1 audioStreamIndex, Nullable`1 videoStreamIndex, Nullable`1 context, Dictionary`2 streamOptions, Nullable`1 maxWidth, Nullable`1 maxHeight, Nullable`1 enableSubtitlesInManifest) + at lambda_method1399(Closure, Object) + at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfActionResultExecutor.Execute(ActionContext actionContext, IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask`1 actionResultValueTask) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|13_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|25_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|20_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|17_0(ResourceInvoker invoker, Task task, IDisposable scope) + at Jellyfin.Api.Middleware.ServerStartupMessageMiddleware.Invoke(HttpContext httpContext, IServerApplicationHost serverApplicationHost, ILocalizationManager localizationManager) + at Jellyfin.Api.Middleware.WebSocketHandlerMiddleware.Invoke(HttpContext httpContext, IWebSocketManager webSocketManager) + at Jellyfin.Api.Middleware.IPBasedAccessValidationMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager) + at Jellyfin.Api.Middleware.LanFilteringMiddleware.Invoke(HttpContext httpContext, INetworkManager networkManager, IServerConfigurationManager serverConfigurationManager) + at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.QueryStringDecodingMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.ReDoc.ReDocMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext) + at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider) + at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context) + at Jellyfin.Api.Middleware.RobotsRedirectionMiddleware.Invoke(HttpContext httpContext) + at Jellyfin.Api.Middleware.LegacyEmbyRouteRewriteMiddleware.Invoke(HttpContext httpContext) + at Microsoft.AspNetCore.ResponseCompression.ResponseCompressionMiddleware.InvokeCore(HttpContext context) + at Jellyfin.Api.Middleware.ResponseTimeMiddleware.Invoke(HttpContext context, IServerConfigurationManager serverConfigurationManager) + at Jellyfin.Api.Middleware.ExceptionMiddleware.Invoke(HttpContext context) +[2024-08-29 15:58:45.105 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Transcoding.TranscodeManager: Deleting partial stream file(s) "/cache/transcodes/b1277876d0d8d0edfe13c990b81f2909.m3u8" +[2024-08-29 15:58:46.608 +00:00] [INF] [25] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "SHY 靦腆英雄 第二季 - 20 (Baha". Stopped at "0" ms +[2024-08-29 15:59:17.973 +00:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-29 15:59:17.979 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:59:17.979 +00:00] [INF] [31] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/SHY 腼腆英雄第二季第20集在线观看高清全集无修NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:59:17.981 +00:00] [INF] [55] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 15:59:18.090 +00:00] [ERR] [83] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:59:18.106 +00:00] [ERR] [55] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "Probe Provider" +MediaBrowser.Common.FfmpegException: ffprobe failed - streams and format are both null. + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.MediaEncoding.Encoder.MediaEncoder.GetMediaInfoInternal(String inputPath, String primaryPath, MediaProtocol protocol, Boolean extractChapters, String probeSizeArgument, Boolean isAudio, Nullable`1 videoType, CancellationToken cancellationToken) + at MediaBrowser.Providers.MediaInfo.FFProbeVideoInfo.ProbeVideo[T](T item, MetadataRefreshOptions options, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.RunCustomProvider(ICustomMetadataProvider`1 provider, TItemType item, String logName, MetadataRefreshOptions options, RefreshResult refreshResult, CancellationToken cancellationToken) +[2024-08-29 15:59:18.105 +00:00] [ERR] [83] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:59:18.169 +00:00] [ERR] [55] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 15:59:18.797 +00:00] [INF] [31] MediaBrowser.Providers.MediaInfo.VideoImageProvider: Skipping image extraction due to missing DefaultVideoStreamIndex for "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4". +[2024-08-29 15:59:43.874 +00:00] [INF] [85] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 15:59:45.258 +00:00] [INF] [55] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "SHY 腼腆英雄第二季第20集在线观看高清全集无修NT动漫". Stopped at "590" ms +[2024-08-29 15:59:49.978 +00:00] [INF] [25] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: "Movie", Name: "SHY 靦腆英雄 第二季 - 20 (Baha", Path: "/media/downloads/[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4", Id: d37c4aec-9a57-c1d3-3b3f-077af84d7304 +[2024-08-29 16:00:29.010 +00:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: "downloads" ("/media/downloads") will be refreshed. +[2024-08-29 16:00:29.013 +00:00] [INF] [85] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 16:00:29.013 +00:00] [INF] [25] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Starting "/usr/lib/jellyfin-ffmpeg/ffprobe" with args "-analyzeduration 200M -probesize 1G -i file:\"/media/downloads/SHY 腼腆英雄第二季第20集在线观看高清全集无修NT动漫.mp4\" -threads 0 -v warning -print_format json -show_streams -show_chapters -show_format" +[2024-08-29 16:00:29.126 +00:00] [ERR] [45] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 16:00:29.139 +00:00] [ERR] [42] MediaBrowser.Providers.Movies.MovieMetadataService: Error in "TheMovieDb" +System.Net.Http.HttpRequestException: Network is unreachable (api.themoviedb.org:443) + ---> System.Net.Sockets.SocketException (101): Network is unreachable + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.ThrowException(SocketError error, CancellationToken cancellationToken) + at System.Net.Sockets.Socket.AwaitableSocketAsyncEventArgs.System.Threading.Tasks.Sources.IValueTaskSource.GetResult(Int16 token) + at System.Net.Sockets.Socket.g__WaitForConnectWithCancellation|285_0(AwaitableSocketAsyncEventArgs saea, ValueTask connectTask, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + --- End of inner exception stack trace --- + at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.ConnectAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.CreateHttp11ConnectionAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.AddHttp11ConnectionAsync(QueueItem queueItem) + at System.Threading.Tasks.TaskCompletionSourceWithCancellation`1.WaitWithCancellationAsync(CancellationToken cancellationToken) + at System.Net.Http.HttpConnectionPool.SendWithVersionDetectionAndRetryAsync(HttpRequestMessage request, Boolean async, Boolean doRequestAuth, CancellationToken cancellationToken) + at System.Net.Http.DiagnosticsHandler.SendAsyncCore(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) + at System.Net.Http.HttpClient.g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken originalCancellationToken) + at TMDbLib.Rest.RestRequest.SendInternal(HttpMethod method, CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequest.Get[T](CancellationToken cancellationToken) + at TMDbLib.Rest.RestRequestExtensions.GetOfT[T](RestRequest request, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMethodInternal[T](String method, String query, Int32 page, String language, Nullable`1 includeAdult, Int32 year, String dateFormat, String region, Int32 primaryReleaseYear, Int32 firstAirDateYear, CancellationToken cancellationToken) + at TMDbLib.Client.TMDbClient.SearchMovieAsync(String query, String language, Int32 page, Boolean includeAdult, Int32 year, String region, Int32 primaryReleaseYear, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.TmdbClientManager.SearchMovieAsync(String name, Int32 year, String language, CancellationToken cancellationToken) + at MediaBrowser.Providers.Plugins.Tmdb.Movies.TmdbMovieProvider.GetMetadata(MovieInfo info, CancellationToken cancellationToken) + at MediaBrowser.Providers.Manager.MetadataService`2.ExecuteRemoteProviders(MetadataResult`1 temp, String logName, Boolean replaceData, TIdType id, IEnumerable`1 providers, CancellationToken cancellationToken) +[2024-08-29 16:00:40.194 +00:00] [INF] [45] Jellyfin.Api.Helpers.MediaInfoHelper: User policy for "wsq". EnablePlaybackRemuxing: True EnableVideoPlaybackTranscoding: True EnableAudioPlaybackTranscoding: True +[2024-08-29 16:01:17.558 +00:00] [INF] [45] Emby.Server.Implementations.HttpServer.WebSocketManager: WS "192.168.187.101" closed +[2024-08-29 16:01:17.712 +00:00] [INF] [85] Emby.Server.Implementations.Session.SessionManager: Playback stopped reported by app "Jellyfin Web" "10.9.9" playing "SHY 腼腆英雄第二季第20集在线观看高清全集无修NT动漫". Stopped at "139800" ms +[2024-08-29 16:02:09.106 +00:00] [INF] [19] Emby.Server.Implementations.Session.SessionManager: Sending shutdown notifications +[2024-08-29 16:02:09.131 +00:00] [INF] [25] Jellyfin.Networking.PortForwardingHost: Stopping NAT discovery +[2024-08-29 16:02:09.164 +00:00] [INF] [25] Main: Running query planner optimizations in the database... This might take a while +[2024-08-29 16:02:09.209 +00:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/前辈是男孩子" +[2024-08-29 16:02:09.216 +00:00] [INF] [25] Emby.Server.Implementations.IO.LibraryMonitor: Stopping directory watching for path "/media/downloads" +[2024-08-29 16:02:09.224 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "CoreAppHost" +[2024-08-29 16:02:09.229 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzArtistProvider" +[2024-08-29 16:02:09.230 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "MusicBrainzAlbumProvider" +[2024-08-29 16:02:09.232 +00:00] [INF] [25] Emby.Server.Implementations.ApplicationHost: Disposing "PluginManager" +[2024-08-29 16:02:48.169 +00:00] [INF] [1] Main: Jellyfin version: "10.9.9" +[2024-08-29 16:02:48.261 +00:00] [INF] [1] Main: Environment Variables: ["[JELLYFIN_DATA_DIR, /config]", "[JELLYFIN_CACHE_DIR, /cache]", "[JELLYFIN_CONFIG_DIR, /config/config]", "[JELLYFIN_LOG_DIR, /config/log]", "[JELLYFIN_FFMPEG, /usr/lib/jellyfin-ffmpeg/ffmpeg]", "[JELLYFIN_WEB_DIR, /jellyfin/jellyfin-web]"] +[2024-08-29 16:02:48.305 +00:00] [INF] [1] Main: Arguments: ["/jellyfin/jellyfin.dll"] +[2024-08-29 16:02:48.306 +00:00] [INF] [1] Main: Operating system: "Debian GNU/Linux 12 (bookworm)" +[2024-08-29 16:02:48.306 +00:00] [INF] [1] Main: Architecture: X64 +[2024-08-29 16:02:48.308 +00:00] [INF] [1] Main: 64-Bit Process: True +[2024-08-29 16:02:48.308 +00:00] [INF] [1] Main: User Interactive: True +[2024-08-29 16:02:48.308 +00:00] [INF] [1] Main: Processor count: 4 +[2024-08-29 16:02:48.308 +00:00] [INF] [1] Main: Program data path: "/config" +[2024-08-29 16:02:48.308 +00:00] [INF] [1] Main: Log directory path: "/config/log" +[2024-08-29 16:02:48.308 +00:00] [INF] [1] Main: Config directory path: "/config/config" +[2024-08-29 16:02:48.309 +00:00] [INF] [1] Main: Cache path: "/cache" +[2024-08-29 16:02:48.309 +00:00] [INF] [1] Main: Web resources path: "/jellyfin/jellyfin-web" +[2024-08-29 16:02:48.309 +00:00] [INF] [1] Main: Application directory: "/jellyfin/" +[2024-08-29 16:02:48.989 +00:00] [INF] [1] Emby.Server.Implementations.AppBase.BaseConfigurationManager: Setting cache path: "/cache" +[2024-08-29 16:02:49.149 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Loading assemblies +[2024-08-29 16:02:49.399 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 16:02:49.405 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Defined LAN exclusions: [] +[2024-08-29 16:02:49.406 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Used LAN subnets: ["127.0.0.1/8", "10.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16"] +[2024-08-29 16:02:49.409 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered interface addresses: ["127.0.0.1", "172.23.0.2"] +[2024-08-29 16:02:49.410 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Bind Addresses ["0.0.0.0"] +[2024-08-29 16:02:49.411 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Remote IP filter is "Allowlist" +[2024-08-29 16:02:49.411 +00:00] [INF] [1] Jellyfin.Networking.Manager.NetworkManager: Filtered subnets: [] +[2024-08-29 16:02:52.917 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "TMDb" "10.9.9.0" +[2024-08-29 16:02:52.919 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "Studio Images" "10.9.9.0" +[2024-08-29 16:02:52.920 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "OMDb" "10.9.9.0" +[2024-08-29 16:02:52.950 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "MusicBrainz" "10.9.9.0" +[2024-08-29 16:02:52.951 +00:00] [INF] [1] Emby.Server.Implementations.Plugins.PluginManager: Loaded plugin: "AudioDB" "10.9.9.0" +[2024-08-29 16:02:53.107 +00:00] [INF] [1] Main: Kestrel is listening on "0.0.0.0" +[2024-08-29 16:02:54.190 +00:00] [WRN] [1] Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware: The WebRootPath was not found: "/wwwroot". Static files may be unavailable. +[2024-08-29 16:02:54.256 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Running startup tasks +[2024-08-29 16:02:54.279 +00:00] [INF] [10] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/前辈是男孩子" +[2024-08-29 16:02:54.286 +00:00] [INF] [8] Emby.Server.Implementations.IO.LibraryMonitor: Watching directory "/media/downloads" +[2024-08-29 16:02:54.291 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "生成时间轴缩略图" set to fire at 2024-08-30 03:00:00.000 +00:00, which is 10:57:05.7086090 from now. +[2024-08-29 16:02:54.300 +00:00] [INF] [1] Emby.Server.Implementations.ScheduledTasks.TaskManager: Daily trigger for "提取章节图片" set to fire at 2024-08-30 02:00:00.000 +00:00, which is 09:57:05.6994665 from now. +[2024-08-29 16:02:54.424 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Found ffmpeg version "6.0.1" +[2024-08-29 16:02:54.513 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "dca", "flac", "mp3", "truehd"] +[2024-08-29 16:02:54.539 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available "encoders": ["libsvtav1", "av1_nvenc", "av1_qsv", "av1_amf", "av1_vaapi", "libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mjpeg_qsv", "mjpeg_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "libfdk_aac", "ac3", "alac", "dca", "flac", "libmp3lame", "libopus", "truehd", "libvorbis", "srt"] +[2024-08-29 16:02:54.567 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "libplacebo", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_vulkan", "overlay_cuda", "procamp_vaapi", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "scale_vulkan", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"] +[2024-08-29 16:02:54.736 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: Available hwaccel types: ["cuda", "vaapi", "qsv", "drm", "opencl", "vulkan"] +[2024-08-29 16:02:55.860 +00:00] [INF] [1] MediaBrowser.MediaEncoding.Encoder.MediaEncoder: FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg" +[2024-08-29 16:02:55.865 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: ServerId: "7f257826bcd84b7ba55252075ad9286a" +[2024-08-29 16:02:55.865 +00:00] [INF] [1] Emby.Server.Implementations.ApplicationHost: Core startup complete +[2024-08-29 16:02:55.866 +00:00] [INF] [1] Main: Startup complete 0:00:08.4635153 +[2024-08-29 16:02:57.417 +00:00] [INF] [8] Emby.Server.Implementations.ScheduledTasks.TaskManager: "清理合集和播放列表" Completed after 0 minute(s) and 0 seconds +[2024-08-29 16:03:02.229 +00:00] [INF] [19] Emby.Server.Implementations.ScheduledTasks.TaskManager: "更新插件" Completed after 0 minute(s) and 4 seconds diff --git a/jellyfin/config/metadata/library/03/035c41b637e91c8fde3a5a736fe7e92d/poster.jpg b/jellyfin/config/metadata/library/03/035c41b637e91c8fde3a5a736fe7e92d/poster.jpg deleted file mode 100755 index ee74fbf..0000000 Binary files a/jellyfin/config/metadata/library/03/035c41b637e91c8fde3a5a736fe7e92d/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/11/11f7191395fd74826a6a92259cbb15de/poster.jpg b/jellyfin/config/metadata/library/11/11f7191395fd74826a6a92259cbb15de/poster.jpg deleted file mode 100755 index a1119ba..0000000 Binary files a/jellyfin/config/metadata/library/11/11f7191395fd74826a6a92259cbb15de/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/36/366982a4ecbe729b452c7ed7ab25bea1/poster.jpg b/jellyfin/config/metadata/library/36/366982a4ecbe729b452c7ed7ab25bea1/poster.jpg new file mode 100755 index 0000000..581fede Binary files /dev/null and b/jellyfin/config/metadata/library/36/366982a4ecbe729b452c7ed7ab25bea1/poster.jpg differ diff --git a/jellyfin/config/metadata/library/37/37bb63dcd03b947ec726bddccbf955c9/poster.jpg b/jellyfin/config/metadata/library/37/37bb63dcd03b947ec726bddccbf955c9/poster.jpg deleted file mode 100755 index f36f5a6..0000000 Binary files a/jellyfin/config/metadata/library/37/37bb63dcd03b947ec726bddccbf955c9/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/46/46de527eefe34fd9e50a15c707f650a2/poster.jpg b/jellyfin/config/metadata/library/46/46de527eefe34fd9e50a15c707f650a2/poster.jpg new file mode 100755 index 0000000..8c02752 Binary files /dev/null and b/jellyfin/config/metadata/library/46/46de527eefe34fd9e50a15c707f650a2/poster.jpg differ diff --git a/jellyfin/config/metadata/library/54/541e9ee1c98f740b6f86343ebf477b02/poster.jpg b/jellyfin/config/metadata/library/54/541e9ee1c98f740b6f86343ebf477b02/poster.jpg deleted file mode 100755 index 2d945d2..0000000 Binary files a/jellyfin/config/metadata/library/54/541e9ee1c98f740b6f86343ebf477b02/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/56/5647277f15c17354294b77c36a704bb1/poster.jpg b/jellyfin/config/metadata/library/56/5647277f15c17354294b77c36a704bb1/poster.jpg deleted file mode 100755 index a0bfe15..0000000 Binary files a/jellyfin/config/metadata/library/56/5647277f15c17354294b77c36a704bb1/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/58/58c49d41ea3f5ac978e5ca8449eef641/poster.jpg b/jellyfin/config/metadata/library/58/58c49d41ea3f5ac978e5ca8449eef641/poster.jpg deleted file mode 100755 index 2f87273..0000000 Binary files a/jellyfin/config/metadata/library/58/58c49d41ea3f5ac978e5ca8449eef641/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/66/66d172837128574e395d66c5bab11729/poster.jpg b/jellyfin/config/metadata/library/66/66d172837128574e395d66c5bab11729/poster.jpg deleted file mode 100755 index abdedd4..0000000 Binary files a/jellyfin/config/metadata/library/66/66d172837128574e395d66c5bab11729/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/67/67fb0dff3dcfc44230f48e9a0b8d2615/poster.jpg b/jellyfin/config/metadata/library/67/67fb0dff3dcfc44230f48e9a0b8d2615/poster.jpg deleted file mode 100755 index 73fe075..0000000 Binary files a/jellyfin/config/metadata/library/67/67fb0dff3dcfc44230f48e9a0b8d2615/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/6a/6a27e87fb9963af1f0762e9711a01f65/poster.jpg b/jellyfin/config/metadata/library/6a/6a27e87fb9963af1f0762e9711a01f65/poster.jpg deleted file mode 100755 index c05a9a2..0000000 Binary files a/jellyfin/config/metadata/library/6a/6a27e87fb9963af1f0762e9711a01f65/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/6a/6ac6629d4c6d9f4540297cb940a9033c/poster.jpg b/jellyfin/config/metadata/library/6a/6ac6629d4c6d9f4540297cb940a9033c/poster.jpg deleted file mode 100755 index e3c5c52..0000000 Binary files a/jellyfin/config/metadata/library/6a/6ac6629d4c6d9f4540297cb940a9033c/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/6c/6c2cf1d5583edcd06026ff5b80c4b159/poster.jpg b/jellyfin/config/metadata/library/6c/6c2cf1d5583edcd06026ff5b80c4b159/poster.jpg deleted file mode 100755 index cc3bbb4..0000000 Binary files a/jellyfin/config/metadata/library/6c/6c2cf1d5583edcd06026ff5b80c4b159/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/6d/6d3d3748105cfe7bbb0fe28ccddad603/poster.jpg b/jellyfin/config/metadata/library/6d/6d3d3748105cfe7bbb0fe28ccddad603/poster.jpg deleted file mode 100755 index 357785e..0000000 Binary files a/jellyfin/config/metadata/library/6d/6d3d3748105cfe7bbb0fe28ccddad603/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/80/80803bf2d91dbceabdae8b411ba3958b/poster.jpg b/jellyfin/config/metadata/library/80/80803bf2d91dbceabdae8b411ba3958b/poster.jpg deleted file mode 100755 index 19d26ea..0000000 Binary files a/jellyfin/config/metadata/library/80/80803bf2d91dbceabdae8b411ba3958b/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/9c/9c1a271b2a41d754292b5935578c39fb/poster.jpg b/jellyfin/config/metadata/library/9c/9c1a271b2a41d754292b5935578c39fb/poster.jpg deleted file mode 100755 index b4ad34a..0000000 Binary files a/jellyfin/config/metadata/library/9c/9c1a271b2a41d754292b5935578c39fb/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/9f/9f304d4bab5de1e53b71ac9c1b775f48/poster.jpg b/jellyfin/config/metadata/library/9f/9f304d4bab5de1e53b71ac9c1b775f48/poster.jpg deleted file mode 100755 index 230d79f..0000000 Binary files a/jellyfin/config/metadata/library/9f/9f304d4bab5de1e53b71ac9c1b775f48/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/9f/9fee11be723ea901cd5db92d71b75b4b/poster.png b/jellyfin/config/metadata/library/9f/9fee11be723ea901cd5db92d71b75b4b/poster.png deleted file mode 100755 index 158eae5..0000000 Binary files a/jellyfin/config/metadata/library/9f/9fee11be723ea901cd5db92d71b75b4b/poster.png and /dev/null differ diff --git a/jellyfin/config/metadata/library/a2/a267cd4b3f1d967dd094d9cfd59ffc45/poster.jpg b/jellyfin/config/metadata/library/a2/a267cd4b3f1d967dd094d9cfd59ffc45/poster.jpg deleted file mode 100755 index 426cad3..0000000 Binary files a/jellyfin/config/metadata/library/a2/a267cd4b3f1d967dd094d9cfd59ffc45/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/a9/a9c184125efdb899fdce3907b1c62dc8/poster.jpg b/jellyfin/config/metadata/library/a9/a9c184125efdb899fdce3907b1c62dc8/poster.jpg new file mode 100755 index 0000000..0ad2eb3 Binary files /dev/null and b/jellyfin/config/metadata/library/a9/a9c184125efdb899fdce3907b1c62dc8/poster.jpg differ diff --git a/jellyfin/config/metadata/library/aa/aa8922ed63e0f9b388d32d1b68aac8c5/poster.jpg b/jellyfin/config/metadata/library/aa/aa8922ed63e0f9b388d32d1b68aac8c5/poster.jpg new file mode 100755 index 0000000..c64fcfd Binary files /dev/null and b/jellyfin/config/metadata/library/aa/aa8922ed63e0f9b388d32d1b68aac8c5/poster.jpg differ diff --git a/jellyfin/config/metadata/library/b3/b325e2cdfc83024aaf0316f8fbc03758/poster.jpg b/jellyfin/config/metadata/library/b3/b325e2cdfc83024aaf0316f8fbc03758/poster.jpg deleted file mode 100755 index ab0b934..0000000 Binary files a/jellyfin/config/metadata/library/b3/b325e2cdfc83024aaf0316f8fbc03758/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/b4/b486193c023de77c22da64f61b7b813c/poster.jpg b/jellyfin/config/metadata/library/b4/b486193c023de77c22da64f61b7b813c/poster.jpg deleted file mode 100755 index 333ff51..0000000 Binary files a/jellyfin/config/metadata/library/b4/b486193c023de77c22da64f61b7b813c/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/bd/bd665ee1dfa797e7a7005dfdb869136e/poster.png b/jellyfin/config/metadata/library/bd/bd665ee1dfa797e7a7005dfdb869136e/poster.png new file mode 100755 index 0000000..84992e3 Binary files /dev/null and b/jellyfin/config/metadata/library/bd/bd665ee1dfa797e7a7005dfdb869136e/poster.png differ diff --git a/jellyfin/config/metadata/library/c3/c35a608d298141158d6c226f7ed55373/poster.jpg b/jellyfin/config/metadata/library/c3/c35a608d298141158d6c226f7ed55373/poster.jpg deleted file mode 100755 index e7ca4fc..0000000 Binary files a/jellyfin/config/metadata/library/c3/c35a608d298141158d6c226f7ed55373/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/d1/d137fe36f22d3fe10d35e680b33b166b/poster.jpg b/jellyfin/config/metadata/library/d1/d137fe36f22d3fe10d35e680b33b166b/poster.jpg deleted file mode 100755 index 26854fe..0000000 Binary files a/jellyfin/config/metadata/library/d1/d137fe36f22d3fe10d35e680b33b166b/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/e3/e3c0d3bc55493dde8aed2ba95e43323a/poster.jpg b/jellyfin/config/metadata/library/e3/e3c0d3bc55493dde8aed2ba95e43323a/poster.jpg deleted file mode 100755 index d27aa12..0000000 Binary files a/jellyfin/config/metadata/library/e3/e3c0d3bc55493dde8aed2ba95e43323a/poster.jpg and /dev/null differ diff --git a/jellyfin/config/metadata/library/f2/f27caa37e5142225cceded48f6553502/poster.jpg b/jellyfin/config/metadata/library/f2/f27caa37e5142225cceded48f6553502/poster.jpg index abdedd4..0ad2eb3 100755 Binary files a/jellyfin/config/metadata/library/f2/f27caa37e5142225cceded48f6553502/poster.jpg and b/jellyfin/config/metadata/library/f2/f27caa37e5142225cceded48f6553502/poster.jpg differ diff --git a/jellyfin/config/root/default/下载/downloads.mblink b/jellyfin/config/root/default/下载/downloads.mblink new file mode 100755 index 0000000..967147d --- /dev/null +++ b/jellyfin/config/root/default/下载/downloads.mblink @@ -0,0 +1 @@ +/media/downloads \ No newline at end of file diff --git a/jellyfin/config/root/default/下载/movies.collection b/jellyfin/config/root/default/下载/movies.collection new file mode 100755 index 0000000..e69de29 diff --git a/jellyfin/config/root/default/赛文OV/options.xml b/jellyfin/config/root/default/下载/options.xml similarity index 59% rename from jellyfin/config/root/default/赛文OV/options.xml rename to jellyfin/config/root/default/下载/options.xml index 25f567a..1b11fe6 100755 --- a/jellyfin/config/root/default/赛文OV/options.xml +++ b/jellyfin/config/root/default/下载/options.xml @@ -10,7 +10,7 @@ false - /media/赛文OV + /media/downloads false @@ -37,64 +37,6 @@ false AllowAll - - Series - - TheMovieDb - The Open Movie Database - - - TheMovieDb - The Open Movie Database - - - TheMovieDb - - - TheMovieDb - - - - - Season - - TheMovieDb - - - TheMovieDb - - - TheMovieDb - - - TheMovieDb - - - - - Episode - - TheMovieDb - The Open Movie Database - - - TheMovieDb - The Open Movie Database - - - TheMovieDb - The Open Movie Database - Embedded Image Extractor - Screen Grabber - - - TheMovieDb - The Open Movie Database - Embedded Image Extractor - Screen Grabber - - - Movie diff --git a/jellyfin/config/root/default/网页视频下载/options.xml b/jellyfin/config/root/default/前辈是男孩子/options.xml similarity index 98% rename from jellyfin/config/root/default/网页视频下载/options.xml rename to jellyfin/config/root/default/前辈是男孩子/options.xml index 99c9576..1edd661 100755 --- a/jellyfin/config/root/default/网页视频下载/options.xml +++ b/jellyfin/config/root/default/前辈是男孩子/options.xml @@ -10,7 +10,7 @@ false - /media/animedownloader + /media/前辈是男孩子 false diff --git a/jellyfin/config/root/default/前辈是男孩子/tvshows.collection b/jellyfin/config/root/default/前辈是男孩子/tvshows.collection new file mode 100755 index 0000000..e69de29 diff --git a/jellyfin/config/root/default/前辈是男孩子/前辈是男孩子.mblink b/jellyfin/config/root/default/前辈是男孩子/前辈是男孩子.mblink new file mode 100755 index 0000000..fd81a9b --- /dev/null +++ b/jellyfin/config/root/default/前辈是男孩子/前辈是男孩子.mblink @@ -0,0 +1 @@ +/media/前辈是男孩子 \ No newline at end of file diff --git a/jellyfin/config/root/default/网页视频下载/animedownloader.mblink b/jellyfin/config/root/default/网页视频下载/animedownloader.mblink deleted file mode 100755 index b95a91b..0000000 --- a/jellyfin/config/root/default/网页视频下载/animedownloader.mblink +++ /dev/null @@ -1 +0,0 @@ -/media/animedownloader \ No newline at end of file diff --git a/jellyfin/config/root/default/赛文OV/赛文OV.mblink b/jellyfin/config/root/default/赛文OV/赛文OV.mblink deleted file mode 100755 index 616fd4b..0000000 --- a/jellyfin/config/root/default/赛文OV/赛文OV.mblink +++ /dev/null @@ -1 +0,0 @@ -/media/赛文OV \ No newline at end of file diff --git a/jellyfin/docker-compose.yaml b/jellyfin/docker-compose.yaml index b67e6ec..25437d6 100755 --- a/jellyfin/docker-compose.yaml +++ b/jellyfin/docker-compose.yaml @@ -9,6 +9,7 @@ services: - ./config:/config - ./cache:/cache - /mnt/disk1/videos:/media + - /mnt/disk1/downloads:/media/downloads restart: always diff --git a/portainer/data/docker_config/config.json b/portainer/data/docker_config/config.json index 95e87a2..a29b68f 100755 --- a/portainer/data/docker_config/config.json +++ b/portainer/data/docker_config/config.json @@ -1 +1 @@ -{"HttpHeaders":{"X-PortainerAgent-ManagerOperation":"1","X-PortainerAgent-PublicKey":"3059301306072a8648ce3d020106082a8648ce3d0301070342000409a6c98eea4c8b10d819bbba967dfe94fd395b80d71f35c26be7070ce9d4b3c76f211bd923af5be7ea0acfb367d12ef799091dbdb5a0395b4f074ba5291cdd0e","X-PortainerAgent-Signature":"2rvccFhPPLmcAnTeIMac04PYFzAbr05h1nYgjWy/6NChhMj8K+CMdjw91eY3LgM4iHZ9bjQIGNJkl9zpbH1G9A"}} \ No newline at end of file +{"HttpHeaders":{"X-PortainerAgent-ManagerOperation":"1","X-PortainerAgent-PublicKey":"3059301306072a8648ce3d020106082a8648ce3d0301070342000409a6c98eea4c8b10d819bbba967dfe94fd395b80d71f35c26be7070ce9d4b3c76f211bd923af5be7ea0acfb367d12ef799091dbdb5a0395b4f074ba5291cdd0e","X-PortainerAgent-Signature":"8eecA32yCMg9fL7CiyxehNwpRHKMwuy3shavSbrJEnQwkvSnbLHbM8Ka4MwUOtyLK44o7eoRK4JwWGHbLANdKQ"}} \ No newline at end of file diff --git a/portainer/data/portainer.db b/portainer/data/portainer.db index ddc74c2..4c3af8d 100755 Binary files a/portainer/data/portainer.db and b/portainer/data/portainer.db differ diff --git a/qbittorrent/config/.bash_history b/qbittorrent/config/.bash_history index ad6c457..031dab2 100755 --- a/qbittorrent/config/.bash_history +++ b/qbittorrent/config/.bash_history @@ -8,3 +8,5 @@ clear curl host.docker.internal:9093 curl http://host.docker.internal:9093 exit +ping host.docker.internal +exit diff --git a/qbittorrent/config/qBittorrent/BT_backup/d7147f88ead1932ae4b9a3bba96868da51a4b590.fastresume b/qbittorrent/config/qBittorrent/BT_backup/d7147f88ead1932ae4b9a3bba96868da51a4b590.fastresume new file mode 100755 index 0000000..05db998 Binary files /dev/null and b/qbittorrent/config/qBittorrent/BT_backup/d7147f88ead1932ae4b9a3bba96868da51a4b590.fastresume differ diff --git a/qbittorrent/config/qBittorrent/BT_backup/d7147f88ead1932ae4b9a3bba96868da51a4b590.torrent b/qbittorrent/config/qBittorrent/BT_backup/d7147f88ead1932ae4b9a3bba96868da51a4b590.torrent new file mode 100755 index 0000000..6bce06d Binary files /dev/null and b/qbittorrent/config/qBittorrent/BT_backup/d7147f88ead1932ae4b9a3bba96868da51a4b590.torrent differ diff --git a/qbittorrent/config/qBittorrent/BT_backup/e35995191ab5fa0c221e8b24acad62f6ce7a42f9.fastresume b/qbittorrent/config/qBittorrent/BT_backup/e35995191ab5fa0c221e8b24acad62f6ce7a42f9.fastresume new file mode 100755 index 0000000..09113e6 Binary files /dev/null and b/qbittorrent/config/qBittorrent/BT_backup/e35995191ab5fa0c221e8b24acad62f6ce7a42f9.fastresume differ diff --git a/qbittorrent/config/qBittorrent/BT_backup/e35995191ab5fa0c221e8b24acad62f6ce7a42f9.torrent b/qbittorrent/config/qBittorrent/BT_backup/e35995191ab5fa0c221e8b24acad62f6ce7a42f9.torrent new file mode 100755 index 0000000..686e2be Binary files /dev/null and b/qbittorrent/config/qBittorrent/BT_backup/e35995191ab5fa0c221e8b24acad62f6ce7a42f9.torrent differ diff --git a/qbittorrent/config/qBittorrent/BT_backup/queue b/qbittorrent/config/qBittorrent/BT_backup/queue index 2bc7f93..d7e0393 100755 --- a/qbittorrent/config/qBittorrent/BT_backup/queue +++ b/qbittorrent/config/qBittorrent/BT_backup/queue @@ -1 +1 @@ -7772a33692cee3f8f3e12e376cd7ba251be6eff5 +d15e74f74ce8bfa17aa4bdfb4e2c1392e30fb777 diff --git a/qbittorrent/config/qBittorrent/categories.json b/qbittorrent/config/qBittorrent/categories.json index 2c63c08..e05b2a1 100755 --- a/qbittorrent/config/qBittorrent/categories.json +++ b/qbittorrent/config/qBittorrent/categories.json @@ -1,2 +1,5 @@ { + "Bangumi": { + "save_path": "" + } } diff --git a/qbittorrent/config/qBittorrent/logs/qbittorrent.log b/qbittorrent/config/qBittorrent/logs/qbittorrent.log index 1b49f28..4c833ba 100755 --- a/qbittorrent/config/qBittorrent/logs/qbittorrent.log +++ b/qbittorrent/config/qBittorrent/logs/qbittorrent.log @@ -1,449 +1,297 @@ -(I) 2024-08-25T13:23:40 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-25T13:23:40 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-25T13:23:40 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-25T13:23:40 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-25T13:23:40 - 使用内置 WebUI -(N) 2024-08-25T13:23:40 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-25T13:23:40 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-25T13:23:41 - 检测到外部 IP。IP:“223.104.202.110” -(N) 2024-08-25T13:25:12 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T13:40:28 - 发起了 qBittorrent 终止操作 -(N) 2024-08-25T13:40:28 - qBittorrent 现在准备好退出了 -(N) 2024-08-25T13:41:02 - qBittorrent v4.6.6 已启动 -(N) 2024-08-25T13:41:02 - 使用配置目录:/config/qBittorrent -(N) 2024-08-25T13:41:02 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-25T13:41:02 - Peer ID:“-qB4660-” -(I) 2024-08-25T13:41:02 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-25T13:41:02 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-25T13:41:02 - 本地 Peer 发现支持:开 -(I) 2024-08-25T13:41:02 - Peer 交换(PeX)支持:开 -(I) 2024-08-25T13:41:02 - 匿名模式:关 -(I) 2024-08-25T13:41:02 - 加密支持:开 -(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-25T13:41:02 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-25T13:41:02 - 使用内置 WebUI -(N) 2024-08-25T13:41:02 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-25T13:41:02 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-25T13:41:02 - 检测到外部 IP。IP:“223.104.202.110” -(N) 2024-08-25T13:42:43 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T14:44:18 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T15:04:05 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T15:06:19 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:06:39 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:14:37 - WebAPI 登录成功。IP:::ffff:192.168.164.100 -(N) 2024-08-25T16:15:34 - 添加了新 Torrent。Torrent:“0cbc5e9c67b06b9b6ddbd5f2bce20f9a09a4a5e2” -(N) 2024-08-25T16:15:53 - 移除了 Torrent。Torrent:“0cbc5e9c67b06b9b6ddbd5f2bce20f9a09a4a5e2” -(N) 2024-08-25T16:16:08 - 添加了新 Torrent。Torrent:“[SweetSub] Shikanoko Nokonoko Koshitantan - 08 [WebRip][1080P][AVC 8bit][CHT].mp4” -(N) 2024-08-25T16:16:50 - 移除了 Torrent。Torrent:“[SweetSub] Shikanoko Nokonoko Koshitantan - 08 [WebRip][1080P][AVC 8bit][CHT].mp4” -(N) 2024-08-25T16:29:44 - 发起了 qBittorrent 终止操作 -(N) 2024-08-25T16:29:44 - qBittorrent 现在准备好退出了 -(N) 2024-08-25T16:30:20 - qBittorrent v4.6.6 已启动 -(N) 2024-08-25T16:30:20 - 使用配置目录:/config/qBittorrent -(N) 2024-08-25T16:30:20 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-25T16:30:20 - Peer ID:“-qB4660-” -(I) 2024-08-25T16:30:20 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-25T16:30:20 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-25T16:30:20 - 本地 Peer 发现支持:开 -(I) 2024-08-25T16:30:20 - Peer 交换(PeX)支持:开 -(I) 2024-08-25T16:30:20 - 匿名模式:关 -(I) 2024-08-25T16:30:20 - 加密支持:开 -(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-25T16:30:20 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-25T16:30:20 - 使用内置 WebUI -(N) 2024-08-25T16:30:20 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-25T16:30:20 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-25T16:30:47 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:36:21 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:37:06 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:40:45 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-25T16:41:00 - 检测到外部 IP。IP:“223.104.202.110” -(N) 2024-08-25T16:41:32 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:42:22 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:44:54 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T16:53:25 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T17:07:13 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T17:20:19 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T17:39:48 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T17:48:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(W) 2024-08-25T18:30:34 - WebAPI 登录失败。原因:凭证无效,尝试次数:1,IP:::ffff:192.168.164.100,用户名:wsq -(N) 2024-08-25T18:30:36 - WebAPI 登录成功。IP:::ffff:192.168.164.100 -(N) 2024-08-25T18:30:51 - 添加了新 Torrent。Torrent:“[KitaujiSub] Katsute Mahou Shoujo to Aku wa Tekitai shiteita [06][WebRip][HEVC_AAC][CHS_JP&CHT_JP].mkv” -(N) 2024-08-25T18:32:07 - 移除了 Torrent。Torrent:“[KitaujiSub] Katsute Mahou Shoujo to Aku wa Tekitai shiteita [06][WebRip][HEVC_AAC][CHS_JP&CHT_JP].mkv” -(N) 2024-08-25T19:00:53 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T19:26:52 - 发起了 qBittorrent 终止操作 -(N) 2024-08-25T19:26:52 - qBittorrent 现在准备好退出了 -(N) 2024-08-25T19:27:34 - qBittorrent v4.6.6 已启动 -(N) 2024-08-25T19:27:34 - 使用配置目录:/config/qBittorrent -(N) 2024-08-25T19:27:34 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-25T19:27:34 - Peer ID:“-qB4660-” -(I) 2024-08-25T19:27:34 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-25T19:27:34 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-25T19:27:34 - 本地 Peer 发现支持:开 -(I) 2024-08-25T19:27:34 - Peer 交换(PeX)支持:开 -(I) 2024-08-25T19:27:34 - 匿名模式:关 -(I) 2024-08-25T19:27:34 - 加密支持:开 -(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-25T19:27:34 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-25T19:27:34 - 使用内置 WebUI -(N) 2024-08-25T19:27:34 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-25T19:27:34 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-25T19:37:39 - 检测到外部 IP。IP:“223.104.202.110” -(N) 2024-08-25T19:46:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T21:07:16 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-25T21:52:14 - 发起了 qBittorrent 终止操作 -(N) 2024-08-25T21:52:14 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T08:56:06 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T08:56:06 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T08:56:06 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T08:56:06 - Peer ID:“-qB4660-” -(I) 2024-08-26T08:56:06 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T08:56:06 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T08:56:06 - 本地 Peer 发现支持:开 -(I) 2024-08-26T08:56:06 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T08:56:06 - 匿名模式:关 -(I) 2024-08-26T08:56:06 - 加密支持:开 -(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T08:56:06 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T08:56:06 - 使用内置 WebUI -(N) 2024-08-26T08:56:06 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T08:56:06 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-26T08:57:05 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(W) 2024-08-26T09:00:24 - WebAPI 登录失败。原因:凭证无效,尝试次数:1,IP:::ffff:192.168.164.100,用户名:wsq -(N) 2024-08-26T09:00:27 - WebAPI 登录成功。IP:::ffff:192.168.164.100 -(N) 2024-08-26T09:12:02 - 添加了新 Torrent。Torrent:“88ddf373406548b35d0065353b9ec0829c483d86” -(I) 2024-08-26T09:12:03 - 检测到外部 IP。IP:“223.104.204.77” -(N) 2024-08-26T09:13:06 - 移除了 Torrent。Torrent:“[SweetSub] Shikanoko Nokonoko Koshitantan - 08 [WebRip 1080p HEVC-10bit AAC CHS&CHT].mkv” -(N) 2024-08-26T09:13:25 - 添加了新 Torrent。Torrent:“7772a33692cee3f8f3e12e376cd7ba251be6eff5” -(N) 2024-08-26T09:15:12 - 移除了 Torrent。Torrent:“[KitaujiSub] Shikanoko Nokonoko Koshitantan [07][WebRip][HEVC_AAC][CHS_JP].mp4” -(N) 2024-08-26T09:25:16 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T09:51:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T10:05:02 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T10:20:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T10:51:32 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T10:51:56 - 发起了 qBittorrent 终止操作 -(N) 2024-08-26T10:51:56 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T10:52:43 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T10:52:43 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T10:52:43 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T10:52:43 - Peer ID:“-qB4660-” -(I) 2024-08-26T10:52:43 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T10:52:43 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T10:52:43 - 本地 Peer 发现支持:开 -(I) 2024-08-26T10:52:43 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T10:52:43 - 匿名模式:关 -(I) 2024-08-26T10:52:43 - 加密支持:开 -(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T10:52:43 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T10:52:43 - 使用内置 WebUI -(N) 2024-08-26T10:52:43 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T10:52:43 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-26T10:53:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-26T11:02:59 - 检测到外部 IP。IP:“223.104.204.77” -(N) 2024-08-26T13:20:02 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T13:34:03 - 发起了 qBittorrent 终止操作 -(N) 2024-08-26T13:34:03 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T13:34:08 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T13:34:08 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T13:34:08 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T13:34:08 - Peer ID:“-qB4660-” -(I) 2024-08-26T13:34:08 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T13:34:08 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T13:34:08 - 本地 Peer 发现支持:开 -(I) 2024-08-26T13:34:08 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T13:34:08 - 匿名模式:关 -(I) 2024-08-26T13:34:08 - 加密支持:开 -(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T13:34:08 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T13:34:08 - 使用内置 WebUI -(N) 2024-08-26T13:34:08 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T13:34:08 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-26T13:34:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T13:34:38 - 发起了 qBittorrent 终止操作 -(N) 2024-08-26T13:34:38 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T13:35:13 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T13:35:13 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T13:35:13 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T13:35:13 - Peer ID:“-qB4660-” -(I) 2024-08-26T13:35:13 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T13:35:13 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T13:35:13 - 本地 Peer 发现支持:开 -(I) 2024-08-26T13:35:13 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T13:35:13 - 匿名模式:关 -(I) 2024-08-26T13:35:13 - 加密支持:开 -(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T13:35:13 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T13:35:13 - 使用内置 WebUI -(N) 2024-08-26T13:35:13 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T13:35:13 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-26T13:35:22 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-26T13:45:18 - 检测到外部 IP。IP:“223.104.204.77” -(N) 2024-08-26T14:11:44 - 发起了 qBittorrent 终止操作 -(N) 2024-08-26T14:11:44 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T14:20:42 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T14:20:42 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T14:20:42 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T14:20:42 - Peer ID:“-qB4660-” -(I) 2024-08-26T14:20:42 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T14:20:42 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T14:20:42 - 本地 Peer 发现支持:开 -(I) 2024-08-26T14:20:42 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T14:20:42 - 匿名模式:关 -(I) 2024-08-26T14:20:42 - 加密支持:开 -(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T14:20:42 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T14:20:42 - 使用内置 WebUI -(N) 2024-08-26T14:20:42 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T14:20:42 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-26T14:20:43 - 检测到外部 IP。IP:“223.104.202.229” -(N) 2024-08-26T14:21:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T14:28:13 - 发起了 qBittorrent 终止操作 -(N) 2024-08-26T14:28:13 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T14:28:48 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T14:28:48 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T14:28:48 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T14:28:48 - Peer ID:“-qB4660-” -(I) 2024-08-26T14:28:48 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T14:28:48 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T14:28:48 - 本地 Peer 发现支持:开 -(I) 2024-08-26T14:28:48 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T14:28:48 - 匿名模式:关 -(I) 2024-08-26T14:28:48 - 加密支持:开 -(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T14:28:48 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T14:28:48 - 使用内置 WebUI -(N) 2024-08-26T14:28:48 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T14:28:48 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-26T14:29:07 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T14:31:43 - 发起了 qBittorrent 终止操作 -(N) 2024-08-26T14:31:44 - qBittorrent 现在准备好退出了 -(N) 2024-08-26T14:32:18 - qBittorrent v4.6.6 已启动 -(N) 2024-08-26T14:32:18 - 使用配置目录:/config/qBittorrent -(N) 2024-08-26T14:32:18 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-26T14:32:18 - Peer ID:“-qB4660-” -(I) 2024-08-26T14:32:18 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-26T14:32:18 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-26T14:32:18 - 本地 Peer 发现支持:开 -(I) 2024-08-26T14:32:18 - Peer 交换(PeX)支持:开 -(I) 2024-08-26T14:32:18 - 匿名模式:关 -(I) 2024-08-26T14:32:18 - 加密支持:开 -(I) 2024-08-26T14:32:18 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-26T14:32:18 - 使用内置 WebUI -(N) 2024-08-26T14:32:18 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-26T14:32:18 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-26T14:32:19 - 检测到外部 IP。IP:“223.104.202.229” -(N) 2024-08-26T14:32:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-26T14:39:31 - WebAPI 登录成功。IP:::ffff:192.168.164.100 -(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_48.mobi” -(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_49.mobi” -(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_50.mobi” -(W) 2024-08-26T14:39:45 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” -(W) 2024-08-26T14:40:11 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” -(W) 2024-08-26T14:40:11 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” -(N) 2024-08-26T14:40:11 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_48.mobi” -(W) 2024-08-26T14:40:12 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” -(N) 2024-08-26T15:27:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-26T15:37:24 - 检测到外部 IP。IP:“223.104.204.93” -(N) 2024-08-26T16:05:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-26T20:09:46 - 检测到外部 IP。IP:“223.104.204.58” -(I) 2024-08-26T23:35:58 - 检测到外部 IP。IP:“223.104.204.166” -(N) 2024-08-27T11:51:03 - 发起了 qBittorrent 终止操作 -(N) 2024-08-27T11:51:03 - qBittorrent 现在准备好退出了 -(N) 2024-08-27T12:04:29 - qBittorrent v4.6.6 已启动 -(N) 2024-08-27T12:04:29 - 使用配置目录:/config/qBittorrent -(N) 2024-08-27T12:04:29 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-27T12:04:29 - Peer ID:“-qB4660-” -(I) 2024-08-27T12:04:29 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-27T12:04:29 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-27T12:04:29 - 本地 Peer 发现支持:开 -(I) 2024-08-27T12:04:29 - Peer 交换(PeX)支持:开 -(I) 2024-08-27T12:04:29 - 匿名模式:关 -(I) 2024-08-27T12:04:29 - 加密支持:开 -(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-27T12:04:29 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-27T12:04:29 - 使用内置 WebUI -(N) 2024-08-27T12:04:29 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-27T12:04:29 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-27T12:11:58 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-27T12:14:44 - 检测到外部 IP。IP:“223.104.204.166” -(I) 2024-08-27T13:06:19 - 检测到外部 IP。IP:“223.104.204.62” -(N) 2024-08-27T13:20:57 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-27T13:26:55 - 检测到外部 IP。IP:“223.104.11.102” -(N) 2024-08-27T14:31:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-27T15:34:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-27T16:37:52 - 发起了 qBittorrent 终止操作 -(N) 2024-08-27T16:37:52 - qBittorrent 现在准备好退出了 -(N) 2024-08-27T16:37:56 - qBittorrent v4.6.6 已启动 -(N) 2024-08-27T16:37:56 - 使用配置目录:/config/qBittorrent -(N) 2024-08-27T16:37:56 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-27T16:37:56 - Peer ID:“-qB4660-” -(I) 2024-08-27T16:37:56 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-27T16:37:56 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-27T16:37:56 - 本地 Peer 发现支持:开 -(I) 2024-08-27T16:37:56 - Peer 交换(PeX)支持:开 -(I) 2024-08-27T16:37:56 - 匿名模式:关 -(I) 2024-08-27T16:37:56 - 加密支持:开 -(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-27T16:37:56 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-27T16:37:56 - 使用内置 WebUI -(N) 2024-08-27T16:37:56 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-27T16:37:56 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-27T16:38:17 - 检测到外部 IP。IP:“223.104.11.102” -(N) 2024-08-27T17:20:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-27T18:00:13 - 发起了 qBittorrent 终止操作 -(N) 2024-08-27T18:00:13 - qBittorrent 现在准备好退出了 -(N) 2024-08-27T18:00:52 - qBittorrent v4.6.6 已启动 -(N) 2024-08-27T18:00:52 - 使用配置目录:/config/qBittorrent -(N) 2024-08-27T18:00:52 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-27T18:00:53 - Peer ID:“-qB4660-” -(I) 2024-08-27T18:00:53 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-27T18:00:53 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-27T18:00:53 - 本地 Peer 发现支持:开 -(I) 2024-08-27T18:00:53 - Peer 交换(PeX)支持:开 -(I) 2024-08-27T18:00:53 - 匿名模式:关 -(I) 2024-08-27T18:00:53 - 加密支持:开 -(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-27T18:00:53 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-27T18:00:53 - 使用内置 WebUI -(N) 2024-08-27T18:00:53 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-27T18:00:53 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-27T18:00:53 - 检测到外部 IP。IP:“223.104.11.102” -(N) 2024-08-27T18:06:22 - 发起了 qBittorrent 终止操作 -(N) 2024-08-27T18:06:22 - qBittorrent 现在准备好退出了 -(N) 2024-08-27T18:06:56 - qBittorrent v4.6.6 已启动 -(N) 2024-08-27T18:06:56 - 使用配置目录:/config/qBittorrent -(N) 2024-08-27T18:06:56 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-27T18:06:57 - Peer ID:“-qB4660-” -(I) 2024-08-27T18:06:57 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-27T18:06:57 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-27T18:06:57 - 本地 Peer 发现支持:开 -(I) 2024-08-27T18:06:57 - Peer 交换(PeX)支持:开 -(I) 2024-08-27T18:06:57 - 匿名模式:关 -(I) 2024-08-27T18:06:57 - 加密支持:开 -(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-27T18:06:57 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-27T18:06:57 - 使用内置 WebUI -(N) 2024-08-27T18:06:57 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-27T18:06:57 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-27T18:17:41 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-27T18:46:12 - WebAPI 登录成功。IP:::ffff:192.168.187.31 -(N) 2024-08-27T19:28:55 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-27T20:47:01 - 检测到外部 IP。IP:“223.104.11.102” -(N) 2024-08-27T21:11:53 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(N) 2024-08-27T21:49:36 - 发起了 qBittorrent 终止操作 -(N) 2024-08-27T21:49:36 - qBittorrent 现在准备好退出了 -(N) 2024-08-27T21:50:23 - qBittorrent v4.6.6 已启动 -(N) 2024-08-27T21:50:23 - 使用配置目录:/config/qBittorrent -(N) 2024-08-27T21:50:23 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-27T21:50:23 - Peer ID:“-qB4660-” -(I) 2024-08-27T21:50:23 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-27T21:50:23 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-27T21:50:23 - 本地 Peer 发现支持:开 -(I) 2024-08-27T21:50:23 - Peer 交换(PeX)支持:开 -(I) 2024-08-27T21:50:23 - 匿名模式:关 -(I) 2024-08-27T21:50:23 - 加密支持:开 -(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” -(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” -(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(I) 2024-08-27T21:50:23 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-27T21:50:23 - 使用内置 WebUI -(N) 2024-08-27T21:50:23 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-27T21:50:23 - Web UI:正在监听 IP:*,端口:8080 -(N) 2024-08-27T21:50:32 - WebAPI 登录成功。IP:::ffff:172.25.0.1 -(I) 2024-08-27T21:50:34 - 检测到外部 IP。IP:“223.104.11.102” -(N) 2024-08-28T16:32:39 - qBittorrent v4.6.6 已启动 -(N) 2024-08-28T16:32:39 - 使用配置目录:/config/qBittorrent -(N) 2024-08-28T16:32:39 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” -(I) 2024-08-28T16:32:39 - Peer ID:“-qB4660-” -(I) 2024-08-28T16:32:39 - HTTP User-Agent:“qBittorrent/4.6.6” -(I) 2024-08-28T16:32:39 - 分布式哈希表(DHT)支持:开 -(I) 2024-08-28T16:32:39 - 本地 Peer 发现支持:开 -(I) 2024-08-28T16:32:39 - Peer 交换(PeX)支持:开 -(I) 2024-08-28T16:32:39 - 匿名模式:关 -(I) 2024-08-28T16:32:39 - 加密支持:开 -(I) 2024-08-28T16:32:39 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 -(N) 2024-08-28T16:32:39 - 使用内置 WebUI -(N) 2024-08-28T16:32:39 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 -(N) 2024-08-28T16:32:39 - Web UI:正在监听 IP:*,端口:8080 -(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” -(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” -(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” -(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” -(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” -(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” -(N) 2024-08-28T16:40:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 -(I) 2024-08-28T16:42:52 - 检测到外部 IP。IP:“223.104.202.100” -(N) 2024-08-28T17:33:47 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:42:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:43:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:44:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:45:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:46:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:47:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:48:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:49:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:50:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:50:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:50:12 - 添加了新 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T12:50:12 - 添加了新 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T12:50:33 - 移除了 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T12:50:38 - 移除了 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T12:50:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:51:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:51:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:51:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:51:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:52:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:53:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:54:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:55:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:56:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:57:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:58:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:59:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:00:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:01:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:02:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:03:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:04:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:04:36 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:04:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:05:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:06:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:06:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:07:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:08:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:09:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:10:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:11:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:12:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:13:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:14:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:15:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:16:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:17:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:18:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:19:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:20:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:21:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:21:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:22:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:23:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:24:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:25:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:26:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:27:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:28:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:29:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:30:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:31:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:32:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:33:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:34:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:36:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:37:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:37:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:38:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:39:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:40:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:41:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:42:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:43:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:44:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:45:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:46:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:47:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:48:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:49:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:50:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:51:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:52:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:52:13 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:53:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:54:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:55:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:56:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:57:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:58:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T13:59:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:00:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:01:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:02:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:03:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:04:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:05:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:06:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:07:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:07:16 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:08:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:09:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:10:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:11:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:12:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:13:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:14:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:15:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:16:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:17:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:18:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:18:28 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:18:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:18:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:19:23 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:19:34 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:19:35 - 添加了新 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T14:19:35 - 添加了新 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T14:19:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:20:31 - Torrent 已暂停。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T14:20:31 - Torrent 已暂停。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T14:20:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:21:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:22:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:23:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:24:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:25:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:26:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:27:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:28:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:29:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:30:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:31:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:32:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:33:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:33:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:34:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:35:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:36:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:37:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:38:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:39:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:40:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:41:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:42:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:43:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:44:59 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:46:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:47:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:48:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:48:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:49:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:50:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:51:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:52:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:53:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:54:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:55:01 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:56:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:57:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:58:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T14:59:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:00:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:01:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:02:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:03:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:03:57 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:04:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:05:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:06:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:07:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:08:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:09:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:10:04 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:11:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:12:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:13:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:14:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:15:05 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:16:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:17:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:18:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:18:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:18:58 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:19:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:20:06 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:21:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:22:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:23:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:24:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:25:07 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:26:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:27:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:28:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:29:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:30:08 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:31:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:32:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:33:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:34:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:34:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:35:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:36:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:37:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:38:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:38:40 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:39:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:39:03 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:39:03 - Web UI 设置路径:从 "/downloads/前辈是男孩子/Season 1" 移动 "[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv" 至 "/downloads/前辈是男孩子/Season 1" +(N) 2024-08-29T15:39:03 - Web UI 设置路径:从 "/downloads/前辈是男孩子/Season 1" 移动 "[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4" 至 "/downloads/前辈是男孩子/Season 1" +(N) 2024-08-29T15:39:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:39:12 - WebAPI 登录成功。IP:::ffff:192.168.187.101 +(N) 2024-08-29T15:39:19 - Torrent 已恢复。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T15:39:19 - Torrent 已恢复。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T15:40:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:41:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:42:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:43:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:43:49 - Torrent 下载完成。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T15:44:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:44:21 - Torrent 下载完成。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T15:45:11 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:45:48 - Torrent 已暂停。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(N) 2024-08-29T15:45:50 - Torrent 已暂停。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T15:46:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:47:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:48:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:49:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:49:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:50:12 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:51:13 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:52:13 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:53:13 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:54:13 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:55:13 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:56:03 - 添加了新 Torrent。Torrent:“d15e74f74ce8bfa17aa4bdfb4e2c1392e30fb777” +(N) 2024-08-29T15:56:14 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:56:38 - 移除了 Torrent。Torrent:“[Up to 21°C] SHY 靦腆英雄 第二季 - 20 (Baha 1920x1080 AVC AAC MP4) [63F947F3].mp4” +(N) 2024-08-29T15:57:14 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:58:10 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:58:14 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T15:59:14 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:00:15 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:01:15 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:02:09 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T16:02:09 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T16:02:47 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T16:02:47 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T16:02:47 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T16:02:47 - Peer ID:“-qB4660-” +(I) 2024-08-29T16:02:47 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T16:02:47 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T16:02:47 - 本地 Peer 发现支持:开 +(I) 2024-08-29T16:02:47 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T16:02:47 - 匿名模式:关 +(I) 2024-08-29T16:02:47 - 加密支持:开 +(I) 2024-08-29T16:02:47 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T16:02:47 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T16:02:47 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T16:02:47 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T16:02:47 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T16:02:47 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T16:02:47 - 已还原 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4” +(N) 2024-08-29T16:02:47 - 已还原 Torrent。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv” +(I) 2024-08-29T16:02:47 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T16:02:47 - 使用内置 WebUI +(N) 2024-08-29T16:02:47 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T16:02:47 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T16:02:47 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4”。原因:“[MingY] Senpai wa Otokonoko [07][1080p][CHT&JPN].mp4 fast resume rejected. file_stat(/downloads/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mp4): mismatching file size” +(W) 2024-08-29T16:02:47 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv”。原因:“[MingY] Senpai wa Otokonoko [07][1080p][CHS&CHT&JPN].mkv fast resume rejected. file_stat(/downloads/前辈是男孩子/Season 1/Senpai wa Otokonoko S01E07.mkv): mismatching file size” +(N) 2024-08-29T16:02:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:02:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:02:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:03:00 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:03:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:04:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:05:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:06:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:07:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:08:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:09:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:10:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:11:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:12:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:13:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:14:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:15:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:16:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:17:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:17:56 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:18:53 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:19:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:20:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:21:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:22:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T16:23:54 - WebAPI 登录成功。IP:::ffff:172.22.0.1 diff --git a/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak1 b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak1 new file mode 100755 index 0000000..46bb714 --- /dev/null +++ b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak1 @@ -0,0 +1,613 @@ +(I) 2024-08-25T13:23:40 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-25T13:23:40 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-25T13:23:40 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-25T13:23:40 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-25T13:23:40 - 使用内置 WebUI +(N) 2024-08-25T13:23:40 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-25T13:23:40 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-25T13:23:41 - 检测到外部 IP。IP:“223.104.202.110” +(N) 2024-08-25T13:25:12 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T13:40:28 - 发起了 qBittorrent 终止操作 +(N) 2024-08-25T13:40:28 - qBittorrent 现在准备好退出了 +(N) 2024-08-25T13:41:02 - qBittorrent v4.6.6 已启动 +(N) 2024-08-25T13:41:02 - 使用配置目录:/config/qBittorrent +(N) 2024-08-25T13:41:02 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-25T13:41:02 - Peer ID:“-qB4660-” +(I) 2024-08-25T13:41:02 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-25T13:41:02 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-25T13:41:02 - 本地 Peer 发现支持:开 +(I) 2024-08-25T13:41:02 - Peer 交换(PeX)支持:开 +(I) 2024-08-25T13:41:02 - 匿名模式:关 +(I) 2024-08-25T13:41:02 - 加密支持:开 +(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-25T13:41:02 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-25T13:41:02 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-25T13:41:02 - 使用内置 WebUI +(N) 2024-08-25T13:41:02 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-25T13:41:02 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-25T13:41:02 - 检测到外部 IP。IP:“223.104.202.110” +(N) 2024-08-25T13:42:43 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T14:44:18 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T15:04:05 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T15:06:19 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:06:39 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:14:37 - WebAPI 登录成功。IP:::ffff:192.168.164.100 +(N) 2024-08-25T16:15:34 - 添加了新 Torrent。Torrent:“0cbc5e9c67b06b9b6ddbd5f2bce20f9a09a4a5e2” +(N) 2024-08-25T16:15:53 - 移除了 Torrent。Torrent:“0cbc5e9c67b06b9b6ddbd5f2bce20f9a09a4a5e2” +(N) 2024-08-25T16:16:08 - 添加了新 Torrent。Torrent:“[SweetSub] Shikanoko Nokonoko Koshitantan - 08 [WebRip][1080P][AVC 8bit][CHT].mp4” +(N) 2024-08-25T16:16:50 - 移除了 Torrent。Torrent:“[SweetSub] Shikanoko Nokonoko Koshitantan - 08 [WebRip][1080P][AVC 8bit][CHT].mp4” +(N) 2024-08-25T16:29:44 - 发起了 qBittorrent 终止操作 +(N) 2024-08-25T16:29:44 - qBittorrent 现在准备好退出了 +(N) 2024-08-25T16:30:20 - qBittorrent v4.6.6 已启动 +(N) 2024-08-25T16:30:20 - 使用配置目录:/config/qBittorrent +(N) 2024-08-25T16:30:20 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-25T16:30:20 - Peer ID:“-qB4660-” +(I) 2024-08-25T16:30:20 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-25T16:30:20 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-25T16:30:20 - 本地 Peer 发现支持:开 +(I) 2024-08-25T16:30:20 - Peer 交换(PeX)支持:开 +(I) 2024-08-25T16:30:20 - 匿名模式:关 +(I) 2024-08-25T16:30:20 - 加密支持:开 +(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-25T16:30:20 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-25T16:30:20 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-25T16:30:20 - 使用内置 WebUI +(N) 2024-08-25T16:30:20 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-25T16:30:20 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-25T16:30:47 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:36:21 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:37:06 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:40:45 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-25T16:41:00 - 检测到外部 IP。IP:“223.104.202.110” +(N) 2024-08-25T16:41:32 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:42:22 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:44:54 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T16:53:25 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T17:07:13 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T17:20:19 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T17:39:48 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T17:48:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(W) 2024-08-25T18:30:34 - WebAPI 登录失败。原因:凭证无效,尝试次数:1,IP:::ffff:192.168.164.100,用户名:wsq +(N) 2024-08-25T18:30:36 - WebAPI 登录成功。IP:::ffff:192.168.164.100 +(N) 2024-08-25T18:30:51 - 添加了新 Torrent。Torrent:“[KitaujiSub] Katsute Mahou Shoujo to Aku wa Tekitai shiteita [06][WebRip][HEVC_AAC][CHS_JP&CHT_JP].mkv” +(N) 2024-08-25T18:32:07 - 移除了 Torrent。Torrent:“[KitaujiSub] Katsute Mahou Shoujo to Aku wa Tekitai shiteita [06][WebRip][HEVC_AAC][CHS_JP&CHT_JP].mkv” +(N) 2024-08-25T19:00:53 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T19:26:52 - 发起了 qBittorrent 终止操作 +(N) 2024-08-25T19:26:52 - qBittorrent 现在准备好退出了 +(N) 2024-08-25T19:27:34 - qBittorrent v4.6.6 已启动 +(N) 2024-08-25T19:27:34 - 使用配置目录:/config/qBittorrent +(N) 2024-08-25T19:27:34 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-25T19:27:34 - Peer ID:“-qB4660-” +(I) 2024-08-25T19:27:34 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-25T19:27:34 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-25T19:27:34 - 本地 Peer 发现支持:开 +(I) 2024-08-25T19:27:34 - Peer 交换(PeX)支持:开 +(I) 2024-08-25T19:27:34 - 匿名模式:关 +(I) 2024-08-25T19:27:34 - 加密支持:开 +(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-25T19:27:34 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-25T19:27:34 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-25T19:27:34 - 使用内置 WebUI +(N) 2024-08-25T19:27:34 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-25T19:27:34 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-25T19:37:39 - 检测到外部 IP。IP:“223.104.202.110” +(N) 2024-08-25T19:46:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T21:07:16 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-25T21:52:14 - 发起了 qBittorrent 终止操作 +(N) 2024-08-25T21:52:14 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T08:56:06 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T08:56:06 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T08:56:06 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T08:56:06 - Peer ID:“-qB4660-” +(I) 2024-08-26T08:56:06 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T08:56:06 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T08:56:06 - 本地 Peer 发现支持:开 +(I) 2024-08-26T08:56:06 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T08:56:06 - 匿名模式:关 +(I) 2024-08-26T08:56:06 - 加密支持:开 +(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T08:56:06 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T08:56:06 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T08:56:06 - 使用内置 WebUI +(N) 2024-08-26T08:56:06 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T08:56:06 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T08:57:05 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(W) 2024-08-26T09:00:24 - WebAPI 登录失败。原因:凭证无效,尝试次数:1,IP:::ffff:192.168.164.100,用户名:wsq +(N) 2024-08-26T09:00:27 - WebAPI 登录成功。IP:::ffff:192.168.164.100 +(N) 2024-08-26T09:12:02 - 添加了新 Torrent。Torrent:“88ddf373406548b35d0065353b9ec0829c483d86” +(I) 2024-08-26T09:12:03 - 检测到外部 IP。IP:“223.104.204.77” +(N) 2024-08-26T09:13:06 - 移除了 Torrent。Torrent:“[SweetSub] Shikanoko Nokonoko Koshitantan - 08 [WebRip 1080p HEVC-10bit AAC CHS&CHT].mkv” +(N) 2024-08-26T09:13:25 - 添加了新 Torrent。Torrent:“7772a33692cee3f8f3e12e376cd7ba251be6eff5” +(N) 2024-08-26T09:15:12 - 移除了 Torrent。Torrent:“[KitaujiSub] Shikanoko Nokonoko Koshitantan [07][WebRip][HEVC_AAC][CHS_JP].mp4” +(N) 2024-08-26T09:25:16 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T09:51:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T10:05:02 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T10:20:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T10:51:32 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T10:51:56 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T10:51:56 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T10:52:43 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T10:52:43 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T10:52:43 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T10:52:43 - Peer ID:“-qB4660-” +(I) 2024-08-26T10:52:43 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T10:52:43 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T10:52:43 - 本地 Peer 发现支持:开 +(I) 2024-08-26T10:52:43 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T10:52:43 - 匿名模式:关 +(I) 2024-08-26T10:52:43 - 加密支持:开 +(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T10:52:43 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T10:52:43 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T10:52:43 - 使用内置 WebUI +(N) 2024-08-26T10:52:43 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T10:52:43 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T10:53:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-26T11:02:59 - 检测到外部 IP。IP:“223.104.204.77” +(N) 2024-08-26T13:20:02 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T13:34:03 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T13:34:03 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T13:34:08 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T13:34:08 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T13:34:08 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T13:34:08 - Peer ID:“-qB4660-” +(I) 2024-08-26T13:34:08 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T13:34:08 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T13:34:08 - 本地 Peer 发现支持:开 +(I) 2024-08-26T13:34:08 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T13:34:08 - 匿名模式:关 +(I) 2024-08-26T13:34:08 - 加密支持:开 +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T13:34:08 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T13:34:08 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T13:34:08 - 使用内置 WebUI +(N) 2024-08-26T13:34:08 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T13:34:08 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T13:34:09 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T13:34:38 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T13:34:38 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T13:35:13 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T13:35:13 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T13:35:13 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T13:35:13 - Peer ID:“-qB4660-” +(I) 2024-08-26T13:35:13 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T13:35:13 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T13:35:13 - 本地 Peer 发现支持:开 +(I) 2024-08-26T13:35:13 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T13:35:13 - 匿名模式:关 +(I) 2024-08-26T13:35:13 - 加密支持:开 +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T13:35:13 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T13:35:13 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T13:35:13 - 使用内置 WebUI +(N) 2024-08-26T13:35:13 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T13:35:13 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T13:35:22 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-26T13:45:18 - 检测到外部 IP。IP:“223.104.204.77” +(N) 2024-08-26T14:11:44 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T14:11:44 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T14:20:42 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T14:20:42 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T14:20:42 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T14:20:42 - Peer ID:“-qB4660-” +(I) 2024-08-26T14:20:42 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T14:20:42 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T14:20:42 - 本地 Peer 发现支持:开 +(I) 2024-08-26T14:20:42 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T14:20:42 - 匿名模式:关 +(I) 2024-08-26T14:20:42 - 加密支持:开 +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T14:20:42 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T14:20:42 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T14:20:42 - 使用内置 WebUI +(N) 2024-08-26T14:20:42 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T14:20:42 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-26T14:20:43 - 检测到外部 IP。IP:“223.104.202.229” +(N) 2024-08-26T14:21:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T14:28:13 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T14:28:13 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T14:28:48 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T14:28:48 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T14:28:48 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T14:28:48 - Peer ID:“-qB4660-” +(I) 2024-08-26T14:28:48 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T14:28:48 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T14:28:48 - 本地 Peer 发现支持:开 +(I) 2024-08-26T14:28:48 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T14:28:48 - 匿名模式:关 +(I) 2024-08-26T14:28:48 - 加密支持:开 +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T14:28:48 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T14:28:48 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T14:28:48 - 使用内置 WebUI +(N) 2024-08-26T14:28:48 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T14:28:48 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-26T14:29:07 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T14:31:43 - 发起了 qBittorrent 终止操作 +(N) 2024-08-26T14:31:44 - qBittorrent 现在准备好退出了 +(N) 2024-08-26T14:32:18 - qBittorrent v4.6.6 已启动 +(N) 2024-08-26T14:32:18 - 使用配置目录:/config/qBittorrent +(N) 2024-08-26T14:32:18 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-26T14:32:18 - Peer ID:“-qB4660-” +(I) 2024-08-26T14:32:18 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-26T14:32:18 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-26T14:32:18 - 本地 Peer 发现支持:开 +(I) 2024-08-26T14:32:18 - Peer 交换(PeX)支持:开 +(I) 2024-08-26T14:32:18 - 匿名模式:关 +(I) 2024-08-26T14:32:18 - 加密支持:开 +(I) 2024-08-26T14:32:18 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-26T14:32:18 - 使用内置 WebUI +(N) 2024-08-26T14:32:18 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-26T14:32:18 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-26T14:32:18 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-26T14:32:19 - 检测到外部 IP。IP:“223.104.202.229” +(N) 2024-08-26T14:32:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-26T14:39:31 - WebAPI 登录成功。IP:::ffff:192.168.164.100 +(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_48.mobi” +(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_49.mobi” +(N) 2024-08-26T14:39:42 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_50.mobi” +(W) 2024-08-26T14:39:45 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(W) 2024-08-26T14:40:11 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(W) 2024-08-26T14:40:11 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(N) 2024-08-26T14:40:11 - 正在下载 Torrent,请稍等...来源:“https://al.chirmyram.com/d/doc/%E6%BC%AB%E7%94%BB/250%E9%83%A8%E7%83%AD%E6%92%AD%E6%BC%AB%E7%94%BB/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B0/%E8%9C%A1%E7%AC%94%E5%B0%8F%E6%96%B048-50%E5%8D%B7/%5BComic%20%E8%A0%9F%E7%AD%86%E5%B0%8F%E6%96%B0%20%E8%87%BC%E4%BA%95%E5%84%80%E4%BA%BA%20%E6%9D%B1%E7%AB%8B%5D%20Vol_48.mobi” +(W) 2024-08-26T14:40:12 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(N) 2024-08-26T15:27:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-26T15:37:24 - 检测到外部 IP。IP:“223.104.204.93” +(N) 2024-08-26T16:05:56 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-26T20:09:46 - 检测到外部 IP。IP:“223.104.204.58” +(I) 2024-08-26T23:35:58 - 检测到外部 IP。IP:“223.104.204.166” +(N) 2024-08-27T11:51:03 - 发起了 qBittorrent 终止操作 +(N) 2024-08-27T11:51:03 - qBittorrent 现在准备好退出了 +(N) 2024-08-27T12:04:29 - qBittorrent v4.6.6 已启动 +(N) 2024-08-27T12:04:29 - 使用配置目录:/config/qBittorrent +(N) 2024-08-27T12:04:29 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-27T12:04:29 - Peer ID:“-qB4660-” +(I) 2024-08-27T12:04:29 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-27T12:04:29 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-27T12:04:29 - 本地 Peer 发现支持:开 +(I) 2024-08-27T12:04:29 - Peer 交换(PeX)支持:开 +(I) 2024-08-27T12:04:29 - 匿名模式:关 +(I) 2024-08-27T12:04:29 - 加密支持:开 +(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-27T12:04:29 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-27T12:04:29 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-27T12:04:29 - 使用内置 WebUI +(N) 2024-08-27T12:04:29 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-27T12:04:29 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-27T12:11:58 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-27T12:14:44 - 检测到外部 IP。IP:“223.104.204.166” +(I) 2024-08-27T13:06:19 - 检测到外部 IP。IP:“223.104.204.62” +(N) 2024-08-27T13:20:57 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-27T13:26:55 - 检测到外部 IP。IP:“223.104.11.102” +(N) 2024-08-27T14:31:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-27T15:34:26 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-27T16:37:52 - 发起了 qBittorrent 终止操作 +(N) 2024-08-27T16:37:52 - qBittorrent 现在准备好退出了 +(N) 2024-08-27T16:37:56 - qBittorrent v4.6.6 已启动 +(N) 2024-08-27T16:37:56 - 使用配置目录:/config/qBittorrent +(N) 2024-08-27T16:37:56 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-27T16:37:56 - Peer ID:“-qB4660-” +(I) 2024-08-27T16:37:56 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-27T16:37:56 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-27T16:37:56 - 本地 Peer 发现支持:开 +(I) 2024-08-27T16:37:56 - Peer 交换(PeX)支持:开 +(I) 2024-08-27T16:37:56 - 匿名模式:关 +(I) 2024-08-27T16:37:56 - 加密支持:开 +(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-27T16:37:56 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-27T16:37:56 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-27T16:37:56 - 使用内置 WebUI +(N) 2024-08-27T16:37:56 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-27T16:37:56 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-27T16:38:17 - 检测到外部 IP。IP:“223.104.11.102” +(N) 2024-08-27T17:20:11 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-27T18:00:13 - 发起了 qBittorrent 终止操作 +(N) 2024-08-27T18:00:13 - qBittorrent 现在准备好退出了 +(N) 2024-08-27T18:00:52 - qBittorrent v4.6.6 已启动 +(N) 2024-08-27T18:00:52 - 使用配置目录:/config/qBittorrent +(N) 2024-08-27T18:00:52 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-27T18:00:53 - Peer ID:“-qB4660-” +(I) 2024-08-27T18:00:53 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-27T18:00:53 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-27T18:00:53 - 本地 Peer 发现支持:开 +(I) 2024-08-27T18:00:53 - Peer 交换(PeX)支持:开 +(I) 2024-08-27T18:00:53 - 匿名模式:关 +(I) 2024-08-27T18:00:53 - 加密支持:开 +(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-27T18:00:53 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-27T18:00:53 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-27T18:00:53 - 使用内置 WebUI +(N) 2024-08-27T18:00:53 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-27T18:00:53 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-27T18:00:53 - 检测到外部 IP。IP:“223.104.11.102” +(N) 2024-08-27T18:06:22 - 发起了 qBittorrent 终止操作 +(N) 2024-08-27T18:06:22 - qBittorrent 现在准备好退出了 +(N) 2024-08-27T18:06:56 - qBittorrent v4.6.6 已启动 +(N) 2024-08-27T18:06:56 - 使用配置目录:/config/qBittorrent +(N) 2024-08-27T18:06:56 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-27T18:06:57 - Peer ID:“-qB4660-” +(I) 2024-08-27T18:06:57 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-27T18:06:57 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-27T18:06:57 - 本地 Peer 发现支持:开 +(I) 2024-08-27T18:06:57 - Peer 交换(PeX)支持:开 +(I) 2024-08-27T18:06:57 - 匿名模式:关 +(I) 2024-08-27T18:06:57 - 加密支持:开 +(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-27T18:06:57 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-27T18:06:57 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-27T18:06:57 - 使用内置 WebUI +(N) 2024-08-27T18:06:57 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-27T18:06:57 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-27T18:17:41 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-27T18:46:12 - WebAPI 登录成功。IP:::ffff:192.168.187.31 +(N) 2024-08-27T19:28:55 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-27T20:47:01 - 检测到外部 IP。IP:“223.104.11.102” +(N) 2024-08-27T21:11:53 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(N) 2024-08-27T21:49:36 - 发起了 qBittorrent 终止操作 +(N) 2024-08-27T21:49:36 - qBittorrent 现在准备好退出了 +(N) 2024-08-27T21:50:23 - qBittorrent v4.6.6 已启动 +(N) 2024-08-27T21:50:23 - 使用配置目录:/config/qBittorrent +(N) 2024-08-27T21:50:23 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-27T21:50:23 - Peer ID:“-qB4660-” +(I) 2024-08-27T21:50:23 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-27T21:50:23 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-27T21:50:23 - 本地 Peer 发现支持:开 +(I) 2024-08-27T21:50:23 - Peer 交换(PeX)支持:开 +(I) 2024-08-27T21:50:23 - 匿名模式:关 +(I) 2024-08-27T21:50:23 - 加密支持:开 +(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“172.25.0.2”。端口:“TCP/6881” +(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“172.25.0.2”。端口:“UTP/6881” +(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-27T21:50:23 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-27T21:50:23 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-27T21:50:23 - 使用内置 WebUI +(N) 2024-08-27T21:50:23 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-27T21:50:23 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-27T21:50:32 - WebAPI 登录成功。IP:::ffff:172.25.0.1 +(I) 2024-08-27T21:50:34 - 检测到外部 IP。IP:“223.104.11.102” +(N) 2024-08-28T16:32:39 - qBittorrent v4.6.6 已启动 +(N) 2024-08-28T16:32:39 - 使用配置目录:/config/qBittorrent +(N) 2024-08-28T16:32:39 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-28T16:32:39 - Peer ID:“-qB4660-” +(I) 2024-08-28T16:32:39 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-28T16:32:39 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-28T16:32:39 - 本地 Peer 发现支持:开 +(I) 2024-08-28T16:32:39 - Peer 交换(PeX)支持:开 +(I) 2024-08-28T16:32:39 - 匿名模式:关 +(I) 2024-08-28T16:32:39 - 加密支持:开 +(I) 2024-08-28T16:32:39 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-28T16:32:39 - 使用内置 WebUI +(N) 2024-08-28T16:32:39 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-28T16:32:39 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-28T16:32:39 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-28T16:40:02 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(I) 2024-08-28T16:42:52 - 检测到外部 IP。IP:“223.104.202.100” +(N) 2024-08-28T17:33:47 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T17:46:31 - 发起了 qBittorrent 终止操作 +(N) 2024-08-28T17:46:31 - qBittorrent 现在准备好退出了 +(N) 2024-08-28T17:47:03 - qBittorrent v4.6.6 已启动 +(N) 2024-08-28T17:47:03 - 使用配置目录:/config/qBittorrent +(N) 2024-08-28T17:47:03 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-28T17:47:03 - Peer ID:“-qB4660-” +(I) 2024-08-28T17:47:03 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-28T17:47:03 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-28T17:47:03 - 本地 Peer 发现支持:开 +(I) 2024-08-28T17:47:03 - Peer 交换(PeX)支持:开 +(I) 2024-08-28T17:47:03 - 匿名模式:关 +(I) 2024-08-28T17:47:03 - 加密支持:开 +(I) 2024-08-28T17:47:03 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-28T17:47:03 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-28T17:47:03 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-28T17:47:03 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-28T17:47:03 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-28T17:47:03 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-28T17:47:03 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-28T17:47:04 - 使用内置 WebUI +(N) 2024-08-28T17:47:04 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-28T17:47:04 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-28T17:47:20 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(I) 2024-08-28T17:47:21 - 检测到外部 IP。IP:“223.104.202.100” +(N) 2024-08-28T17:51:39 - 发起了 qBittorrent 终止操作 +(N) 2024-08-28T17:51:39 - qBittorrent 现在准备好退出了 +(N) 2024-08-28T17:55:05 - qBittorrent v4.6.6 已启动 +(N) 2024-08-28T17:55:05 - 使用配置目录:/config/qBittorrent +(N) 2024-08-28T17:55:05 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-28T17:55:06 - Peer ID:“-qB4660-” +(I) 2024-08-28T17:55:06 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-28T17:55:06 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-28T17:55:06 - 本地 Peer 发现支持:开 +(I) 2024-08-28T17:55:06 - Peer 交换(PeX)支持:开 +(I) 2024-08-28T17:55:06 - 匿名模式:关 +(I) 2024-08-28T17:55:06 - 加密支持:开 +(I) 2024-08-28T17:55:06 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-28T17:55:06 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-28T17:55:06 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-28T17:55:06 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-28T17:55:06 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-28T17:55:06 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-28T17:55:06 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-28T17:55:06 - 使用内置 WebUI +(N) 2024-08-28T17:55:06 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-28T17:55:06 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-28T17:55:06 - 检测到外部 IP。IP:“223.104.202.100” +(N) 2024-08-28T17:57:22 - 发起了 qBittorrent 终止操作 +(N) 2024-08-28T17:57:22 - qBittorrent 现在准备好退出了 +(N) 2024-08-28T17:57:54 - qBittorrent v4.6.6 已启动 +(N) 2024-08-28T17:57:54 - 使用配置目录:/config/qBittorrent +(N) 2024-08-28T17:57:54 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-28T17:57:54 - Peer ID:“-qB4660-” +(I) 2024-08-28T17:57:54 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-28T17:57:54 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-28T17:57:54 - 本地 Peer 发现支持:开 +(I) 2024-08-28T17:57:54 - Peer 交换(PeX)支持:开 +(I) 2024-08-28T17:57:54 - 匿名模式:关 +(I) 2024-08-28T17:57:54 - 加密支持:开 +(I) 2024-08-28T17:57:54 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-28T17:57:54 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-28T17:57:54 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-28T17:57:54 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-28T17:57:54 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-28T17:57:54 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-28T17:57:54 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-28T17:57:54 - 使用内置 WebUI +(N) 2024-08-28T17:57:54 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-28T17:57:55 - Web UI:正在监听 IP:*,端口:8080 +(N) 2024-08-28T18:00:06 - 发起了 qBittorrent 终止操作 +(N) 2024-08-28T18:00:07 - qBittorrent 现在准备好退出了 +(N) 2024-08-28T18:12:37 - qBittorrent v4.6.6 已启动 +(N) 2024-08-28T18:12:37 - 使用配置目录:/config/qBittorrent +(N) 2024-08-28T18:12:37 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-28T18:12:37 - Peer ID:“-qB4660-” +(I) 2024-08-28T18:12:37 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-28T18:12:37 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-28T18:12:37 - 本地 Peer 发现支持:开 +(I) 2024-08-28T18:12:37 - Peer 交换(PeX)支持:开 +(I) 2024-08-28T18:12:37 - 匿名模式:关 +(I) 2024-08-28T18:12:37 - 加密支持:开 +(I) 2024-08-28T18:12:37 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-28T18:12:37 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-28T18:12:37 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-28T18:12:37 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-28T18:12:37 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-28T18:12:37 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-28T18:12:37 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-28T18:12:38 - 使用内置 WebUI +(N) 2024-08-28T18:12:38 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-28T18:12:38 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-28T18:12:55 - 检测到外部 IP。IP:“223.104.202.100” +(N) 2024-08-28T18:15:39 - 发起了 qBittorrent 终止操作 +(N) 2024-08-28T18:15:39 - qBittorrent 现在准备好退出了 +(N) 2024-08-28T18:16:13 - qBittorrent v4.6.6 已启动 +(N) 2024-08-28T18:16:13 - 使用配置目录:/config/qBittorrent +(N) 2024-08-28T18:16:13 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-28T18:16:13 - Peer ID:“-qB4660-” +(I) 2024-08-28T18:16:13 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-28T18:16:13 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-28T18:16:13 - 本地 Peer 发现支持:开 +(I) 2024-08-28T18:16:13 - Peer 交换(PeX)支持:开 +(I) 2024-08-28T18:16:13 - 匿名模式:关 +(I) 2024-08-28T18:16:13 - 加密支持:开 +(I) 2024-08-28T18:16:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-28T18:16:13 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-28T18:16:13 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-28T18:16:13 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-28T18:16:13 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-28T18:16:13 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(I) 2024-08-28T18:16:13 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-28T18:16:13 - 使用内置 WebUI +(N) 2024-08-28T18:16:13 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-28T18:16:13 - Web UI:正在监听 IP:*,端口:8080 +(I) 2024-08-28T18:16:31 - 检测到外部 IP。IP:“223.104.202.100” +(N) 2024-08-28T18:25:32 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T18:29:24 - WebAPI 登录成功。IP:::ffff:192.168.187.101 +(N) 2024-08-28T19:33:17 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T19:56:07 - WebAPI 登录成功。IP:::ffff:192.168.187.101 +(N) 2024-08-28T20:04:23 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(N) 2024-08-28T20:04:49 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(N) 2024-08-28T20:06:17 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(I) 2024-08-28T20:06:38 - 检测到 Python,可执行文件名称:'python3',版本:3.12.5 +(N) 2024-08-28T20:06:54 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(N) 2024-08-28T20:07:35 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(N) 2024-08-28T20:07:59 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(N) 2024-08-28T20:08:49 - 添加了新 Torrent。Torrent:“7d8b51c972fed8b7db97f5ad2fe1518f412fcdaf” +(I) 2024-08-28T20:08:49 - 检测到外部 IP。IP:“223.104.204.63” +(N) 2024-08-28T20:09:09 - Torrent 已暂停。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(N) 2024-08-28T20:11:01 - 正在下载 Torrent,请稍等...来源:“https://dldir1.qq.com/qqfile/qq/QQNT/Windows/QQ_9.9.15_240826_x64_01.exe” +(N) 2024-08-28T20:16:46 - 正在下载 Torrent,请稍等...来源:“https://img2.baidu.com/it/u=351549831,1085847493&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=749” +(W) 2024-08-28T20:16:47 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(N) 2024-08-28T20:16:56 - 正在下载 Torrent,请稍等...来源:“https://img2.baidu.com/it/u=351549831,1085847493&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=749” +(W) 2024-08-28T20:16:56 - 加载 Torrent 失败,原因:“expected value (list, dict, int or string) in bencoded string” +(N) 2024-08-28T20:17:33 - Torrent 已恢复。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(N) 2024-08-28T20:22:05 - Torrent 下载完成。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(N) 2024-08-28T20:33:32 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T20:46:07 - 正在下载 Torrent,请稍等...来源:“https://dldir1v6.qq.com/weixin/Windows/WeChatSetup.exe” +(N) 2024-08-28T20:46:20 - 正在下载 Torrent,请稍等...来源:“https://dldir1v6.qq.com/weixin/Windows/WeChatSetup.exe” +(W) 2024-08-28T21:03:02 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:05 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:07 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:10 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:19 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:29 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:30 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:47 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:03:49 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:32 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:34 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:35 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:44 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:47 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:49 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:04:51 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:05:02 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:05:05 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:05:06 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:05:08 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:05:18 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:05:27 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:37 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:39 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:40 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” diff --git a/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak2 b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak2 new file mode 100755 index 0000000..6dbc7aa --- /dev/null +++ b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak2 @@ -0,0 +1,80 @@ +(W) 2024-08-28T21:06:42 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:46 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:50 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:51 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:06:54 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:18 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:22 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:24 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:34 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:37 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:38 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:39 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:40 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:53 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:55 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:07:59 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:09 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:11 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:13 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:15 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:16 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:18 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:08:30 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:38 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:39 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:40 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:44 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:46 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:47 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:49 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:52 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:53 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:54 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:56 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:58 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:09:59 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:02 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:03 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:06 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:09 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:10 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:14 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:16 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:18 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:10:19 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:26 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:27 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:31 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:34 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:35 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:36 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:38 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:40 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:42 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:43 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:46 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:48 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:50 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:51 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:52 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:54 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:56 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:57 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:11:59 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:12:02 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:12:03 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:12:04 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:12:07 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:12:09 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:12:10 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:28 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:30 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:32 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:33 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:34 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:39 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:41 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:43 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:45 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:46 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” diff --git a/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak3 b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak3 new file mode 100755 index 0000000..9679b5c --- /dev/null +++ b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak3 @@ -0,0 +1,296 @@ +(W) 2024-08-28T21:14:48 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:50 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:53 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:56 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:14:58 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:00 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:02 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:03 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:08 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:09 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:11 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:14 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:15 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:16 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:18 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:20 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:21 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:23 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:25 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:27 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:28 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:29 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:30 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:32 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:33 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:34 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:36 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:38 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:15:41 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:16:51 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:16:53 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:16:55 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:16:56 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:16:58 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:00 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:02 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:04 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:06 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:08 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:09 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:10 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:14 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:15 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:16 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:19 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:22 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:25 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:27 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:28 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:17:30 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:19:24 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:19:25 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:22:08 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:24:26 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:24:44 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:25:03 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(W) 2024-08-28T21:26:22 - 文件错误警报。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。文件:“/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 file_open (/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4) error: No such file or directory” +(N) 2024-08-28T21:31:48 - Web UI 设置路径:从 "/downloads" 移动 "[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4" 至 "/downloads" +(N) 2024-08-28T21:31:52 - Torrent 已暂停。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(N) 2024-08-28T21:32:21 - 添加了新 Torrent。Torrent:“0d3e1772b8e546d21456740ab72032cfe7c1b23d” +(N) 2024-08-28T21:34:53 - Torrent 下载完成。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-28T21:35:35 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:41:20 - 添加了新 Torrent。Torrent:“f8dcab94739239c53f9a8f4a74b202efe088af69” +(N) 2024-08-28T21:50:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:50:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:50:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:51:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:52:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:53:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:54:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:55:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:56:50 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T21:57:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T21:57:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T21:57:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T21:58:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T21:59:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:00:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:01:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:02:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:03:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:04:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:05:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:05:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:05:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:05:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:06:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:07:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:08:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:09:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:10:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:11:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:12:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:13:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:14:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:15:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:16:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:16:34 - Torrent 下载完成。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-28T22:17:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:18:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:19:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:20:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:20:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:21:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:22:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:23:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:24:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:25:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:26:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:27:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:28:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:29:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:30:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:31:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:32:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:33:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:34:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:35:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:35:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:36:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:37:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:38:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:39:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:40:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:41:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:42:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:43:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:44:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:45:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:46:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:47:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:48:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:49:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:50:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:50:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:51:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:52:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:53:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:54:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:55:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:56:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:57:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:58:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T22:59:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:00:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:01:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:02:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:03:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:04:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:05:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:05:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:06:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:07:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:08:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:09:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:10:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:11:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:12:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:13:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:14:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:15:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:16:28 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-28T23:16:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:17:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:18:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:19:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:20:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:20:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:21:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(I) 2024-08-28T23:21:50 - 检测到外部 IP。IP:“223.104.204.141” +(N) 2024-08-28T23:22:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:23:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:24:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:25:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:26:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:27:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:28:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:29:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:30:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:31:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:32:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:33:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:34:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:35:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:35:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:36:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:37:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:38:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:39:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:40:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:41:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:42:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:43:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:44:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:45:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:46:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:47:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:48:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:49:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:50:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:50:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:51:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:52:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:53:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:54:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:55:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:56:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:57:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:58:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-28T23:59:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:00:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:01:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:02:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:03:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:04:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:05:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:05:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:06:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:07:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:08:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:09:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:10:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:11:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:12:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:13:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:14:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:15:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:16:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:17:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:18:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:19:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:20:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:20:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:21:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:22:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:23:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:25:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:26:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:27:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:28:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:29:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:30:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:31:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:32:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:33:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:34:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:35:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:35:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:36:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:37:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:38:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:39:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:40:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:41:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:42:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:43:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:44:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:45:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:46:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:47:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:48:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:49:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:50:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:50:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:51:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:52:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:53:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:54:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:55:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:56:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:57:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:58:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T00:59:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:00:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:01:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:02:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:03:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:04:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:05:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:05:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:06:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:07:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:08:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:09:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:10:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:11:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:12:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:13:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:14:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:15:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:16:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:17:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:18:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:19:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:20:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:20:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 diff --git a/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak4 b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak4 new file mode 100755 index 0000000..aef4582 --- /dev/null +++ b/qbittorrent/config/qBittorrent/logs/qbittorrent.log.bak4 @@ -0,0 +1,767 @@ +(N) 2024-08-29T01:21:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:22:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:23:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:24:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:25:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:26:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:27:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:28:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:29:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:30:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:31:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:32:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:33:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:34:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:35:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:35:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:36:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:37:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:38:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:39:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:40:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:41:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:42:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:43:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:44:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:45:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:46:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:47:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:48:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:49:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:50:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:50:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:51:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:52:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:53:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:54:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:55:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:56:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:57:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:58:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T01:59:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:00:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:01:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:02:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:03:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:04:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:05:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:05:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:06:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:07:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:08:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:09:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:10:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:11:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:12:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:13:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:14:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:15:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:16:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:17:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:18:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:19:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:20:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:20:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:21:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:22:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:23:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:24:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:25:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:26:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:27:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:28:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:29:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:30:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:31:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:32:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:33:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:34:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:35:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:35:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:36:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:37:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:38:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:39:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:40:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:41:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:42:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:43:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:44:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:45:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:46:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:47:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:48:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:49:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:50:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:50:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:51:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:52:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:53:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:54:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:55:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:56:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:57:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:58:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T02:59:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:00:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:01:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:02:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:03:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:04:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:05:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:05:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:06:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:07:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:08:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:09:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:10:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:11:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:12:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:13:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:14:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:15:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:16:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:17:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:18:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:19:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:20:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:20:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:21:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:22:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:23:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:24:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:25:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:26:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:27:39 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:28:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:29:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:30:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:31:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:32:40 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:33:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:34:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:35:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:35:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:36:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:37:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:38:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:39:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:40:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:41:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:42:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:43:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:44:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:45:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:46:43 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:47:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:48:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:49:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:50:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:50:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:51:44 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:52:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:53:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:54:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:55:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:56:45 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:57:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:58:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T03:59:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:00:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:01:46 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:02:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:03:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:04:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:05:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:05:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:06:47 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:07:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:08:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:09:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:10:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:11:48 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:12:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:13:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:14:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:15:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:16:49 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:17:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:18:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:19:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:20:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:20:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:21:50 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:22:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:23:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:24:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:25:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:26:51 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:27:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:28:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:29:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:30:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:31:52 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:32:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:33:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:34:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:35:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:35:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:36:53 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:37:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:38:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:39:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:40:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:41:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:42:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:43:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:44:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:45:55 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:46:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:47:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:48:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:49:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:50:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:50:56 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:51:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:52:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:53:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:54:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:55:57 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:56:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:57:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:58:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T04:59:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:00:58 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:01:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:02:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:03:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:04:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:05:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:05:59 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:07:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:08:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:09:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:10:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:11:00 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:12:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:13:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:14:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:15:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:16:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:17:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:18:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:19:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:20:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:20:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:21:02 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:22:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:23:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:24:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:25:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:26:03 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:27:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:28:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:29:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:30:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:31:04 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:32:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:33:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:34:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:35:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:35:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:36:05 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:37:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:38:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:39:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:40:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:41:06 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:42:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:43:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:44:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:45:07 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:46:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:47:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:48:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:49:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:50:08 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:50:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:51:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:52:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:53:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:54:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:55:09 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:56:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:57:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:58:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T05:59:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:00:10 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:01:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:02:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:03:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:04:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:05:11 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:05:36 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:06:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:07:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:08:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:09:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:10:12 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:11:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:12:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:13:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:14:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:15:13 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:16:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:17:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:18:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:19:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:20:14 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:20:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:21:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:22:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:23:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:24:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:25:15 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:26:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:27:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:28:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:29:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:30:16 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:31:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:32:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:33:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:34:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:35:17 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:35:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:36:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:37:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:38:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:39:18 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:40:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:41:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:42:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:43:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:44:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:45:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:46:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:47:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:48:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:49:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:50:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:50:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:51:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:52:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:53:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:54:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:55:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:56:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:57:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:58:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T06:59:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:00:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:01:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:02:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:03:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:04:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:05:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:05:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:06:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:07:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:08:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:09:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:10:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:10:55 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T07:11:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(I) 2024-08-29T07:12:06 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T07:12:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:13:25 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:14:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:15:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:16:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:17:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:18:26 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:19:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:20:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:20:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:21:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:22:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:23:27 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:24:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:25:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:26:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:27:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:28:28 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:29:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:30:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:31:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:32:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:33:29 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:34:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:35:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:35:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:36:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:37:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:38:30 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:39:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:40:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:41:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:42:31 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:43:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:44:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:45:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:46:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:47:32 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:48:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:49:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:50:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:50:38 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:51:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:52:33 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:53:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:54:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:55:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:56:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:57:34 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:58:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T07:59:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T08:00:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T08:01:35 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T08:02:02 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T08:02:09 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T08:02:41 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T08:02:41 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T08:02:41 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T08:02:41 - Peer ID:“-qB4660-” +(I) 2024-08-29T08:02:41 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T08:02:41 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T08:02:41 - 本地 Peer 发现支持:开 +(I) 2024-08-29T08:02:41 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T08:02:41 - 匿名模式:关 +(I) 2024-08-29T08:02:41 - 加密支持:开 +(I) 2024-08-29T08:02:41 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T08:02:41 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T08:02:41 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T08:02:41 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T08:02:41 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T08:02:41 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T08:02:41 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T08:02:41 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T08:02:41 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T08:02:41 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T08:02:41 - 使用内置 WebUI +(N) 2024-08-29T08:02:41 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T08:02:41 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T08:02:41 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T08:02:51 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T08:22:19 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T08:55:46 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T08:55:53 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T08:56:42 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T08:56:42 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T08:56:42 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T08:56:42 - Peer ID:“-qB4660-” +(I) 2024-08-29T08:56:42 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T08:56:42 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T08:56:42 - 本地 Peer 发现支持:开 +(I) 2024-08-29T08:56:42 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T08:56:42 - 匿名模式:关 +(I) 2024-08-29T08:56:42 - 加密支持:开 +(I) 2024-08-29T08:56:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T08:56:42 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T08:56:42 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T08:56:42 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T08:56:42 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T08:56:42 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T08:56:42 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T08:56:42 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T08:56:42 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T08:56:42 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T08:56:42 - 使用内置 WebUI +(N) 2024-08-29T08:56:42 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T08:56:42 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T08:56:42 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T08:56:49 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T09:01:55 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T09:01:58 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T09:02:30 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T09:02:30 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T09:02:30 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T09:02:30 - Peer ID:“-qB4660-” +(I) 2024-08-29T09:02:30 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T09:02:30 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T09:02:30 - 本地 Peer 发现支持:开 +(I) 2024-08-29T09:02:30 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T09:02:30 - 匿名模式:关 +(I) 2024-08-29T09:02:30 - 加密支持:开 +(I) 2024-08-29T09:02:30 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T09:02:30 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T09:02:30 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T09:02:30 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T09:02:30 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T09:02:30 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T09:02:30 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T09:02:30 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T09:02:30 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T09:02:30 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T09:02:30 - 使用内置 WebUI +(N) 2024-08-29T09:02:30 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T09:02:30 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T09:02:30 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T09:02:38 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T09:13:27 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T09:14:31 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T09:14:38 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T09:15:35 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T09:15:35 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T09:15:35 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T09:15:36 - Peer ID:“-qB4660-” +(I) 2024-08-29T09:15:36 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T09:15:36 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T09:15:36 - 本地 Peer 发现支持:开 +(I) 2024-08-29T09:15:36 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T09:15:36 - 匿名模式:关 +(I) 2024-08-29T09:15:36 - 加密支持:开 +(I) 2024-08-29T09:15:36 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T09:15:36 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T09:15:36 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T09:15:36 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T09:15:36 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T09:15:36 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T09:15:36 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T09:15:36 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T09:15:36 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T09:15:36 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T09:15:36 - 使用内置 WebUI +(N) 2024-08-29T09:15:36 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T09:15:36 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T09:15:36 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T09:15:56 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T09:18:30 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T09:19:31 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T09:19:34 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T09:20:35 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T09:20:35 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T09:20:35 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T09:20:35 - Peer ID:“-qB4660-” +(I) 2024-08-29T09:20:35 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T09:20:35 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T09:20:35 - 本地 Peer 发现支持:开 +(I) 2024-08-29T09:20:35 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T09:20:35 - 匿名模式:关 +(I) 2024-08-29T09:20:35 - 加密支持:开 +(I) 2024-08-29T09:20:35 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T09:20:35 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T09:20:35 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T09:20:35 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T09:20:35 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T09:20:35 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T09:20:35 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T09:20:35 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T09:20:35 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T09:20:35 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T09:20:35 - 使用内置 WebUI +(N) 2024-08-29T09:20:35 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T09:20:35 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T09:20:35 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T09:20:44 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T09:20:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T09:45:33 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T10:07:28 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T10:07:33 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T10:08:38 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T10:08:38 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T10:08:38 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T10:08:38 - Peer ID:“-qB4660-” +(I) 2024-08-29T10:08:38 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T10:08:38 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T10:08:38 - 本地 Peer 发现支持:开 +(I) 2024-08-29T10:08:38 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T10:08:38 - 匿名模式:关 +(I) 2024-08-29T10:08:38 - 加密支持:开 +(I) 2024-08-29T10:08:38 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T10:08:38 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T10:08:38 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T10:08:38 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T10:08:38 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T10:08:38 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T10:08:38 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T10:08:38 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T10:08:38 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T10:08:38 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T10:08:38 - 使用内置 WebUI +(N) 2024-08-29T10:08:38 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T10:08:38 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T10:08:38 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(N) 2024-08-29T10:08:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T10:08:41 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T10:08:42 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(I) 2024-08-29T10:08:42 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T10:08:51 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T10:08:58 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T10:09:54 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T10:09:54 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T10:09:54 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T10:09:54 - Peer ID:“-qB4660-” +(I) 2024-08-29T10:09:54 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T10:09:54 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T10:09:54 - 本地 Peer 发现支持:开 +(I) 2024-08-29T10:09:54 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T10:09:54 - 匿名模式:关 +(I) 2024-08-29T10:09:54 - 加密支持:开 +(I) 2024-08-29T10:09:54 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T10:09:54 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T10:09:54 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T10:09:54 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T10:09:54 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T10:09:54 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T10:09:54 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T10:09:54 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T10:09:54 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T10:09:54 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T10:09:54 - 使用内置 WebUI +(N) 2024-08-29T10:09:54 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T10:09:54 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T10:09:54 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T10:10:05 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T10:19:29 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T10:19:34 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T10:20:07 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T10:20:07 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T10:20:07 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T10:20:07 - Peer ID:“-qB4660-” +(I) 2024-08-29T10:20:07 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T10:20:07 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T10:20:07 - 本地 Peer 发现支持:开 +(I) 2024-08-29T10:20:07 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T10:20:07 - 匿名模式:关 +(I) 2024-08-29T10:20:07 - 加密支持:开 +(I) 2024-08-29T10:20:07 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T10:20:07 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T10:20:07 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T10:20:07 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T10:20:07 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T10:20:07 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T10:20:07 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T10:20:07 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T10:20:07 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T10:20:07 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T10:20:07 - 使用内置 WebUI +(N) 2024-08-29T10:20:07 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T10:20:07 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T10:20:07 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T10:20:15 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T10:28:47 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T10:28:50 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T10:30:12 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T10:30:12 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T10:30:12 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T10:30:12 - Peer ID:“-qB4660-” +(I) 2024-08-29T10:30:12 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T10:30:12 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T10:30:12 - 本地 Peer 发现支持:开 +(I) 2024-08-29T10:30:12 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T10:30:12 - 匿名模式:关 +(I) 2024-08-29T10:30:12 - 加密支持:开 +(I) 2024-08-29T10:30:12 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T10:30:12 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T10:30:12 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T10:30:12 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T10:30:12 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T10:30:12 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T10:30:12 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T10:30:12 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T10:30:12 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T10:30:12 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T10:30:12 - 使用内置 WebUI +(N) 2024-08-29T10:30:12 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T10:30:13 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T10:30:13 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4”。原因:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4 fast resume rejected. file_stat(/downloads/[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4): mismatching file size” +(W) 2024-08-29T10:30:13 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(W) 2024-08-29T10:30:13 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4”。原因:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4 fast resume rejected. file_stat(/downloads/[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4): mismatching file size” +(N) 2024-08-29T10:36:02 - 发起了 qBittorrent 终止操作 +(N) 2024-08-29T10:36:02 - qBittorrent 现在准备好退出了 +(N) 2024-08-29T10:36:35 - qBittorrent v4.6.6 已启动 +(N) 2024-08-29T10:36:35 - 使用配置目录:/config/qBittorrent +(N) 2024-08-29T10:36:35 - 尝试侦听下列 IP 地址列表:“0.0.0.0:6881,[::]:6881” +(I) 2024-08-29T10:36:35 - Peer ID:“-qB4660-” +(I) 2024-08-29T10:36:35 - HTTP User-Agent:“qBittorrent/4.6.6” +(I) 2024-08-29T10:36:35 - 分布式哈希表(DHT)支持:开 +(I) 2024-08-29T10:36:35 - 本地 Peer 发现支持:开 +(I) 2024-08-29T10:36:35 - Peer 交换(PeX)支持:开 +(I) 2024-08-29T10:36:35 - 匿名模式:关 +(I) 2024-08-29T10:36:35 - 加密支持:开 +(I) 2024-08-29T10:36:35 - 成功监听 IP。IP:“127.0.0.1”。端口:“TCP/6881” +(I) 2024-08-29T10:36:35 - 成功监听 IP。IP:“127.0.0.1”。端口:“UTP/6881” +(I) 2024-08-29T10:36:35 - 成功监听 IP。IP:“172.22.0.2”。端口:“TCP/6881” +(I) 2024-08-29T10:36:35 - 成功监听 IP。IP:“172.22.0.2”。端口:“UTP/6881” +(I) 2024-08-29T10:36:35 - 成功监听 IP。IP:“::1”。端口:“TCP/6881” +(I) 2024-08-29T10:36:35 - 成功监听 IP。IP:“::1”。端口:“UTP/6881” +(N) 2024-08-29T10:36:35 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T10:36:35 - 已还原 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T10:36:35 - 已还原 Torrent。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(I) 2024-08-29T10:36:35 - IP 地理数据库已加载。类型:DBIP-Country-Lite。构建时间:Thu Aug 1 00:41:08 2024。 +(N) 2024-08-29T10:36:35 - 使用内置 WebUI +(N) 2024-08-29T10:36:35 - 成功加载了所选语言环境 (zh_CN) 的 WebUI 翻译 +(N) 2024-08-29T10:36:35 - Web UI:正在监听 IP:*,端口:8080 +(W) 2024-08-29T10:36:35 - 恢复 Torrent 失败。文件可能被移动或存储不可访问。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4”。原因:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4 fast resume rejected. file_stat(/downloads/[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4): mismatching file size” +(I) 2024-08-29T10:36:40 - 检测到外部 IP。IP:“223.104.11.114” +(N) 2024-08-29T11:53:39 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:01:42 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:03:31 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:13:48 - WebAPI 登录成功。IP:::ffff:192.168.187.101 +(N) 2024-08-29T12:13:57 - 移除了 Torrent 并删除了其内容。Torrent:“[云光字幕组] 不时轻声地以俄语遮羞的邻座阿莉娅同学 Tokidoki Bosotto Russia-go de Dereru Tonari no Alya-san[07][简体双语][1080p]招募翻译.mp4” +(N) 2024-08-29T12:14:09 - 移除了 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][07][720P].mp4” +(N) 2024-08-29T12:14:14 - 移除了 Torrent。Torrent:“[LKSUB][Make Heroine ga Oosugiru!][06][720P].mp4” +(N) 2024-08-29T12:16:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:16:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:16:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:17:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:17:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:18:19 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:19:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:20:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:21:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:22:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:23:20 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:24:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:01 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:21 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:25:22 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:26:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:27:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:28:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:29:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:30:23 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:31:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:32:24 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:32:41 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:32:41 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:32:41 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:33:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:33:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:34:09 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:34:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:34:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:34:37 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:34:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:34:54 - WebAPI 登录成功。IP:::ffff:192.168.187.102 +(N) 2024-08-29T12:35:40 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:35:40 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:35:40 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:35:51 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:35:52 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:36:29 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:36:30 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:36:30 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:36:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:36:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:37:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:38:48 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:39:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:40:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 +(N) 2024-08-29T12:41:49 - WebAPI 登录成功。IP:::ffff:172.22.0.1 diff --git a/qbittorrent/config/qBittorrent/nova3/__init__.py b/qbittorrent/config/qBittorrent/nova3/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/qbittorrent/config/qBittorrent/nova3/engines/__init__.py b/qbittorrent/config/qBittorrent/nova3/engines/__init__.py new file mode 100755 index 0000000..e69de29 diff --git a/qbittorrent/config/qBittorrent/nova3/helpers.py b/qbittorrent/config/qBittorrent/nova3/helpers.py new file mode 100755 index 0000000..52d929c --- /dev/null +++ b/qbittorrent/config/qBittorrent/nova3/helpers.py @@ -0,0 +1,123 @@ +#VERSION: 1.44 + +# Author: +# Christophe DUMEZ (chris@qbittorrent.org) + +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# * Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the author nor the names of its contributors may be +# used to endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. + +import gzip +import html.entities +import io +import os +import re +import socket +import socks +import tempfile +import urllib.error +import urllib.parse +import urllib.request + +# Some sites blocks default python User-agent +user_agent = 'Mozilla/5.0 (X11; Linux x86_64; rv:125.0) Gecko/20100101 Firefox/125.0' +headers = {'User-Agent': user_agent} +# SOCKS5 Proxy support +if "sock_proxy" in os.environ and len(os.environ["sock_proxy"].strip()) > 0: + proxy_str = os.environ["sock_proxy"].strip() + m = re.match(r"^(?:(?P[^:]+):(?P[^@]+)@)?(?P[^:]+):(?P\w+)$", + proxy_str) + if m is not None: + socks.setdefaultproxy(socks.PROXY_TYPE_SOCKS5, m.group('host'), + int(m.group('port')), True, m.group('username'), m.group('password')) + socket.socket = socks.socksocket + + +def htmlentitydecode(s): + # First convert alpha entities (such as é) + # (Inspired from http://mail.python.org/pipermail/python-list/2007-June/443813.html) + def entity2char(m): + entity = m.group(1) + if entity in html.entities.name2codepoint: + return chr(html.entities.name2codepoint[entity]) + return " " # Unknown entity: We replace with a space. + t = re.sub('&(%s);' % '|'.join(html.entities.name2codepoint), entity2char, s) + + # Then convert numerical entities (such as é) + t = re.sub(r'&#(\d+);', lambda x: chr(int(x.group(1))), t) + + # Then convert hexa entities (such as é) + return re.sub(r'&#x(\w+);', lambda x: chr(int(x.group(1), 16)), t) + + +def retrieve_url(url): + """ Return the content of the url page as a string """ + req = urllib.request.Request(url, headers=headers) + try: + response = urllib.request.urlopen(req) + except urllib.error.URLError as errno: + print(" ".join(("Connection error:", str(errno.reason)))) + return "" + dat = response.read() + # Check if it is gzipped + if dat[:2] == b'\x1f\x8b': + # Data is gzip encoded, decode it + compressedstream = io.BytesIO(dat) + gzipper = gzip.GzipFile(fileobj=compressedstream) + extracted_data = gzipper.read() + dat = extracted_data + info = response.info() + charset = 'utf-8' + try: + ignore, charset = info['Content-Type'].split('charset=') + except Exception: + pass + dat = dat.decode(charset, 'replace') + dat = htmlentitydecode(dat) + # return dat.encode('utf-8', 'replace') + return dat + + +def download_file(url, referer=None): + """ Download file at url and write it to a file, return the path to the file and the url """ + file, path = tempfile.mkstemp() + file = os.fdopen(file, "wb") + # Download url + req = urllib.request.Request(url, headers=headers) + if referer is not None: + req.add_header('referer', referer) + response = urllib.request.urlopen(req) + dat = response.read() + # Check if it is gzipped + if dat[:2] == b'\x1f\x8b': + # Data is gzip encoded, decode it + compressedstream = io.BytesIO(dat) + gzipper = gzip.GzipFile(fileobj=compressedstream) + extracted_data = gzipper.read() + dat = extracted_data + + # Write it to a file + file.write(dat) + file.close() + # return file path + return (path + " " + url) diff --git a/qbittorrent/config/qBittorrent/nova3/nova2.py b/qbittorrent/config/qBittorrent/nova3/nova2.py new file mode 100755 index 0000000..925481c --- /dev/null +++ b/qbittorrent/config/qBittorrent/nova3/nova2.py @@ -0,0 +1,195 @@ +#VERSION: 1.44 + +# Author: +# Fabien Devaux +# Contributors: +# Christophe Dumez (qbittorrent integration) +# Thanks to gab #gcu @ irc.freenode.net (multipage support on PirateBay) +# Thanks to Elias (torrentreactor and isohunt search engines) +# +# Licence: BSD + +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# * Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the author nor the names of its contributors may be +# used to endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. + +import importlib +import pathlib +import sys +import urllib.parse +from glob import glob +from multiprocessing import Pool, cpu_count +from os import path + +THREADED = True +try: + MAX_THREADS = cpu_count() +except NotImplementedError: + MAX_THREADS = 1 + +CATEGORIES = {'all', 'movies', 'tv', 'music', 'games', 'anime', 'software', 'pictures', 'books'} + +################################################################################ +# Every engine should have a "search" method taking +# a space-free string as parameter (ex. "family+guy") +# it should call prettyPrinter() with a dict as parameter. +# The keys in the dict must be: link,name,size,seeds,leech,engine_url +# As a convention, try to list results by decreasing number of seeds or similar +################################################################################ + + +def initialize_engines(): + """ Import available engines + + Return list of available engines + """ + supported_engines = [] + + engines = glob(path.join(path.dirname(__file__), 'engines', '*.py')) + for engine in engines: + engi = path.basename(engine).split('.')[0].strip() + if len(engi) == 0 or engi.startswith('_'): + continue + try: + # import engines.[engine] + engine_module = importlib.import_module("engines." + engi) + # bind class name + globals()[engi] = getattr(engine_module, engi) + supported_engines.append(engi) + except Exception: + pass + + return supported_engines + + +def engines_to_xml(supported_engines): + """ Generates xml for supported engines """ + tab = " " * 4 + + for short_name in supported_engines: + search_engine = globals()[short_name]() + + supported_categories = "" + if hasattr(search_engine, "supported_categories"): + supported_categories = " ".join((key + for key in search_engine.supported_categories.keys() + if key != "all")) + + yield "".join((tab, "<", short_name, ">\n", + tab, tab, "", search_engine.name, "\n", + tab, tab, "", search_engine.url, "\n", + tab, tab, "", supported_categories, "\n", + tab, "\n")) + + +def displayCapabilities(supported_engines): + """ + Display capabilities in XML format + + + long name + http://example.com + movies music games + + + """ + xml = "".join(("\n", + "".join(engines_to_xml(supported_engines)), + "")) + print(xml) + + +def run_search(engine_list): + """ Run search in engine + + @param engine_list List with engine, query and category + + @retval False if any exceptions occurred + @retval True otherwise + """ + engine, what, cat = engine_list + try: + engine = engine() + # avoid exceptions due to invalid category + if hasattr(engine, 'supported_categories'): + if cat in engine.supported_categories: + engine.search(what, cat) + else: + engine.search(what) + + return True + except Exception: + return False + + +def main(args): + # qbt tend to run this script in 'isolate mode' so append the current path manually + current_path = str(pathlib.Path(__file__).parent.resolve()) + if current_path not in sys.path: + sys.path.append(current_path) + + supported_engines = initialize_engines() + + if not args: + raise SystemExit("./nova2.py [all|engine1[,engine2]*] \n" + "available engines: %s" % (','.join(supported_engines))) + + elif args[0] == "--capabilities": + displayCapabilities(supported_engines) + return + + elif len(args) < 3: + raise SystemExit("./nova2.py [all|engine1[,engine2]*] \n" + "available engines: %s" % (','.join(supported_engines))) + + # get only unique engines with set + engines_list = set(e.lower() for e in args[0].strip().split(',')) + + if 'all' in engines_list: + engines_list = supported_engines + else: + # discard un-supported engines + engines_list = [engine for engine in engines_list + if engine in supported_engines] + + if not engines_list: + # engine list is empty. Nothing to do here + return + + cat = args[1].lower() + + if cat not in CATEGORIES: + raise SystemExit(" - ".join(('Invalid category', cat))) + + what = urllib.parse.quote(' '.join(args[2:])) + if THREADED: + # child process spawning is controlled min(number of searches, number of cpu) + with Pool(min(len(engines_list), MAX_THREADS)) as pool: + pool.map(run_search, ([globals()[engine], what, cat] for engine in engines_list)) + else: + # py3 note: map is needed to be evaluated for content to be executed + all(map(run_search, ([globals()[engine], what, cat] for engine in engines_list))) + + +if __name__ == "__main__": + main(sys.argv[1:]) diff --git a/qbittorrent/config/qBittorrent/nova3/nova2dl.py b/qbittorrent/config/qBittorrent/nova3/nova2dl.py new file mode 100755 index 0000000..7146a9c --- /dev/null +++ b/qbittorrent/config/qBittorrent/nova3/nova2dl.py @@ -0,0 +1,73 @@ +#VERSION: 1.23 + +# Author: +# Christophe DUMEZ (chris@qbittorrent.org) + +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# * Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the author nor the names of its contributors may be +# used to endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. + +import glob +import importlib +import os +import pathlib +import sys + +# qbt tend to run this script in 'isolate mode' so append the current path manually +current_path = str(pathlib.Path(__file__).parent.resolve()) +if current_path not in sys.path: + sys.path.append(current_path) + +from helpers import download_file + +supported_engines = dict() + +engines = glob.glob(os.path.join(os.path.dirname(__file__), 'engines', '*.py')) +for engine in engines: + e = engine.split(os.sep)[-1][:-3] + if len(e.strip()) == 0: + continue + if e.startswith('_'): + continue + try: + module = importlib.import_module("engines." + e) + engine_class = getattr(module, e) + globals()[e] = engine_class + engine_url = getattr(engine_class, 'url') + supported_engines[engine_url] = e + except Exception: + pass + +if __name__ == '__main__': + if len(sys.argv) < 3: + raise SystemExit('./nova2dl.py engine_url download_parameter') + engine_url = sys.argv[1].strip() + download_param = sys.argv[2].strip() + if engine_url not in supported_engines.keys(): + raise SystemExit('./nova2dl.py: this engine_url was not recognized') + engine = globals()[supported_engines[engine_url]]() + if hasattr(engine, 'download_torrent'): + engine.download_torrent(download_param) + else: + print(download_file(download_param)) + sys.exit(0) diff --git a/qbittorrent/config/qBittorrent/nova3/novaprinter.py b/qbittorrent/config/qBittorrent/nova3/novaprinter.py new file mode 100755 index 0000000..09250dc --- /dev/null +++ b/qbittorrent/config/qBittorrent/nova3/novaprinter.py @@ -0,0 +1,67 @@ +#VERSION: 1.46 + +# Redistribution and use in source and binary forms, with or without +# modification, are permitted provided that the following conditions are met: +# +# * Redistributions of source code must retain the above copyright notice, +# this list of conditions and the following disclaimer. +# * Redistributions in binary form must reproduce the above copyright +# notice, this list of conditions and the following disclaimer in the +# documentation and/or other materials provided with the distribution. +# * Neither the name of the author nor the names of its contributors may be +# used to endorse or promote products derived from this software without +# specific prior written permission. +# +# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" +# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE +# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF +# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS +# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN +# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) +# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE +# POSSIBILITY OF SUCH DAMAGE. + + +def prettyPrinter(dictionary): + dictionary['size'] = anySizeToBytes(dictionary['size']) + outtext = "|".join((dictionary["link"], dictionary["name"].replace("|", " "), + str(dictionary["size"]), str(dictionary["seeds"]), + str(dictionary["leech"]), dictionary["engine_url"])) + if 'desc_link' in dictionary: + outtext = "|".join((outtext, dictionary["desc_link"])) + + # fd 1 is stdout + with open(1, 'w', encoding='utf-8', closefd=False) as utf8stdout: + print(outtext, file=utf8stdout) + + +def anySizeToBytes(size_string): + """ + Convert a string like '1 KB' to '1024' (bytes) + """ + # separate integer from unit + try: + size, unit = size_string.split() + except: + try: + size = size_string.strip() + unit = ''.join([c for c in size if c.isalpha()]) + if len(unit) > 0: + size = size[:-len(unit)] + except: + return -1 + if len(size) == 0: + return -1 + size = float(size) + if len(unit) == 0: + return int(size) + short_unit = unit.upper()[0] + + # convert + units_dict = {'T': 40, 'G': 30, 'M': 20, 'K': 10} + if short_unit in units_dict: + size = size * 2**units_dict[short_unit] + return int(size) diff --git a/qbittorrent/config/qBittorrent/nova3/socks.py b/qbittorrent/config/qBittorrent/nova3/socks.py new file mode 100755 index 0000000..889b883 --- /dev/null +++ b/qbittorrent/config/qBittorrent/nova3/socks.py @@ -0,0 +1,391 @@ +"""SocksiPy - Python SOCKS module. +Version 1.01 + +Copyright 2006 Dan-Haim. All rights reserved. +Various fixes by Christophe DUMEZ - 2010 + +Redistribution and use in source and binary forms, with or without modification, +are permitted provided that the following conditions are met: +1. Redistributions of source code must retain the above copyright notice, this + list of conditions and the following disclaimer. +2. Redistributions in binary form must reproduce the above copyright notice, + this list of conditions and the following disclaimer in the documentation + and/or other materials provided with the distribution. +3. Neither the name of Dan Haim nor the names of his contributors may be used + to endorse or promote products derived from this software without specific + prior written permission. + +THIS SOFTWARE IS PROVIDED BY DAN HAIM "AS IS" AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +EVENT SHALL DAN HAIM OR HIS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, +INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT +LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA +OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF +LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT +OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMANGE. + + +This module provides a standard socket-like interface for Python +for tunneling connections through SOCKS proxies. + +""" + +import socket +import struct + +PROXY_TYPE_SOCKS4 = 1 +PROXY_TYPE_SOCKS5 = 2 +PROXY_TYPE_HTTP = 3 + +_defaultproxy = None +_orgsocket = socket.socket + +class ProxyError(Exception): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +class GeneralProxyError(ProxyError): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +class Socks5AuthError(ProxyError): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +class Socks5Error(ProxyError): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +class Socks4Error(ProxyError): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +class HTTPError(ProxyError): + def __init__(self, value): + self.value = value + def __str__(self): + return repr(self.value) + +_generalerrors = ("success", + "invalid data", + "not connected", + "not available", + "bad proxy type", + "bad input") + +_socks5errors = ("succeeded", + "general SOCKS server failure", + "connection not allowed by ruleset", + "Network unreachable", + "Host unreachable", + "Connection refused", + "TTL expired", + "Command not supported", + "Address type not supported", + "Unknown error") + +_socks5autherrors = ("succeeded", + "authentication is required", + "all offered authentication methods were rejected", + "unknown username or invalid password", + "unknown error") + +_socks4errors = ("request granted", + "request rejected or failed", + "request rejected because SOCKS server cannot connect to identd on the client", + "request rejected because the client program and identd report different user-ids", + "unknown error") + +def setdefaultproxy(proxytype=None,addr=None,port=None,rdns=True,username=None,password=None): + """setdefaultproxy(proxytype, addr[, port[, rdns[, username[, password]]]]) + Sets a default proxy which all further socksocket objects will use, + unless explicitly changed. + """ + global _defaultproxy + _defaultproxy = (proxytype,addr,port,rdns,username,password) + +class socksocket(socket.socket): + """socksocket([family[, type[, proto]]]) -> socket object + + Open a SOCKS enabled socket. The parameters are the same as + those of the standard socket init. In order for SOCKS to work, + you must specify family=AF_INET, type=SOCK_STREAM and proto=0. + """ + + def __init__(self, family=socket.AF_INET, type=socket.SOCK_STREAM, proto=0, _sock=None): + _orgsocket.__init__(self,family,type,proto,_sock) + if _defaultproxy != None: + self.__proxy = _defaultproxy + else: + self.__proxy = (None, None, None, None, None, None) + self.__proxysockname = None + self.__proxypeername = None + + def __recvall(self, bytes): + """__recvall(bytes) -> data + Receive EXACTLY the number of bytes requested from the socket. + Blocks until the required number of bytes have been received. + """ + data = "" + while len(data) < bytes: + d = self.recv(bytes-len(data)) + if not d: + raise GeneralProxyError("connection closed unexpectedly") + data = data + d + return data + + def setproxy(self,proxytype=None,addr=None,port=None,rdns=True,username=None,password=None): + """setproxy(proxytype, addr[, port[, rdns[, username[, password]]]]) + Sets the proxy to be used. + proxytype - The type of the proxy to be used. Three types + are supported: PROXY_TYPE_SOCKS4 (including socks4a), + PROXY_TYPE_SOCKS5 and PROXY_TYPE_HTTP + addr - The address of the server (IP or DNS). + port - The port of the server. Defaults to 1080 for SOCKS + servers and 8080 for HTTP proxy servers. + rdns - Should DNS queries be performed on the remote side + (rather than the local side). The default is True. + Note: This has no effect with SOCKS4 servers. + username - Username to authenticate with to the server. + The default is no authentication. + password - Password to authenticate with to the server. + Only relevant when username is also provided. + """ + self.__proxy = (proxytype,addr,port,rdns,username,password) + + def __negotiatesocks5(self,destaddr,destport): + """__negotiatesocks5(self,destaddr,destport) + Negotiates a connection through a SOCKS5 server. + """ + # First we'll send the authentication packages we support. + if (self.__proxy[4]!=None) and (self.__proxy[5]!=None): + # The username/password details were supplied to the + # setproxy method so we support the USERNAME/PASSWORD + # authentication (in addition to the standard none). + self.sendall("\x05\x02\x00\x02") + else: + # No username/password were entered, therefore we + # only support connections with no authentication. + self.sendall("\x05\x01\x00") + # We'll receive the server's response to determine which + # method was selected + chosenauth = self.__recvall(2) + if chosenauth[0] != "\x05": + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + # Check the chosen authentication method + if chosenauth[1] == "\x00": + # No authentication is required + pass + elif chosenauth[1] == "\x02": + # Okay, we need to perform a basic username/password + # authentication. + self.sendall("\x01" + chr(len(self.__proxy[4])) + self.__proxy[4] + chr(len(self.__proxy[5])) + self.__proxy[5]) + authstat = self.__recvall(2) + if authstat[0] != "\x01": + # Bad response + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + if authstat[1] != "\x00": + # Authentication failed + self.close() + raise Socks5AuthError((3,_socks5autherrors[3])) + # Authentication succeeded + else: + # Reaching here is always bad + self.close() + if chosenauth[1] == "\xFF": + raise Socks5AuthError((2,_socks5autherrors[2])) + else: + raise GeneralProxyError((1,_generalerrors[1])) + # Now we can request the actual connection + req = "\x05\x01\x00" + # If the given destination address is an IP address, we'll + # use the IPv4 address request even if remote resolving was specified. + try: + ipaddr = socket.inet_aton(destaddr) + req = req + "\x01" + ipaddr + except socket.error: + # Well it's not an IP number, so it's probably a DNS name. + if self.__proxy[3]==True: + # Resolve remotely + ipaddr = None + req = req + "\x03" + chr(len(destaddr)) + destaddr + else: + # Resolve locally + ipaddr = socket.inet_aton(socket.gethostbyname(destaddr)) + req = req + "\x01" + ipaddr + req = req + struct.pack(">H",destport) + self.sendall(req) + # Get the response + resp = self.__recvall(4) + if resp[0] != "\x05": + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + elif resp[1] != "\x00": + # Connection failed + self.close() + if ord(resp[1])<=8: + raise Socks5Error((ord(resp[1]),_generalerrors[ord(resp[1])])) + else: + raise Socks5Error((9,_generalerrors[9])) + # Get the bound address/port + elif resp[3] == "\x01": + boundaddr = self.__recvall(4) + elif resp[3] == "\x03": + resp = resp + self.recv(1) + boundaddr = self.__recvall(ord(resp[4])) + else: + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + boundport = struct.unpack(">H",self.__recvall(2))[0] + self.__proxysockname = (boundaddr,boundport) + if ipaddr != None: + self.__proxypeername = (socket.inet_ntoa(ipaddr),destport) + else: + self.__proxypeername = (destaddr,destport) + + def getproxysockname(self): + """getsockname() -> address info + Returns the bound IP address and port number at the proxy. + """ + return self.__proxysockname + + def getproxypeername(self): + """getproxypeername() -> address info + Returns the IP and port number of the proxy. + """ + return _orgsocket.getpeername(self) + + def getpeername(self): + """getpeername() -> address info + Returns the IP address and port number of the destination + machine (note: getproxypeername returns the proxy) + """ + return self.__proxypeername + + def __negotiatesocks4(self,destaddr,destport): + """__negotiatesocks4(self,destaddr,destport) + Negotiates a connection through a SOCKS4 server. + """ + # Check if the destination address provided is an IP address + rmtrslv = False + try: + ipaddr = socket.inet_aton(destaddr) + except socket.error: + # It's a DNS name. Check where it should be resolved. + if self.__proxy[3]==True: + ipaddr = "\x00\x00\x00\x01" + rmtrslv = True + else: + ipaddr = socket.inet_aton(socket.gethostbyname(destaddr)) + # Construct the request packet + req = "\x04\x01" + struct.pack(">H",destport) + ipaddr + # The username parameter is considered userid for SOCKS4 + if self.__proxy[4] != None: + req = req + self.__proxy[4] + req = req + "\x00" + # DNS name if remote resolving is required + # NOTE: This is actually an extension to the SOCKS4 protocol + # called SOCKS4A and may not be supported in all cases. + if rmtrslv==True: + req = req + destaddr + "\x00" + self.sendall(req) + # Get the response from the server + resp = self.__recvall(8) + if resp[0] != "\x00": + # Bad data + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + if resp[1] != "\x5A": + # Server returned an error + self.close() + if ord(resp[1]) in (91,92,93): + self.close() + raise Socks4Error((ord(resp[1]),_socks4errors[ord(resp[1])-90])) + else: + raise Socks4Error((94,_socks4errors[4])) + # Get the bound address/port + self.__proxysockname = (socket.inet_ntoa(resp[4:]),struct.unpack(">H",resp[2:4])[0]) + if rmtrslv != None: + self.__proxypeername = (socket.inet_ntoa(ipaddr),destport) + else: + self.__proxypeername = (destaddr,destport) + + def __negotiatehttp(self,destaddr,destport): + """__negotiatehttp(self,destaddr,destport) + Negotiates a connection through an HTTP server. + """ + # If we need to resolve locally, we do this now + if self.__proxy[3] == False: + addr = socket.gethostbyname(destaddr) + else: + addr = destaddr + self.sendall("CONNECT " + addr + ":" + str(destport) + " HTTP/1.1\r\n" + "Host: " + destaddr + "\r\n\r\n") + # We read the response until we get the string "\r\n\r\n" + resp = self.recv(1) + while resp.find("\r\n\r\n")==-1: + resp = resp + self.recv(1) + # We just need the first line to check if the connection + # was successful + statusline = resp.splitlines()[0].split(" ",2) + if statusline[0] not in ("HTTP/1.0","HTTP/1.1"): + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + try: + statuscode = int(statusline[1]) + except ValueError: + self.close() + raise GeneralProxyError((1,_generalerrors[1])) + if statuscode != 200: + self.close() + raise HTTPError((statuscode,statusline[2])) + self.__proxysockname = ("0.0.0.0",0) + self.__proxypeername = (addr,destport) + + def connect(self,destpair): + """connect(self,despair) + Connects to the specified destination through a proxy. + destpar - A tuple of the IP/DNS address and the port number. + (identical to socket's connect). + To select the proxy server use setproxy(). + """ + # Do a minimal input check first + if (type(destpair) in (list,tuple)==False) or (len(destpair)<2) or (type(destpair[0])!=str) or (type(destpair[1])!=int): + raise GeneralProxyError((5,_generalerrors[5])) + if self.__proxy[0] == PROXY_TYPE_SOCKS5: + if self.__proxy[2] != None: + portnum = self.__proxy[2] + else: + portnum = 1080 + _orgsocket.connect(self,(self.__proxy[1],portnum)) + self.__negotiatesocks5(destpair[0],destpair[1]) + elif self.__proxy[0] == PROXY_TYPE_SOCKS4: + if self.__proxy[2] != None: + portnum = self.__proxy[2] + else: + portnum = 1080 + _orgsocket.connect(self,(self.__proxy[1],portnum)) + self.__negotiatesocks4(destpair[0],destpair[1]) + elif self.__proxy[0] == PROXY_TYPE_HTTP: + if self.__proxy[2] != None: + portnum = self.__proxy[2] + else: + portnum = 8080 + _orgsocket.connect(self,(self.__proxy[1],portnum)) + self.__negotiatehttp(destpair[0],destpair[1]) + elif self.__proxy[0] == None: + _orgsocket.connect(self,(destpair[0],destpair[1])) + else: + raise GeneralProxyError((4,_generalerrors[4])) diff --git a/qbittorrent/config/qBittorrent/qBittorrent-data.conf b/qbittorrent/config/qBittorrent/qBittorrent-data.conf index 69f54a2..5f5230d 100755 --- a/qbittorrent/config/qBittorrent/qBittorrent-data.conf +++ b/qbittorrent/config/qBittorrent/qBittorrent-data.conf @@ -1,2 +1,2 @@ [Stats] -AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0\0\0\0q\x96\xb2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\0\0\nu&\x87) +AllStats=@Variant(\0\0\0\x1c\0\0\0\x2\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0\x44\0L\0\0\0\x4\0\0\0\0\x65\x2\xdf\xc8\0\0\0\x12\0\x41\0l\0l\0t\0i\0m\0\x65\0U\0L\0\0\0\x4\0\0\0\0\xe\xe\xb4~) diff --git a/qbittorrent/docker-compose.yaml b/qbittorrent/docker-compose.yaml index 52ab54d..042a50c 100755 --- a/qbittorrent/docker-compose.yaml +++ b/qbittorrent/docker-compose.yaml @@ -17,5 +17,3 @@ services: - 6881:6881 - 6881:6881/udp restart: always - extra_hosts: - - "host.docker.internal:host-gateway"