Rich Lander
9aebb86a68
Fix warnings in MediaBrowser.Controller/Drawing
3 years ago
crobibero
b6dda30a33
Fix suggestions from review
4 years ago
crobibero
6bcbc2b88a
Reduce warnings in MediaBrowser.Controller
4 years ago
Bond_009
fb090df0b5
Enable nullable reference types for MediaBrowser.Controller
4 years ago
Patrick Barron
2be1865b42
Remove unused methods in IDtoService
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Patrick Barron
c464f700db
Remove redundant qualifiers
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
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
5 years ago
Bond-009
1731bf7372
Remove ordering items
6 years ago
Erwin de Haan
ba610b5094
Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller
6 years ago
Erwin de Haan
26ca4b607b
Visual Studio Reformat: MediaBrowser.Controller
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago
Andrew Rabert
a86b71899e
Add GPL modules
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
7e5036a587
update image aspect ratio detection
7 years ago
Luke Pulverenti
ed81591175
update dto methods
7 years ago
Luke Pulverenti
1ad990ad72
update live tv data transfer
7 years ago
Luke Pulverenti
52aeb3c40b
consolidate interfaces
7 years ago
Luke Pulverenti
3e23d32e62
update naming project
8 years ago
Luke Pulverenti
04d480297d
reduce sync db access
8 years ago
Luke Pulverenti
759f5a8560
update task results
8 years ago
Luke Pulverenti
9e8d35dadc
update recording sync fields
9 years ago
Luke Pulverenti
e0f47a4c28
add aspect ratio to search results
9 years ago
Luke Pulverenti
c1a1012f78
fix live tv chromecast playback
9 years ago
Luke Pulverenti
933fca78e6
support sync for live tv recordings
10 years ago
Luke Pulverenti
ee00f8bf72
added HasSyncJob
10 years ago
Luke Pulverenti
d7bdb744ca
add new image params
10 years ago
Luke Pulverenti
c8a735bcb1
add LocalFileInfo.Id
10 years ago
Luke Pulverenti
69b83082c8
grab image sizes at discovery time
10 years ago
Luke Pulverenti
e3c8694471
3.0.5340.20849
10 years ago
Luke Pulverenti
c02e917f56
completed auth database
10 years ago
Luke Pulverenti
7fa9b14f56
fixes #762 - Marking unwatched doesn't update display
10 years ago
Luke Pulverenti
608ebf4829
update video player layout
10 years ago
Luke Pulverenti
21fd761b05
fixes #838 - Support rtmp protocol with channels
11 years ago
Luke Pulverenti
547291f048
rework notifications infrastructure
11 years ago
Luke Pulverenti
c60103df64
chromecast updates
11 years ago
Luke Pulverenti
f756e39b9d
restored live tv playback in the web client
11 years ago
Luke Pulverenti
327af0fe62
rework media versions to be based on original item id
11 years ago
Luke Pulverenti
683d8455c6
#712 - Group multiple versions
11 years ago
Luke Pulverenti
d494944767
calculate item by name counts on the fly
11 years ago
Luke Pulverenti
f4b890f163
added new item by name filters
11 years ago
Luke Pulverenti
85d7eb917f
made dtoservice synchronous
11 years ago
Luke Pulverenti
dfe91e43b6
Added IDtoService
11 years ago