| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 days | Merge pull request #15538 from KarkaLT/master | Niels van Velzen | |
| Add subtitle extraction timeout configuration option | |||
| 2025-11-18 | Disable legacy authorization methods by default | Niels van Velzen | |
| 2025-11-17 | Add subtitle extraction timeout configuration option | Karolis | |
| 2025-03-28 | feat: allow grouping shows into collections (#13236) | Johannes Heuel | |
| * feat: allow grouping shows into collections * add pre-startup routine to rename EnableGroupingIntoCollections * Update Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs | |||
| 2025-03-27 | Implement limiting caches (#13605) | Cody Robibero | |
| * Implement basic expiring cache for LibraryManager * Add expiring cache to more places * Rider why * Make DirectoryService caches static * Use FastConcurrentLru * Reduce default cache size * Simplify DirectoryService caches * Make directory service cache size at least 128 | |||
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 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> | |||
| 2025-01-11 | Add option to disable deprecated legacy authorization options (#13306) | Niels van Velzen | |
| 2024-12-01 | Removed RemoveOldPlugins configuration flag (#13102) | RealGreenDragon | |
| 2024-11-24 | Fix typo in LibraryOptions | Niels van Velzen | |
| 2024-09-24 | Move GetCustomTagDelimiters to Extension | gnattu | |
| 2024-09-24 | Sanitize CustomTagDelimiters server side | gnattu | |
| The API requires an array type and does not support runtime generated default value. Use server side helper function to sanitize it into char. | |||
| 2024-09-19 | Enable HEVC RExt HW decoding for 4:2:2/4:4:4 content (#12664) | Nyanmisaka | |
| 2024-09-09 | Use enums for encoding options (#12561) | Tim Eisele | |
| 2024-09-07 | Add non-standard multi-value audio tag support (#12385) | gnattu | |
| 2024-09-07 | Feature/media segments plugin api (#12359) | JPVenson | |
| 2024-09-07 | Enhance Trickplay (#11883) | Tim Eisele | |
| 2024-09-07 | Remove left-over network path references (#12446) | Niels van Velzen | |
| 2024-09-04 | Merge pull request #12384 from evanjarrett/qsv-renderdevice | Bond-009 | |
| Update QSV device args to use the renderNodePath | |||
| 2024-08-05 | Add missing lyric fetcher settings from library options | Cody Robibero | |
| 2024-08-03 | use string.Empty | Evan Jarrett | |
| 2024-08-03 | Add a new EncodingOption for QsvDevice | Evan Jarrett | |
| 2024-07-17 | Add option to extract keyframe only during trickplay image generation | gnattu | |
| This would be significantly faster than decoding every frame, but it does have compatibility issues. Not all decoders support this mode, notably the VP9 decoder, CUVID decoders, and QSV decoders. Some videos with very long key-frame intervals may also perform poorly with this mode, as the image timing could become too inaccurate to reflect the actual frame. Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-05-10 | Default to not extract lyrics (#11523) | gnattu | |
| 2024-05-05 | Don't close inactive session on default (#11491) | gnattu | |
| 2024-04-24 | Always scan ReplayGain tag (#11418) | Bond-009 | |
| 2024-03-28 | fix: move trickplay specific option into TrickplayOptions (#11229) | gnattu | |
| 2024-03-17 | Add ability to enable/disable libraries (#11037) | btopherjohnson | |
| Co-authored-by: Bond-009 <bond.009@outlook.com> Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2024-03-09 | Merge pull request #11014 from gnattu/vf-videotoolbox | Cody Robibero | |
| 2024-02-29 | fix: stack overflow | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-02-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-02-16 | feat: separate videotoolbox tone mapping option | gnattu | |
| Signed-off-by: gnattu <gnattuoc@me.com> | |||
| 2024-01-06 | Add option to use replaygain tags for audio (#10566) | TelepathicWalrus | |
| * Add option to use replaygain tags for audio * Change regex to be specific * Use ffprobe for faster metadata grabs * Change regex to .Match | |||
| 2023-10-21 | fix indentation after merge | herby2212 | |
| 2023-10-21 | update to current master to resolve merge conflict | herby2212 | |
| 2023-10-18 | Merge branch 'master' into trickplay | Nick | |
| 2023-10-07 | integrate development from v1 | herby2212 | |
| 2023-09-23 | Migrate to customizable cast receiver config | Cody Robibero | |
| 2023-07-01 | Merge pull request #9447 from Bond-009/disablerealtimemonitor | Claus Vium | |
| Disable real time monitoring by default | |||
| 2023-06-28 | Merge branch 'master' into trickplay | Nick | |
| 2023-06-28 | Merge pull request #9907 from nyanmisaka/av1e | Bond-009 | |
| 2023-06-26 | Minor code changes | Nick | |
| 2023-06-22 | Change default threads to 1 | Nick | |
| 2023-06-22 | crobibero styling, format, code suggestions | Nick | |
| 2023-06-22 | Change defaults | Nick | |
| 2023-06-22 | HashSet datatype was causing default values to always be added on server start | nicknsy | |
| 2023-06-22 | Use config values | nicknsy | |
| 2023-06-22 | Options | nicknsy | |
| 2023-06-22 | IsAutomated not set on copy | nicknsy | |
| 2023-06-22 | Trickplay generation, manager, storage | nicknsy | |
