| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-27 | Backport pull request #15113 from jellyfin/release-10.11.z | ivanjx | |
| 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> | |||
| 2025-10-13 | Handle es-419 in TMDb (#14946) | Erik W | |
| 2025-10-04 | Handle xx as TMDb no language for backdrops (#14941) | Cody Robibero | |
| 2025-09-12 | Various cleanups (#14785) | Bond-009 | |
| 2025-09-11 | Sort trailers before teasers (#14715) | theguymadmax | |
| 2025-07-27 | Preserve interpunct (ยท) (#14543) | theguymadmax | |
| 2025-06-24 | Improve cast and crew handling (#14370) | theguymadmax | |
| 2025-06-03 | Add year parameter to TMDB series cache key | theguymadmax | |
| 2025-05-18 | Fix ArgumentNullException in TmdbExternalUrlProvider (#14130) | theguymadmax | |
| 2025-03-31 | Fix Tmdb external URL generation (#13817) | Tim Eisele | |
| * Fix Tmdb external URL generation * Update MediaBrowser.Providers/Plugins/Tmdb/TmdbExternalUrlProvider.cs | |||
| 2025-03-13 | Merge pull request #13175 from Shadowghost/external-url-providers | Joshua M. Boniface | |
| Migrate to IExternalUrlProvider | |||
| 2025-03-12 | Merge branch 'master' into sort-nfo-data | Marc Brooks | |
| 2025-02-25 | Backport pull request #13611 from jellyfin/release-10.10.z | Shadowghost | |
| Remove empty ParentIndexNumber workaround Original-merge: 1daf761aece5114a6ac3b7b938f114e70b83d99e Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-02-25 | Clean up usings and honor SortName | Marc Brooks | |
| 2025-02-21 | Use TryGetProviderId where possible | Shadowghost | |
| 2025-02-20 | Migrate to IExternalUrlProvider | Shadowghost | |
| 2025-02-03 | Merge branch 'master' into sort-nfo-data | Marc Brooks | |
| 2024-11-03 | Backport pull request #12891 from jellyfin/release-10.10.z | benedikt257 | |
| Fix TMDB import failing when no IMDB ID is set for a movie Original-merge: c6629aebf871af861b42f711f12ff920117f4bce Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2024-09-18 | Sort embedded collections in Nfo files | Marc Brooks | |
| Because the Nfo files emit the collections as they are in-memory, the files are not stable in format, genres, tags, albums, people, etc. are emitted in random orders. Add ordering of the collections when emitting the Nfo files so the file remains stable (unchanged) when underlying media information doesn't change. In the process of this, it became clear that most of the providers and probes don't trim the strings like people's names, genre names, etc. so did a pass of Trim cleanup too. Specific ordering: (alphabetical/numeric ascending after trimming blanks and defaulting to zero for missing numbers) BaseItem: Directors, Writers, Trailers (by Url), Production Locations, Genres, Studios, Tags, Custom Provider Data (by key), Linked Children (by Path>LibraryItemId), Backdrop Images (by path), Actors (by SortOrder>Name) AlbumNfo: Artists, Album Artists, Tracks (by ParentIndexNumber>IndexNumber>Name) ArtistNfo: Albums (by Production Year>SortName>Name) MovieNfo: Artists Fix Debug build lint Fix CI debug build lint issue. Fix review issues Fixed debug-build lint issues. Emits the `disc` number to NFO for tracks with a non-zero ParentIndexNumber and only emit `position` if non-zero. Removed the exception filtering I put in for testing. Don't emit actors for MusicAlbums or MusicArtists Swap from String.Trimmed() to ?.Trim() Addressing PR feedback Can't use ReadOnlySpan in an async method Removed now-unused namespace | |||
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-07-17 | Add TrySetProviderId extension | Bond_009 | |
| 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-02-28 | Return backdrops with text as thumb for tmdb (#11078) | Cody Robibero | |
| 2023-12-17 | Stop saving Jellyfin API key in settings xml | Joe Rogers | |
| 2023-12-16 | Fix missing posters in collection identify | Joe Rogers | |
| 2023-12-16 | Add api key to configuration | Joe Rogers | |
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-11-08 | Merge pull request #10078 from scampower3/master | Bond-009 | |
| Combine Title and Overview for multi-episodes files for the TMDB provider | |||
| 2023-10-16 | Deep copy instead of Shallow copy | LJQ | |
| 2023-10-16 | Applied 2nd Round of Suggested Changes | LJQ | |
| 2023-10-08 | Use non nullable property type when possible | Stepan Goremykin | |
| 2023-09-11 | Applied Suggested Changes | LJQ | |
| 2023-08-04 | Removed unused imports | LJQ | |
| 2023-08-04 | Combined Title and Overview for multi-episodes files for the TMDB provider | LJQ | |
| 2023-06-28 | Use RegexGenerator where possible | Bond_009 | |
| 2023-03-25 | Convert Person.Type to use PersonKind enum (#9487) | Cody Robibero | |
| 2023-03-01 | Allocate less Lists | Bond_009 | |
| 2023-02-25 | Enable nullable for more files | Bond_009 | |
| 2023-02-24 | Update MediaBrowser.Providers/Plugins/Tmdb/TV/TmdbEpisodeImageProvider.cs | Bond-009 | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2023-02-23 | Enable nullable for more files | Bond_009 | |
| 2023-02-20 | Various fixes (#9361) | Shadowghost | |
| 2023-02-09 | remove a hardcoded DefaultAuthorization | cvium | |
| 2023-01-11 | Fix all warnings in MediaBrowser.Providers | 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-04-07 | Merge pull request #7551 from cvium/fix_trailertype | Cody Robibero | |
| fix: remove (incorrect) negation of bool expression (cherry picked from commit fec2cf5060cdfdf5fa5bbd1e88529fc373dca945) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-18 | tmdb - update available series end status | Cody Robibero | |
| 2022-03-11 | Merge pull request #6528 from oledfish/additional-episode-orders | Joshua M. Boniface | |
