jellyfin/Emby.Dlna
Carey Metcalfe f2eea89ff0 Fix pagination for DLNA root folder list
Previously, when responding to a DLNA "Browse" request, the
`StartingIndex` was not respected and all of the root items were
returned each time. This caused infinite loops with in DLNA clients that
ignored the `TotalMatches` data in the response and just continued
asking for the next page until they got an empty response.

This fix makes the root folder list respect the `StartingIndex` and
`RequestedCount` parameters like all other responses.

Fixes issue #2303
2020-01-19 01:37:52 -05:00
..
Api Reduce #lines 2019-12-05 17:44:46 +01:00
Common Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
Configuration Send DLNA devices message to only the matched interface 2019-02-22 20:18:34 +08:00
ConnectionManager Merge branch 'master' into xml 2019-03-12 16:37:18 +01:00
ContentDirectory Fix pagination for DLNA root folder list 2020-01-19 01:37:52 -05:00
Didl - use streamInfo.StartPositionTicks if provided over userdata.PlaybackPositionTicks when creating the Samsung Bookmark Info 2019-08-29 02:38:53 +03:00
Eventing Fix a couple of TODOs 2019-12-30 16:03:20 +01:00
Images Optimize images with image_optim 2019-04-03 22:58:52 -04:00
Main Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
MediaReceiverRegistrar Merge branch 'master' into xml 2019-03-12 16:37:18 +01:00
PlayTo Improve IInstallationManager interface 2019-11-01 17:57:19 +01:00
Profiles Use a dictionary to look up mimetypes 2019-07-28 20:20:03 +02:00
Properties Adjusted AssemblyCopyright attribute values. 2019-03-14 22:17:56 +01:00
Server Fix more analyzer warnings 2019-01-27 12:12:44 +01:00
Service Remove useless abstraction around XmlReaderSettings 2019-03-07 12:04:14 +01:00
Ssdp Use Mono.Nat Nuget package 2019-11-01 21:22:35 +01:00
ConfigurationExtension.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
ControlRequest.cs Reduce aspnet imports 2019-03-07 19:04:09 +01:00
ControlResponse.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
DlnaManager.cs Use CultureInvariant string conversion for Guids 2019-08-09 23:17:54 +02:00
Emby.Dlna.csproj Rewrite hex encoder/decoder 2019-11-01 17:52:29 +01:00
EventSubscriptionResponse.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IConnectionManager.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IContentDirectory.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IEventManager.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IMediaReceiverRegistrar.cs Find+Sed BOM removal *.cs: BDInfo-Emby.XmlTv 2019-01-13 20:54:44 +01:00
IUpnpService.cs Replace some usage of QueryParamCollection 2019-02-27 14:23:39 +01:00