mirror of
https://github.com/jellyfin/jellyfin-plugin-dlna.git
synced 2025-02-18 13:18:25 +00:00
26 lines
676 B
YAML
26 lines
676 B
YAML
name: "DLNA"
|
|
guid: "33EBA9CD-7DA1-4720-967F-DD7DAE7B74A1"
|
|
imageUrl: ""
|
|
version: 4
|
|
targetAbi: "10.10.0.0"
|
|
framework: "net8.0"
|
|
owner: "jellyfin"
|
|
overview: "DLNA Service"
|
|
description: >
|
|
Adds DLNA capability to Jellyfin
|
|
|
|
category: "General"
|
|
artifacts:
|
|
- "Jellyfin.Plugin.Dlna.dll"
|
|
- "Jellyfin.Plugin.Dlna.Model.dll"
|
|
- "Jellyfin.Plugin.Dlna.Playback.dll"
|
|
- "Rssdp.dll"
|
|
changelog: |-
|
|
- Fixes for 10.10 (#84) @crobibero
|
|
- Standardize bind IPs in ssdp and dlnahost (#82) @disgustipated
|
|
- Revert lg profile friendly name (#77) @disgustipated
|
|
- Add baseurl to descriptoruri (#75) @disgustipated
|
|
|
|
### Dependency updates ###
|
|
- Update dotnet monorepo (#79) @renovate
|