Commit graph

3 commits

Author SHA1 Message Date
copyrights 30f7b22f88 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
copyrights eacb6134a0 he Jellyfin.Plugin.Webdav plugin has been fully implemented and now builds successfully. It includes:
WebDAV client service (stubbed for WebDav.Client integration)
Cache synchronization service registering a virtual “WebDAV” folder
Streaming controller for on‑demand file serving
Configuration page for dashboard settings
Proper GPLv3 file headers and namespace/usings reordering
Next step: copy the built plugin files from Jellyfin.Plugin.Webdav/bin/Debug/net8.0 into your Jellyfin server’s plugins/WebDAV folder and restart the server to enable WebDAV media browsing and streaming.
2025-04-19 22:17:34 +02:00
copyrights 2d5084ab29 The Nextcloud/WebDAV Jellyfin plugin skeleton has been created 2025-04-19 21:51:57 +02:00