aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV/Season.cs
AgeCommit message (Collapse)Author
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-06-18Fix seasons random (#13224)Maxime
Sorting was always enabled so removed the `enableSorting` parameter in QueryResult method.
2025-03-27Add channel queries to series (#13356)Kevin Jilissen
Currently, the IChannel interface can deliver channel result folders which are interpreted as series and seasons. However, Jellyfin does not query for the contents of these folders when viewing said serie of season. This results in empty series in the API.
2025-03-25Fixed namespacesJPVenson
2025-03-23Rework season folder parsing (#11748)Tim Eisele
2025-01-28Remove useless checks and dead code (#13405)Bond-009
* Remove useless checks and dead code * Enable adaptive bitrate streaming again * Disable adaptive bitrate streaming by default
2025-01-22Remove useless checks and dead codeBond_009
2024-10-10Readded custom serialisationJPVenson
2024-08-22Pass Series Display Order information to SeasonInfoLJQ
2024-06-01Backport pull request #11806 from jellyfin/release-10.9.zShadowghost
Return missing episodes for series when no user defined Original-merge: ae584beaac0123f6a722f341a4e12b8f8fbcaf34 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-08-15Fix various typos luz paz
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-06-06Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)Cody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-21Improve perf of db save and queryBond_009
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009
Add full stop at end of comments (SA1629)
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-05-26Make SonarCloud less angryPatrick Barron
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2019-10-15Fix Json serialization errorBond_009
2019-01-28Unwrapped GetDirectoryName and DirectorySeperatorCharErwin de Haan
2019-01-13ReSharper Reformat: Properties to expression bodied form.Erwin de Haan
2019-01-13Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.ControllerErwin de Haan
2019-01-13Visual Studio Reformat: MediaBrowser.ControllerErwin de Haan
2019-01-03Post GPL cleanupBond_009
2018-12-27Add GPL modulesAndrew Rabert
2018-09-12Update to 3.5.2 and .net core 2.1stefan
2017-10-22restore GetImageSize methodLuke Pulverenti
2017-08-24update active recordingsLuke Pulverenti
2017-08-19update live tv data transferLuke Pulverenti
2017-06-12add hevc cuvidLuke Pulverenti
2017-06-03update live tv startupLuke Pulverenti
2017-05-29update sortname generationLuke Pulverenti
2017-05-26update GetItems methodLuke Pulverenti
2017-05-21query fixesLuke Pulverenti
2017-05-21update data queriesLuke Pulverenti
2017-05-05update file responsesLuke Pulverenti
2017-05-04improve smb supportLuke Pulverenti
2017-02-18clean related files when deleting itemsLuke Pulverenti
2017-02-10support dummied up image a/r'sLuke Pulverenti
2016-12-11fix db locking errorsLuke Pulverenti
2016-12-06update series queriesLuke Pulverenti