Tim Eisele
c6c48a2b47
Fix series status parsing ( #11648 )
...
* Fix series status parsing
* Apply review suggestions and add test
* Apply review suggestion
* Apply review suggestions
6 months ago
Bond-009
ac108690a8
Use StringSplitOptions.TrimEntries where possible ( #11421 )
7 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>
9 months ago
Cody Robibero
c8d93d9352
Return backdrops with text as thumb for tmdb ( #11078 )
9 months ago
Joe Rogers
e91de654d7
Stop saving Jellyfin API key in settings xml
11 months ago
Joe Rogers
f7479bc730
Fix missing posters in collection identify
11 months ago
Joe Rogers
c8da8eefe0
Add api key to configuration
11 months 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
1 year ago
LJQ
28a6694f6e
Combined Title and Overview for multi-episodes files for the TMDB provider
1 year ago
Bond_009
b5f0760db8
Use RegexGenerator where possible
1 year ago
Bond-009
3982b0e057
Reduce bottlenecks scan code ( #9863 )
1 year 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
David Ullmer
abcb188916
Backport pull request #8667 from jellyfin/release-10.8.z
...
Enable OMDB plot for non-English languages as fallback
Original-merge: f83a24ec43
Merged-by: Cody Robibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
2 years ago
Shadowghost
385f1cc1b8
Apply review suggestions
2 years ago
MrTimscampi
7ad0c9ba24
Migrate MusicBrainz plugin to MetaBrainz.MusicBrainz
...
Co-authored-by: crobibero <cody@robibe.ro>
Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com>
2 years ago
luz paz
9ec2870b10
Fix various typos
...
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2 years ago
Claus Vium
06b2e7bcf5
Merge pull request #7934 from Bond-009/xmlasync2
...
Enable XmlReaderSettings.Async, fixes #7929
(cherry picked from commit 1b8a251991
)
Signed-off-by: crobibero <cody@robibe.ro>
2 years ago