dependabot[bot]
5eb54be1e3
Bump TvDbSharper from 3.2.1 to 3.2.2
...
Bumps [TvDbSharper](https://github.com/HristoKolev/TvDbSharper ) from 3.2.1 to 3.2.2.
- [Release notes](https://github.com/HristoKolev/TvDbSharper/releases )
- [Changelog](https://github.com/HristoKolev/TvDbSharper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/HristoKolev/TvDbSharper/compare/v3.2.1...v3.2.2 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
crobibero
46ae51bc9a
update to dotnet 3.1.8
4 years ago
crobibero
9626101c9f
Merge remote-tracking branch 'upstream/master' into 3.1.7
4 years ago
crobibero
aee72aefb0
Remove IHttpClient from StudiosImageProvider
4 years ago
crobibero
6709645ec9
bump deps
4 years ago
dependabot[bot]
c65275b239
Bump TvDbSharper from 3.2.0 to 3.2.1
...
Bumps [TvDbSharper](https://github.com/HristoKolev/TvDbSharper ) from 3.2.0 to 3.2.1.
- [Release notes](https://github.com/HristoKolev/TvDbSharper/releases )
- [Changelog](https://github.com/HristoKolev/TvDbSharper/blob/master/CHANGELOG.md )
- [Commits](https://github.com/HristoKolev/TvDbSharper/compare/v3.2.0...v3.2.1 )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
dependabot[bot]
17ba459638
Bump PlaylistsNET from 1.0.6 to 1.1.2
...
Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET ) from 1.0.6 to 1.1.2.
- [Release notes](https://github.com/tmk907/PlaylistsNET/releases )
- [Commits](https://github.com/tmk907/PlaylistsNET/commits )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
Patrick Barron
4742ddbb71
Update .NET Core to 3.1.6
4 years ago
Bond_009
eba488a0f8
Enable TreatWarningsAsErrors in Release for MediaBrowser.Providers
4 years ago
dependabot[bot]
c243ec7ce9
Bump PlaylistsNET from 1.0.4 to 1.0.6
...
Bumps [PlaylistsNET](https://github.com/tmk907/PlaylistsNET ) from 1.0.4 to 1.0.6.
- [Release notes](https://github.com/tmk907/PlaylistsNET/releases )
- [Commits](https://github.com/tmk907/PlaylistsNET/commits )
Signed-off-by: dependabot[bot] <support@github.com>
4 years ago
crobibero
a6815018dc
Update to .NET Core 3.1.5
4 years ago
dkanada
998d5674a2
Merge pull request #3259 from crobibero/omdb-plugin-config
...
Add omdb config as embedded resource
4 years ago
Cody Robibero
a6999422ea
remove extra spacing
4 years ago
crobibero
826ed9d9c7
Add omdb config as embedded resource
4 years ago
shayaantx
4623cb8385
Ignore languages with null ids
4 years ago
Mark Monteiro
3ed76d7e08
Update to .NET Core 3.1.4
5 years ago
Mark Monteiro
c5f163293f
Add <ProjectGuid> properties to all project files
...
This is required for SonarCloud analysis to run
5 years ago
Bond_009
3ab50f5a3f
Address comments
5 years ago
Bond_009
787049f35f
Merge branch 'master' into minor
5 years ago
Mark Monteiro
aa9737afb3
Update .NET Core to 3.1.3
5 years ago
Mark Monteiro
debab44870
Update all packages to .NET Core 3.1.2
5 years ago
dkanada
acf1698d2b
include audiodb config page in release
5 years ago
Bond_009
e699e5d405
Fix possible race condition
5 years ago
Bond_009
6d6fa13550
Fix release build
5 years ago
Bond_009
a07ee65365
Minor improvements
5 years ago
dkanada
65a9d618cc
add config options for musicbrainz
5 years ago
Bond_009
2186df8ac4
Update deps
5 years ago
Bond_009
3cf9313c86
Update deps
5 years ago
dkanada
3bfb36a67d
Merge pull request #1915 from Bond-009/hex
...
Rewrite hex encoder/decoder
5 years ago
Bond_009
3f7836d9eb
Update deps and add MultiThreading analyzer
5 years ago
Bond_009
a245f5a0d4
Rewrite hex encoder/decoder
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
Claus Vium
058e077422
Add newline after end tag
5 years ago
Claus Vium
d2b8672c1c
Require latest C# version in Providers project
5 years ago
Bond_009
838e5d05d5
Document all public/internal members of Emby.Drawing
...
Forces all new public/internal members to be documented.
Enables TreatWarningsAsErrors for Emby.Drawing
5 years ago
Bond_009
5554595255
Update deps
5 years ago
Bond-009
58061a7295
Make MusicBrainz base url configurable
6 years ago
Vasily
bca7a26ffd
Merge branch 'master' into update_tvdb
6 years ago
Claus Vium
dab25a0eeb
Remove OptimizedPriorityQueue source and grab it from nuget
6 years ago
Claus Vium
75d90c8e4c
Add caching PoC
6 years ago
Claus Vium
9729ae52a3
initial commit
6 years ago
Erwin de Haan
c5430f86b0
Fixed csproj and xml identation.
6 years ago
Erwin de Haan
089ad8e7c2
Find+Sed BOM removal *.xml,*.csproj,*,json,*.sln,*.txt
6 years ago
Erwin de Haan
742bef5b5f
EditorConfig reformat: Non-CS files.
6 years ago
Bond_009
b4edb24ec3
Change libraries from netcoreapp to netstandard
...
Ref: https://dotnetcoretutorials.com/2017/01/13/net-standard-vs-net-core-whats-difference/
6 years ago
stefan
48facb797e
Update to 3.5.2 and .net core 2.1
6 years ago
Luke Pulverenti
e7ecd418c4
update home video library support
7 years ago
Luke Pulverenti
43eec485e9
fix book providers
7 years ago
Luke Pulverenti
9f0e6d17c8
add hevc cuvid
8 years ago
Luke Pulverenti
404171023f
clean up build configs
8 years ago