gnattu
469bf9d514
Move the remove source implementation into ProviderManager
4 months ago
gnattu
74d2c2addf
Remove DynamicImageResponse local image after saved to metadata folder
...
Previously, local images provided by DynamicImageResponse were never cleaned up until the server was restarted. This issue has become more severe in 10.10, as the default is now set to use the system's native temp folder, which might be a RAM backed tmpfs. This behavior could lead to resource starvation for long-running servers performing multiple library scans.
Metadata plugins prefer the old behavior should do its own backup.
4 months ago
Mikal S.
f99e0407fd
Don't try to prune images for virtual episodes. ( #12909 )
4 months ago
Tim Eisele
d10406fd75
Pre-fill ParentIndexNumber to preserve it between scans ( #12739 )
5 months ago
gnattu
90a00e1293
Only remove images in metadata folder by default ( #12631 )
5 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
bd3645cbb0
Backport pull request #12055 from jellyfin/release-10.9.z
...
Fix season backdrops
Original-merge: 2266a00337
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
6734450d40
Backport pull request #12025 from jellyfin/release-10.9.z
...
Fix empty image folder removal for legacy locations
Original-merge: 476dc01f4d
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Shadowghost
1c106e8323
Backport pull request #12028 from jellyfin/release-10.9.z
...
Fix replace all and respect metadata settings
Original-merge: 08b64c5502
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
8 months ago
Zero King
8caefc2a55
Improve empty list check
9 months ago
Shadowghost
4015ac78cd
Backport pull request #11984 from jellyfin/release-10.9.z
...
Set ProductionLocations instead of Tags
Original-merge: 279cba008b
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
0c1c41aeaf
Backport pull request #11978 from jellyfin/release-10.9.z
...
Fallback to local dir when saving to media dir fails
Original-merge: f41efb3b2c
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
18dd6b2875
Backport pull request #11934 from jellyfin/release-10.9.z
...
Fix local image saving
Original-merge: b0bb22b650
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 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
Shadowghost
c554321495
Backport pull request #11935 from jellyfin/release-10.9.z
...
Fix dateadded and movie NFO recognition
Original-merge: 0c039145e5
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
a705e56acc
Backport pull request #11933 from jellyfin/release-10.9.z
...
Check trailer distinction by URL
Original-merge: b1a5fe2f55
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
5d4880c497
Backport pull request #11743 from jellyfin/release-10.9.z
...
Fix replace logic
Original-merge: 2ddb15c784
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
39ae56db0a
Backport pull request #11804 from jellyfin/release-10.9.z
...
Exclude virtual items from DateLastMediaAdded calculation
Original-merge: d89e5a0074
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
Shadowghost
8b938e2696
Backport pull request #11673 from jellyfin/release-10.9.z
...
Fix local playlist scanning
Original-merge: 26714e2c62
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
9 months ago
gnattu
77a101cc98
Fix missing season Index ( #11472 )
10 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
scampower3
4bcabbde7b
Fixes 'replace missing metadata' overwrites existing metadata that does exist ( #11136 )
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
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
a9ef103c95
Add IDisposableAnalyzers to more projects
1 year ago
Stepan Goremykin
8d7e4229ca
Merge branch 'master' into fix-resharper-warnings
...
# Conflicts:
# Emby.Server.Implementations/Net/SocketFactory.cs
# RSSDP/SsdpCommunicationsServer.cs
# RSSDP/SsdpDeviceLocator.cs
# RSSDP/SsdpDevicePublisher.cs
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
f84469d500
Remove redundant using directives
1 year ago
Bond_009
efc4c305a9
Use CryptoStream to convert stream from base64
...
Should be way more efficient
1 year ago
Stepan Goremykin
ee83e4cca5
Remove redundant method
2 years ago
Stepan Goremykin
0ed2aa6f06
Fix a few multiple enumerations
2 years ago
LJQ
a0011886b0
Fixes metadata refresh problems with NFO files
2 years ago
Bond-009
3982b0e057
Reduce bottlenecks scan code ( #9863 )
2 years ago
Shadowghost
6ddc449a89
Implement NFO named season parsing
2 years ago
SenorSmartyPants
11d7c00de9
Fix local JPG primary image for video being overwritten by screen grabber ( #9552 )
2 years ago
Stepan Goremykin
6ae1903453
Use TryAdd
2 years ago
Cody Robibero
dd491ce8ff
Merge pull request #9403 from SenorSmartyPants/ExtraCleanAndNFO
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
2 years ago
SenorSmartyPants
39677525f3
Don't overwrite NFO images ( #9452 )
...
Co-authored-by: Cody Robibero <cody@robibe.ro>
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
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
Joe Rogers
4ce30989e0
Make update type for RunTimeTicks consistent with other file attributes
2 years ago