Joshua M. Boniface
93b8eade61
Merge pull request #12798 from JPVenson/feature/EFUserData
...
Refactor library.db into jellyfin.db and EFCore
4 weeks ago
JPVenson
1c3196dd5f
Merge remote-tracking branch 'origin/master' into feature/EFUserData
2 months ago
Daniyar Alpyspayev
2614fecf8d
move to new System.Threading.Lock type for better performance
2 months ago
Max
43fff5799b
Fix code
3 months ago
Max
630de12e5e
Apply review changes
3 months ago
Max
1ba0b88703
Use .net constants
3 months ago
Max
96cf13060d
Extension lookup tv icons
3 months ago
JPVenson
427359deee
Merge branch 'master' into feature/EFUserData
3 months ago
Bond-009
ceb850c770
Update projects to .NET 9 ( #13023 )
3 months ago
JPVenson
0ff1ee951d
Fixed compiler error
3 months ago
gnattu
46fb6c1579
Backport pull request #12940 from jellyfin/release-10.10.z
...
Remove DynamicImageResponse local image after saved to metadata folder
Original-merge: 3a9b48a2aa
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
4 months ago
JPVenson
5ceedced1c
Feature/media segments plugin api ( #12359 )
6 months ago
Cody Robibero
b026772764
Move external url listing to provider for plugin use ( #12279 )
7 months ago
Shadowghost
f67e327b29
Backport pull request #11921 from jellyfin/release-10.9.z
...
Fix identify over NFO and replace all when NFO saving enabled
Original-merge: bfcc09db8a
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Bond-009
d29b85a134
Fix multiple intro providers and remove unneeded ToLists ( #11431 )
10 months ago
gnattu
e4d66f35fd
chore: use proper way to override remove root
...
This is an alternate approach which is more proper, but changes all parts that uses/overrides the original ValidateChildren method
Signed-off-by: gnattu <gnattuoc@me.com>
10 months ago
Cody Robibero
31e0756c0c
Only update if actively refreshing ( #11341 )
11 months ago
Sebastian Held
bfc5deb234
fix metadata refresh for artists ( #11257 )
11 months ago
Cody Robibero
f7f3ad9eb7
Precache livetv program images ( #11083 )
...
* Precache livetv program images
* return if cache hit
* use EnsureSuccessStatusCode
* Read proper bytes
12 months ago
Cody Robibero
0bc41c015f
Store lyrics in the database as media streams ( #9951 )
1 year ago
Patrick Barron
8698b90594
Remove SimpleProgress
1 year ago
Cody Robibero
e7b8d45bbb
Use helper function to compare guid ( #10825 )
1 year ago
Bond_009
a9ef103c95
Add IDisposableAnalyzers to more projects
1 year ago
Bond_009
d15f6908b0
Empty Guids shouldn't make it into the refresh queue
...
```
System.ArgumentException: Guid can't be empty (Parameter 'id')
at Emby.Server.Implementations.Library.LibraryManager.GetItemById(Guid id) in /home/loma/dev/jellyfin/Emby.Server.Implementations/Library/LibraryManager.cs:line 1224
at MediaBrowser.Providers.Manager.ProviderManager.StartProcessingRefreshQueue() in /home/loma/dev/jellyfin/MediaBrowser.Providers/Manager/ProviderManager.cs:line 983
```
1 year ago
Stepan Goremykin
ee83e4cca5
Remove redundant method
2 years ago
Stepan Goremykin
0ed2aa6f06
Fix a few multiple enumerations
2 years ago
Bond-009
3982b0e057
Reduce bottlenecks scan code ( #9863 )
2 years ago
Stepan Goremykin
6ae1903453
Use TryAdd
2 years ago
SenorSmartyPants
99816b07dc
Enable NFO processing for Extras
...
- Change test to prevent owned items from using parent NFO. Test is now in MovieNFOSaver, only movie type will use movie.nfo.
2 years ago
Bond_009
4b01aaa0f7
Allocate less Lists
2 years ago
Claus Vium
9eaad18c2c
fix: don't allow exceptions to propagate from Refresh progress event handlers ( #9228 )
2 years ago
Bond_009
b934b346e1
Fix all warnings in MediaBrowser.Providers
2 years ago
Bond_009
9bb1bc5a3e
Remove dependency on OptimizedPriorityQueue
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
Bond-009
f369ddf522
Merge pull request #7039 from 1337joe/providermanager-cleanup
2 years ago
Shadowghost
072651c4be
Add xmldocs for TMDb provider, correct provider spelling
2 years ago
Claus Vium
81b04ddbb5
Merge branch 'master' into providermanager-cleanup
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`
3 years ago
Cody Robibero
97bf6c7364
Merge pull request #7521 from 1337joe/image-mime-fallback
...
Add fallback for image downloads with bad reported MediaType
(cherry picked from commit bf1ccf7493
)
Signed-off-by: Joshua Boniface <joshua@boniface.me>
3 years ago
Joe Rogers
b03f56c3d6
Remove warnings
3 years ago
Joe Rogers
6e4710d048
Fix review comment
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
3 years ago
Joe Rogers
ac675318f8
Simplify RefreshSingleItem
3 years ago
Joe Rogers
bdce435b09
Reorder and flatten provider filtering
3 years ago
Joe Rogers
a7c009e2eb
Pass TypeOptions instead of full LibraryOptions
3 years ago
Joe Rogers
e7df72de49
Improve metadata provider sorting
...
Extract configured order up front instead of for each provider
Non-IHasOrder providers default to middle, not beginning
Merge image and metadata sort helper methods
3 years ago
Joe Rogers
11c7c24f0e
Clarify naming, minor method ordering improvement
3 years ago
Joe Rogers
6221991c63
Add nullable annotations
3 years ago
Joe Rogers
8515e8fbd1
Improve image provider sorting
...
Remove irrelevant check for ILocalImageProvider
Providers that are not IHasOrder default to middle, not beginning
3 years ago
Joe Rogers
4ace7f5c53
Fix unused var, log typo
3 years ago