Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Cody Robibero
a0f248e200
Merge pull request #7134 from adavier/trakt-episode-links
3 years ago
Joe Rogers
a26509a98a
Keep from serializing trailers into database
3 years ago
adavier
9574d13059
Implement trakt episode links using the implementation from Series.cs
...
The code is the same as `MediaBrowser.Controller/Entities/TV/Series.cs`, using the imdbID to generate Trakt links.
The trakt url for episodes is `https://trakt.tv/episodes/{0} `.
3 years ago
cvium
fde84a1e00
Refactor extras parsing
3 years ago
Rich Lander
e3df4dcaae
Fix warnings in MediaBrowser.Controller
3 years ago
Cody Robibero
d461e3912a
Remove warninigs from MediaBrowser.Controller (Part 3) ( #6078 )
...
Co-authored-by: Bond-009 <bond.009@outlook.com>
3 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
Bond_009
f46195899e
Improve perf of db save and query
4 years ago
Bond_009
404bb4f835
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
4 years ago
Bond-009
9af6eda0b4
Merge pull request #3343 from telans/comment-stops
...
Add full stop at end of comments (SA1629)
4 years ago
telans
247f9c61e6
fix SA1513/SA1516
4 years ago
telans
9018f8d8be
Add full stop at end of comments (SA1629)
4 years ago
Patrick Barron
eef7cfd912
Make SonarCloud less angry
5 years ago
Patrick Barron
9ad839c776
Initial migration code
5 years ago
Bond_009
5edb8159a7
Fix Json serialization error
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
c5fce647de
Cleanup/simplification
...
* Removed useless copies/allocations
* Reduced unneeded complexity
6 years ago
Erwin de Haan
a36658f6f0
ReSharper Reformat: Properties to expression bodied form.
6 years ago
Erwin de Haan
26ca4b607b
Visual Studio Reformat: MediaBrowser.Controller
6 years ago
hawken
880825514a
Fix regression where it would do integer divisions, giving wrong result
6 years ago
Bond_009
340a2c6512
Post GPL cleanup
6 years ago
Bond_009
b1ccd6bad9
Fix build post GPL change
6 years ago
Bond_009
0f8b3c6347
Use Microsoft.Extensions.Logging abstraction
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
ac09136a3d
restore GetImageSize method
7 years ago
Luke Pulverenti
6b28eee2db
rework episode queries
7 years ago
Luke Pulverenti
e7425e6205
revert servicestack.text update
7 years ago
Luke Pulverenti
e91f569c15
update live tv startup
8 years ago
Luke Pulverenti
3c82d8540b
update sortname generation
8 years ago
Luke Pulverenti
3a8b567f14
update file responses
8 years ago
Luke Pulverenti
6091e00e18
clean related files when deleting items
8 years ago
Luke Pulverenti
b91f1e4d16
support dummied up image a/r's
8 years ago
Luke Pulverenti
1aff48b93b
move book support into the core
8 years ago
Luke Pulverenti
63a69cdc60
improve m3u channel list parsing
8 years ago
Luke Pulverenti
016d8301f5
update series queries
8 years ago
Luke Pulverenti
f275d7f3d2
reduce library queries
8 years ago
Luke Pulverenti
ef6b90b8e6
make controller project portable
8 years ago
Luke Pulverenti
2b61894e3c
update translations
8 years ago
Luke Pulverenti
916bda6f32
fix slow episode responses
8 years ago
Luke Pulverenti
de635fe22c
add faster access to series sort name
8 years ago
Luke Pulverenti
f952ac0f1f
fix season ids
8 years ago
Luke Pulverenti
1fcbd3c6da
denormalize seriesid
8 years ago
Luke Pulverenti
2772d59559
denormalize seasonid
8 years ago
Luke Pulverenti
26036837dd
denormalize series fields
8 years ago
Luke Pulverenti
ddb6ea6f05
rework user data
9 years ago
Alun Jones
729d65c45e
Remote Trailers support at episode Level
9 years ago
Luke Pulverenti
3118196ac6
update user data queries
9 years ago