| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-03-25 | Fix #16308: Community ratings not updating after changing .nfo file. | Francisco Ernesto Planas Pestana | |
| When "replace all metadata" was issued on a film, with the Web metadata scrapers and "save to local metadata" disabled, after changing the .nfo file, 'Community rating' was not updated in the server, remaining the cached value. Fixed by changing the flag on the 'MergeData' call (line 809 - MetadataService.cs) to use the option defined by the user and not the erroneous absolute 'false' value. Also, in the .nfo parser an option for 'communityrating' was added along with value conformity verifiers. Validation tests were added. | |||
| 2025-10-13 | Fix exception when saving user data to NFO files (#14993) | theguymadmax | |
| 2025-10-08 | also apply provider normalisation on uniqueid type tag | KGT1 | |
| 2025-10-08 | map tmdbcol nfo property to TmdbCollection | KGT1 | |
| 2025-03-31 | Use pattern matching for null checks (#13793) | Bond-009 | |
| Fix the few that slipped through | |||
| 2025-02-03 | Backport pull request #13167 from jellyfin/release-10.10.z | Shadowghost | |
| Fix NFO ID parsing Original-merge: f0e9b2fb96b35dab4c6881e5059ef23f6c3c86c7 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-03 | Backport pull request #13092 from jellyfin/release-10.10.z | TheMelmacian | |
| Fix: handling of <set> elements in NfoParser Original-merge: f333ef74b3cc8444e12ac1210f94daf59c766969 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-01-25 | chore: fix spelling | Josh Soref | |
| * a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> | |||
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-08-30 | Clean up UserDataManager | Bond_009 | |
| * enable nullable * remove unused methods * fix warnings and docs | |||
| 2024-07-30 | Fix: parsing of xbmc style multi episode nfo files (#12268) | TheMelmacian | |
| 2024-07-17 | Add TrySetProviderId extension | Bond_009 | |
| 2024-06-23 | Backport pull request #12120 from jellyfin/release-10.9.z | Shadowghost | |
| Do not override <year> if <releasedate> is set Original-merge: bf53f1ae385bd7631b0213182a155b109cd2bf10 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-06-01 | Backport pull request #11719 from jellyfin/release-10.9.z | Shadowghost | |
| Move NFO series season name parsing to own local provider Original-merge: a53ea029fade01a18e8e525543b5cda14e16533a Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-17 | Backport pull request #11648 from jellyfin/release-10.9.z | Shadowghost | |
| Fix series status parsing Original-merge: c6c48a2b474012f6e4464b743a937c522f15e04d Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-05-17 | Backport pull request #11647 from jellyfin/release-10.9.z | Shadowghost | |
| Fix season names Original-merge: 2da06bc0b10edcdb43618684396828afa4100b44 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-04-30 | More efficient array creation (#11468) | Bond-009 | |
| 2024-01-17 | Removing unnecessary array initialization | Martin Vandenbussche | |
| 2024-01-16 | Apply suggestions from code review | Martin Vandenbussche | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-01-15 | Adding support for proper trailer STRM URL format, along with the deprecated ↵ | Martin Vandenbussche | |
| format | |||
| 2023-10-12 | Merge branch 'master' into fix-resharper-warnings | Stepan Goremykin | |
| # Conflicts: # Emby.Server.Implementations/Net/SocketFactory.cs # RSSDP/SsdpCommunicationsServer.cs # RSSDP/SsdpDeviceLocator.cs # RSSDP/SsdpDevicePublisher.cs | |||
| 2023-10-10 | Merge branch 'master' into xml-parsing-cleanup | Patrick Barron | |
| 2023-10-10 | Combine Title and Overview for multi-episodes files for NFO file (#10080) | scampower3 | |
| 2023-10-08 | Remove redundant using directives | Stepan Goremykin | |
| 2023-10-08 | Remove redundant verbatim string prefixes | Stepan Goremykin | |
| 2023-10-06 | Remove logger parameter from XmlReaderExtensions.TryReadDateTime | Patrick Barron | |
| 2023-10-06 | More miscellaneous cleanup | Patrick Barron | |
| 2023-10-06 | Add TryReadInt to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add ReadNormalizedString to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add TryParseDateTime and TryParseDateTimeExact to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add GetStringArray and GetPersonArray to XmlReaderExtensions | Patrick Barron | |
| 2023-10-06 | Add XmlReader.GetPersonFromXmlNode | Patrick Barron | |
| 2023-05-20 | Implement NFO named season parsing | Shadowghost | |
| 2023-04-06 | Use TryAdd | Stepan Goremykin | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-07 | Ignore avg critic rating Rotten Tomatoes | Bond_009 | |
| 2023-02-19 | Optimize tryparse | Bond_009 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2023-01-25 | Save modified userData after parsing an nfo in case of "watched", ↵ | ProfessionalismIsMyMiddleName | |
| "playcount" or "lastplayed" tags. | |||
| 2022-12-07 | Use ArgumentException.ThrowIfNullOrEmpty | Bond_009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-11-17 | Apply review suggestions | Shadowghost | |
| 2022-11-17 | Add xmldocs for TMDb provider, correct provider spelling | Shadowghost | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 2022-02-08 | Fix nfo thumb tags without aspect | David Ullmer | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-11-17 | Read past empty elements | cvium | |
| 2021-11-09 | Fix some warnings | Bond_009 | |
| down to 580 | |||
| 2021-11-04 | Make sure ReadToDescendant was successful, #6773 | cvium | |
| 2021-09-26 | Remove all instances of en-US culture | Cody Robibero | |
