From 473e431d6012d4f22428aed64e9d01ee88f7c70d Mon Sep 17 00:00:00 2001 From: xis Date: Sun, 8 Oct 2023 21:20:10 +0200 Subject: [PATCH] readme --- README.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ff796b5..e4b81a2 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,15 @@ # Nextcloud DLNA server -DLNA addon for your self-hosted Nextcloud app instance that allows you to stream Nextcloud users content on client devices in your network. +DLNA addon for your self-hosted Nextcloud app instance that allows you to stream Nextcloud users content on client +devices in your network. It supports the group folders as well. Just edit the `application.yml` and rebuild the project with: -`./gradlew clean bootRun` \ No newline at end of file +`./gradlew clean bootRun` + +### + +Some java code was taken from https://github.com/haku/dlnatoad +and https://github.com/UniversalMediaServer/UniversalMediaServer converted to Kotlin with upgrade to jupnp instead of +cling. \ No newline at end of file