Gustav

Results 4 comments of Gustav

> > ```yaml > > version: "3.4" > > services: > > qbittorrent: > > container_name: qbittorrent > > image: linuxserver/qbittorrent > > hostname: qbittorrent > > environment: > >...

jellyfin 也有类似的 api:`/Items/{itemId}/Refresh`。获取 apiKey 的方式和 emby 一样。 需要提一个新的 feature request 吗?

“自动识别新加入的媒体文件”这个功能取决于文件系统是否支持文件变更事件处理,比如 jellyfin 使用 inotify API。理论上 jellyfin、plex 和 emby 都会有这种情况发生。

In fact, I just copied the source code of `JUnitEntryPoints` to my project and did the modification above, and it is sufficient for my use. I have not been looking...