Cody Robibero
32629cd7da
Use BaseItemKind where possible
2021-12-12 06:11:27 -07:00
Marius Luca
a774d1fa10
- flush the XmlWriter before calling the StringBuilder ToString() method
2021-11-14 20:46:17 +02:00
cvium
efa76c0b63
Remove unused field
2021-11-09 23:17:27 +01:00
cvium
3f09fb8d70
length
2021-11-09 22:45:34 +01:00
cvium
a90735bc5a
Last small fixes
2021-11-09 19:44:21 +01:00
cvium
37a04d5dbf
Reduce indentation
2021-11-09 19:40:36 +01:00
cvium
e1f7f1405e
Use GetOrderBy in GetChildrenSorted
2021-11-09 19:33:15 +01:00
cvium
6985a4f255
Fix SortCriteria and refactor SetSorting
2021-11-09 19:31:54 +01:00
cvium
53c16c2342
Build an array instead of using LINQ
2021-11-09 19:22:16 +01:00
cvium
c1c77c8762
comments
2021-11-09 19:19:48 +01:00
cvium
996500b2f8
review stuff
2021-11-09 15:57:39 +01:00
Claus Vium
66912deb84
Apply suggestions from code review
2021-11-09 14:47:42 +01:00
Claus Vium
ac06022e0f
Update Emby.Dlna/ContentDirectory/ControlHandler.cs
2021-11-09 14:40:51 +01:00
cvium
a236f52c31
Simplify and reduce LOC in ControlHandler
2021-11-08 23:13:12 +01:00
LinFor
5c69d110cc
Samsung DLNA fixes
2021-11-08 11:24:33 +03:00
Bond_009
1f99c9b90c
Minor fixes
2021-07-06 00:01:33 +02:00
Bond_009
06caee28b7
Enable nullable reference types for Emby.Dlna
2021-05-07 14:43:50 +02:00
BaronGreenback
bc1cc2d04a
Remove unused using directives
2021-04-17 11:37:55 +01:00
Bond_009
aa76957338
Remove useless code
2021-04-01 19:16:00 +02:00
Bond_009
e4fd61411f
Minor improvements
2020-12-02 15:38:52 +01:00
Greenback
e51ddd326c
Fixes spelling.
2020-11-18 13:23:45 +00:00
Joshua M. Boniface
355c0c802f
Merge pull request #4138 from BaronGreenback/Comment3
...
DLNA ContentManager - static and commented.
2020-11-16 17:09:22 -05:00
Bond_009
b21919c7f4
Minor perf improvements
2020-11-06 16:15:30 +01:00
Bond_009
5a9c218324
Fix build
2020-10-17 16:27:31 +02:00
Bond_009
49569ca0a0
Use nameof where possible
2020-10-17 16:19:57 +02:00
Jim Cartlidge
c1b3f2c136
ContentDirectory
2020-09-13 14:31:12 +01:00
Bond_009
e653eef44f
Fix some warnings
2020-08-31 22:20:19 +02:00
Bond_009
170e434f92
Fix all warnings in Emby.Dlna
2020-08-20 21:04:57 +02:00
David
ca2b36bdb0
Reduce warnings in Emby.Dlna
2020-08-20 17:08:33 +02:00
Patrick Barron
ab396225ea
Migrate Display Preferences to EF Core
2020-07-17 16:11:53 -04:00
telans
247f9c61e6
fix SA1513/SA1516
2020-06-16 16:11:30 +12:00
telans
acd4389653
fix SA1005
2020-06-15 10:41:00 +12:00
Patrick Barron
c464f700db
Remove redundant qualifiers
2020-05-20 13:07:53 -04:00
Patrick Barron
9ad839c776
Initial migration code
2020-05-12 22:10:35 -04:00
Bond_009
be8ba96183
Fix some warnings
2020-04-02 16:52:11 +02:00
Bond_009
07cc4be6a7
Fix some warnings
...
* Add analyzers to MediaBrowser.XbmcMetadata
* Enable TreatWarningsAsErrors for MediaBrowser.XbmcMetadata
* Add analyzers to MediaBrowser.WebDashboard
* Enable TreatWarningsAsErrors for MediaBrowser.WebDashboard
* Disable SA1600 in favor of CS1591
2020-02-23 12:11:43 +01:00
Bond-009
d69870680b
Close xmlwriter first
2020-01-29 17:30:27 +01:00
Bond_009
6ee04855cd
Style
2020-01-28 21:54:51 +01:00
Bond-009
36d62c3093
Fix?
2020-01-28 13:19:25 +01:00
Bond_009
6b68521bae
Try again
2020-01-27 23:34:40 +01:00
Bond-009
3a338c1899
Address comments
2020-01-26 17:37:47 +01:00
Bond_009
82112b6788
Improvements to dlna server
...
* Improve response writer
* Add analyzers
* Error on warnings in release mode
* Disable doc warnings
2020-01-22 21:00:07 +01:00
dkanada
1dd4abebbd
Merge pull request #2297 from Bond-009/asyncio
...
Kestrel doesn't like sync IO operations
2020-01-23 01:59:52 +09:00
Bond-009
ac3b958c67
Use async methods
2020-01-21 17:59:41 +01:00
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
Bond-009
94edb5b9f9
Add else
2019-12-06 11:58:45 +01:00
Bond_009
bbc0875387
Don't shuffle some types by default
2019-10-20 16:08:40 +02:00
Bond-009
ee637e8fec
Fix warnings, improve performance ( #1665 )
...
* Fix warnings, improve performance
`QueryResult.Items` is now a `IReadOnlyList` so we don't need to
allocate a new `Array` when we have a `List` (and `Items` shouldn't need to
be mutable anyway)
* Update Providers .csproj to latest C#
* Remove extra newline from DtoService.cs
* Remove extra newline from UserLibraryService.cs
2019-09-02 02:19:29 -04:00
Bond_009
a9302b8b53
Remove useless abstraction around XmlReaderSettings
...
This removes the amount of stuff that needs to be passed around
Also removes some unneeded `ManagedFileSystem` usage
2019-03-07 12:04:14 +01:00
Bond-009
9993dafe54
Don't mix LINQ and roreach loops for readability
2019-03-01 17:12:22 +01:00