| Age | Commit message (Collapse) | Author |
|
* Fix artist metadata not being fetched on initial library scan
* Update Emby.Server.Implementations/Library/Validators/ArtistsValidator.cs
Co-authored-by: Bond-009 <bond.009@outlook.com>
---------
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
Fixes tonemapping checks by recording previously missing information when gathering video stream information from videos in a BDMV structure
|
|
|
|
Co-Authored-By: Shadowghost <Ghost_of_Stone@web.de>
|
|
Fix subtitle saving
Original-merge: f51c63e244436944d5269085a1bed1e56db7a78e
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
include external IDs and URLs for book providers
|
|
|
|
Fix episodes appearing in Season Unknown incorrectly and prevent unnecessary virtual season creation
|
|
TmdbSeriesProvider: Set ProductionYear field
|
|
Fix TMDB image URLs missing size parameter
Original-merge: caa05c1bf2c55053a65091886f0ddf78865fc72c
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
virtual season creation
|
|
|
|
|
|
|
|
|
|
Fix TMDB crew department mapping
Original-merge: 673f617994da6ff6a45cf428a3ea47de59edc6c5
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
|
|
extract local metadata from OPF and EPUB files
|
|
Fix watched state not kept on Media replace/rename
Original-merge: 8433b6d8a41f66f6eef36bb950927c6a6afa1a36
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Be more strict about PersonType assignment
Original-merge: b56de6493f67cd1cdc43b47745ae66908d1aef41
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
|
|
|
|
|
|
Fix playlist item de-duplication
Original-merge: 78e3702cb064fc664ed1a658ad534cf66f5373d3
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Fix backdrop images being deleted when stored with media
Original-merge: 12c5d6b63650c34a25609066a0138d37032eb7c2
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Fix ItemAdded event triggering when updating metadata
Original-merge: fb65f8f8532fbad22089a3a3cfb4d9237c71c567
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Save item to database before providers run to prevent FK errors
Original-merge: c491a918c21025b105afba4b6d72a24372aac505
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
|
|
|
|
|
|
Fix movie titles using folder name when NFO saver is enabled
Original-merge: f8e012582a8819d18ad933fd65eade936bdc946d
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Fix playlist DateCreated and DateLastMediaAdded not being set
Original-merge: 078f9584ed3622eed3516488026cbb6e42242bba
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Fix series DateLastMediaAdded not updating when new episodes are added
Original-merge: abfbaca33686ab5214182992ab644a6e24d4b180
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Fix System.NullReferenceException when people's role is null (10.11.z)
Original-merge: 5a9a8363f45ed34b2db1f8f59c2be69ff458f8ab
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
Update file size when refreshing metadata
Original-merge: f994dd62114b17c335d508c8e5709f24009eb16e
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
Add season number fallback for OMDB and TMDB plugins
Original-merge: 618ec4543e48fc670e655eda39c2e3869be86c7b
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Bond_009 <bond.009@outlook.com>
|
|
|
|
|
|
|
|
|
|
processed (#14851)
|
|
|
|
|
|
|
|
|
|
* Correct Album Artists merge logic and Artist equality checks
Correct Album Artists merge logic in MetadataService that causes empty
metadata sources to overwrite populated Album Artists arrays. This impacted
People-to-BaseItem relationships and caused orphaned records in Peoples.
Correct equality checks to be case-sensitive so Jelly metadata exactly
matches file metadata.
* use StringComparer.Ordinal
---------
Co-authored-by: Evan <evan@MacBook-Pro.local>
|
|
|
|
|
|
|
|
|