| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-09 | fix(Session): don't query DB if queue hasn't changed (#14244) | Sid K | |
| 2025-03-28 | Add profile condition to limit the number of streams (#13583) | Dmitry Lyzo | |
| 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-12 | Add option to always burn in subtitles if transcoding is triggered (#12430) | gnattu | |
| 2024-09-09 | Use enums for encoding options (#12561) | Tim Eisele | |
| 2024-08-30 | Remove BOM from UTF-8 files | Bond_009 | |
| I think some people need to change their IDE configuration ;) | |||
| 2024-07-29 | Enable nullable for UserItemData | Bond_009 | |
| MetadataResult.GetOrAddUserData doesn't ever get used and is probably broken since the migration to .NET Core as it still expects a Guid for userId | |||
| 2024-03-27 | Fix default values missing in ClientCapabilities(Dto) (#11232) | Niels van Velzen | |
| 2024-02-21 | Merge pull request #10934 from dkacperski97/session-shuffle-mode | Bond-009 | |
| Add PlaybackOrder to Session state | |||
| 2024-02-09 | Add PlaybackOrder to Session state | Damian Kacperski | |
| 2024-02-06 | Fix some incompatible API deprecations | Niels van Velzen | |
| 2024-02-01 | Add a new HWA type RKMPP | nyanmisaka | |
| Signed-off-by: nyanmisaka <nst799610810@gmail.com> | |||
| 2024-01-06 | Remove some unused client capabilities and sync code (#10812) | Niels van Velzen | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2022-06-29 | Merge pull request #7947 from nyanmisaka/video-range-condition | Cody Robibero | |
| (cherry picked from commit f1d56aa5cef4c60021e0b29c5d9fb3adf384fda7) Signed-off-by: Joshua Boniface <joshua@boniface.me> | |||
| 2022-06-14 | Merge pull request #7885 from iwalton3/fix-navigation-buttons | Claus Vium | |
| Prevent 400 error when using navigation buttons. (cherry picked from commit 8b69b0f5217e7dcda395449a56d59571b264b2a6) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-06-06 | Merge pull request #7781 from crobibero/live-tv-infinite | Cody Robibero | |
| (cherry picked from commit 77c73e241fe1705528e3ffbb42f074c46240b9fb) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 2022-03-26 | Fix TranscodeReasons property name | Cody Robibero | |
| 2022-03-06 | Remove TranscodeReason.None, Add JsonFlagEnum tests | Cody Robibero | |
| 2022-03-06 | Clean up EnumFlags serialization | Cody Robibero | |
| 2022-03-06 | Series: issue-6450 | Isaac Gordezky | |
| Issue: https://github.com/jellyfin/jellyfin/issues/6450 Enable DirectPlay responses Rewrite DirectPlay and DirectStream resolution Prefer copy transcode video codec options Enhance condition processor Support DirectStream and Transcode with parity Rework audio stream selection and add tests for ExternalAudio Update MediaInfoHelper to only call StreamBuilder once | |||
| 2022-03-06 | Convert TranscodeReason to Flags | Isaac Gordezky | |
| 2022-03-05 | Remove the deprecated OMX and MMAL HWA | nyanmisaka | |
| 2022-02-28 | Add JsonConstructor | Cody Robibero | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-21 | Force a remux/transcode with external audio files | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-07-11 | Add int values to HardwareEncodingType enum | Brandon Nguyen | |
| 2021-07-05 | Use nullable enum type instead of strings | Brandon Nguyen | |
| 2021-07-03 | Use hardware encoding string over boolean | Brandon Nguyen | |
| 2021-07-03 | Add hardware encoding status to playback data | Brandon Nguyen | |
| Resolves #6087 | |||
| 2021-03-29 | Fix spacing requirement for MessageCommand. | Brian Arnold | |
| 2021-03-29 | Added Required attribute to Text property of MessageCommand. | Brian Arnold | |
| 2021-02-20 | Enable TreatWarningsAsErrors for MediaBrowser.Model | Bond_009 | |
| 2021-01-05 | Fix capitalization of Playstate message | Bill Thornton | |
| 2020-11-21 | Convert ClientCapabilities to a Dto with JsonConverters | crobibero | |
| 2020-10-08 | fix casing | crobibero | |
| 2020-10-07 | Add missing general commands for Kodi | crobibero | |
| 2020-10-07 | Add missing general commands | crobibero | |
| 2020-10-05 | Merge pull request #4210 from nielsvanvelzen/typed-websocket-message | Bond-009 | |
| Use enum for WebSocket message types | |||
| 2020-10-01 | feat: convert supportedCommands strings to enums | github@esslinger.dev | |
| 2020-09-28 | Fix SA1513, SA1514, SA1507, and SA1508 | Matt Montgomery | |
| 2020-09-27 | Use SessionMessageType for WebSocket messages | Niels van Velzen | |
| 2020-09-21 | Use GeneralCommandType enum in GeneralCommand name | Niels van Velzen | |
| 2020-09-02 | Remove ServiceStack and related stuff | Claus Vium | |
| 2020-08-21 | Fix dlna play to | crobibero | |
| 2020-06-16 | Merge pull request #3343 from telans/comment-stops | Bond-009 | |
| Add full stop at end of comments (SA1629) | |||
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-06-16 | Add full stop at end of comments (SA1629) | telans | |
