Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
5 months ago
CS
919b8ef9e2
Use collection initializers when possible
6 months ago
CS
b34cbc2f16
Update default artwork repository url to point to githubusercontent.com domain
6 months ago
Bond_009
ecd2dab0a2
Add TrySetProviderId extension
7 months ago
Shadowghost
034c13c48f
Backport pull request #12073 from jellyfin/release-10.9.z
...
Fix Music Brainz release group query
Original-merge: 23a660e917
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
7 months ago
Shadowghost
b063dfd2e3
Backport pull request #11648 from jellyfin/release-10.9.z
...
Fix series status parsing
Original-merge: c6c48a2b47
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Bond-009
ac108690a8
Use StringSplitOptions.TrimEntries where possible ( #11421 )
9 months ago
Niels van Velzen
407cf5d0bf
Add MediaStreamProtocol enum ( #10153 )
...
* Add MediaStreamProtocol enum
* Add default handling for enum during deserialization
---------
Co-authored-by: Cody Robibero <cody@robibe.ro>
11 months ago
Cody Robibero
c8d93d9352
Return backdrops with text as thumb for tmdb ( #11078 )
11 months ago
Joe Rogers
e91de654d7
Stop saving Jellyfin API key in settings xml
1 year ago
Joe Rogers
f7479bc730
Fix missing posters in collection identify
1 year ago
Joe Rogers
c8da8eefe0
Add api key to configuration
1 year ago
Bond_009
b62b0ec2b5
Fix warnings
1 year ago
Cody Robibero
c7a94d48ae
Convert ItemSortBy to enum ( #9765 )
...
* Convert ItemSortBy to enum
* Rename Unknown to Default
1 year ago
Bond-009
5e48278e2a
Merge pull request #10078 from scampower3/master
...
Combine Title and Overview for multi-episodes files for the TMDB provider
1 year ago
LJQ
1d19fe50b4
Deep copy instead of Shallow copy
1 year ago
LJQ
298a7488a3
Applied 2nd Round of Suggested Changes
1 year ago
Stepan Goremykin
38d962242a
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Updates/InstallationManager.cs
# tests/Jellyfin.Server.Integration.Tests/OpenApiSpecTests.cs
1 year ago
Bond_009
d7748cfa04
Multiple Stream changes
...
* Remove useless MemoryStream in DlnaHttpClient
* Use HttpContent.ReadFromJsonAsync extension
* Call ConfigureAwait for IAsyncDisposable
* Use HttpContent.CopyToAsync where possible
1 year ago
Stepan Goremykin
3f9ee316d5
Use non nullable property type when possible
1 year ago
LJQ
136a4abbd3
Applied Suggested Changes
1 year ago
LJQ
0676b878f3
Removed unused imports
2 years ago
LJQ
28a6694f6e
Combined Title and Overview for multi-episodes files for the TMDB provider
2 years ago
Bond_009
b5f0760db8
Use RegexGenerator where possible
2 years ago
Bond-009
3982b0e057
Reduce bottlenecks scan code ( #9863 )
2 years ago
Cody Robibero
89be3aa37f
Convert Person.Type to use PersonKind enum ( #9487 )
2 years ago
Bond_009
d8ec3a5470
Reduce usage of GetAwaiter().GetResult()
2 years ago
Bond_009
4b01aaa0f7
Allocate less Lists
2 years ago
Bond_009
e35119987a
Enable nullable for more files
2 years ago
Bond-009
eaeb65f94d
Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeImageProvider.cs
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
Bond_009
ab24c0e2cf
Enable nullable for more files
2 years ago
Shadowghost
e7a7edbac0
Various fixes ( #9361 )
2 years ago
Bond-009
720852f708
Merge pull request #9356 from Bond-009/tryparse
2 years ago
Shadowghost
a9bfb13dc7
Format MusicBrainz config page
2 years ago
Shadowghost
815aa40170
Fix MusicBrainz config page input validation
2 years ago
Shadowghost
3c921e25da
Fix MusicBrainz album queries and releasegroup handling
2 years ago
Bond_009
24a7e210c3
Optimize tryparse
...
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
2 years ago
Shadowghost
4baa534679
Fix MusicBrainz configuration parsing and update
2 years ago
Shadowghost
2f4e43b87f
Add migration for MusicBrainz settings
2 years ago
Shadowghost
3c5b0e0035
Fix MusicBrainz default server
2 years ago
cvium
b5d5667965
remove a hardcoded DefaultAuthorization
2 years ago
Bond_009
b934b346e1
Fix all warnings in MediaBrowser.Providers
2 years ago
Bond-009
16fdb127ab
Check HTTP status code before writing response to file ( #8863 )
...
fix https://github.com/jellyfin/jellyfin/issues/8084
2 years ago
Bond_009
b366dc2e6e
Use ArgumentException.ThrowIfNullOrEmpty
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
Shadowghost
fe3e7979b0
Add MusicBrainz server validation and fallback ( #8833 )
2 years ago
Shadowghost
2e639c77c7
Apply review suggestions
2 years ago
Shadowghost
4b1654ae3b
Add xmldocs for studio image provider
2 years ago
Shadowghost
072651c4be
Add xmldocs for TMDb provider, correct provider spelling
2 years ago