]> git.basschouten.com Git - openhab-addons.git/commit
Added URL path support. (#13436)
authorTobias Liese <56112387+SR-Lut3t1um@users.noreply.github.com>
Sat, 1 Oct 2022 13:32:11 +0000 (15:32 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Oct 2022 13:32:11 +0000 (15:32 +0200)
commit8b4607a4f1c3a24b3558435f130c3b24a539fcf0
tree2aeffdf2b2ef29fcb8cfca9ad55c4c8021529087
parentcc50497f314dd0a53868295dd7dc28422981aae6
Added URL path support. (#13436)

Changes:
Fix: Now using KTOR instead of building the url by simple string concad. This fixes the https and port 443 bug that existed prier to this change. (https://example.com would look like: https://example.com:443)
Added: Support for jellyfins Base URL option. This allows the addon to be used on installations were jellyfin uses a base path.

Signed-off-by: tliese <mail@tobiasliese.me>
bundles/org.openhab.binding.jellyfin/README.md
bundles/org.openhab.binding.jellyfin/src/main/java/org/openhab/binding/jellyfin/internal/JellyfinServerConfiguration.java
bundles/org.openhab.binding.jellyfin/src/main/java/org/openhab/binding/jellyfin/internal/discovery/JellyfinServerDiscoveryService.java
bundles/org.openhab.binding.jellyfin/src/main/java/org/openhab/binding/jellyfin/internal/handler/JellyfinServerHandler.java
bundles/org.openhab.binding.jellyfin/src/main/resources/OH-INF/i18n/jellyfin.properties
bundles/org.openhab.binding.jellyfin/src/main/resources/OH-INF/thing/thing-types.xml