A Jellyfin plugin that integrates Nextcloud/WebDAV sources as library content
Find a file
2025-04-21 15:17:36 +02:00
Configuration The WebDAV integration plugin (Jellyfin.Plugin.Webdav) has been scaffolded according to the approved plan: 2025-04-19 21:59:22 +02:00
build.yaml Added build.yaml to the Jellyfin.Plugin.Webdav folder, listing both Jellyfin.Plugin.Webdav.dll and WebDav.Client.dll as artifacts. When you run the Jellyfin plugin packager, the WebDav.Client dependency will now be included alongside your plugin DLL. 2025-04-21 15:16:27 +02:00
Jellyfin.Plugin.Webdav.csproj Added build.yaml to the Jellyfin.Plugin.Webdav folder, listing both Jellyfin.Plugin.Webdav.dll and WebDav.Client.dll as artifacts. When you run the Jellyfin plugin packager, the WebDav.Client dependency will now be included alongside your plugin DLL. 2025-04-21 15:17:36 +02:00
Plugin.cs he Jellyfin.Plugin.Webdav plugin has been fully implemented and now builds successfully. It includes: 2025-04-19 22:17:34 +02:00
ServiceRegistrator.cs checkpoint 2025-04-21 14:44:36 +02:00
StreamingController.cs The Nextcloud/WebDAV Jellyfin plugin skeleton has been created 2025-04-19 21:51:57 +02:00
WebDavClientService.cs it builds again 2025-04-21 15:04:10 +02:00
WebDavHostedService.cs he Jellyfin.Plugin.Webdav plugin has been fully implemented and now builds successfully. It includes: 2025-04-19 22:17:34 +02:00
WebDavSyncService.cs it builds again 2025-04-21 15:04:10 +02:00