aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2024-09-09cli: add option to disable network change detection (#11253)gnattu
2024-09-09Use enums for encoding options (#12561)Tim Eisele
2024-09-07Make Live TV compatibility profiles customizable (#12529)gnattu
2024-09-07Backport pull request #12550 from jellyfin/release-10.9.zBond-009
Create and use FormattingStreamWriter Original-merge: cd2f2ca17800f71c8d94a6e043b49b7c4200e254 Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2024-08-25Backport pull request #12415 from jellyfin/release-10.9.zikelos
Include AVIF extension for support images Original-merge: 5027e3cd53455f55a67fa018aaf881ca4fa4eecd Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-08-05Update XmlTvListingsProvider.csgrumpycat
Fix failing test.
2024-08-05Update XmlTvListingsProvider.csgrumpycat
Fixes a bug where certain programs like the "Good Morning America" no longer have the record series button.
2024-07-17Add TrySetProviderId extensionBond_009
2024-07-15Use real temp dir instead of cache dir for temp files (#12226)Bond-009
2024-06-27Add messages to LiveTvConflict exceptionCody Robibero
2024-06-23Backport pull request #12094 from jellyfin/release-10.9.zShadowghost
Map IPv6 mapped IPv4 addresses back to IPv4 before running checks Original-merge: f097aad01e6992d9f65d1cfe32e569a785e2918c Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-06-01Backport pull request #11910 from jellyfin/release-10.9.zBond-009
Audio normalization: parse ffmpeg output line by line Original-merge: d2be2ee480a44d3ed266d4632c3f38439b0dfaf5 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25Backport pull request #11805 from jellyfin/release-10.9.zgnattu
Use SharedStream for LiveTV more restrictively Original-merge: ef985896e2f80f66321fc9dce91cbbe156f0a843 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-25Backport pull request #11766 from jellyfin/release-10.9.zgnattu
Filter invalid IPs on external interface matching Original-merge: 2eece01acc32dcd14ea83e224d2bccd8060010e2 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11699 from jellyfin/release-10.9.zcvium
Use MediaType instead of ToString and add text/ as disallowed mimetypes Original-merge: 46c748d8884d81c5a8ff2ecb5cc1caa9beb83356 Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11671 from jellyfin/release-10.9.zShadowghost
Fix network binding Original-merge: 430d450828123e6c369db5aff728462e2efde6fd Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11668 from jellyfin/release-10.9.zgnattu
Always fallback for failed HEAD request Original-merge: 8aee50020b42c90ef664249b03dc9bc374c7624e Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-17Backport pull request #11629 from jellyfin/release-10.9.zgnattu
Fix missing filename for timer Original-merge: 3f760e6685b18a2cbc689f16300961c185d13375 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-13Backport pull request #11587 from jellyfin/release-10.9.zgnattu
Fix network config Original-merge: f396a95f05f965c40bddd4cd47a1aa1ccbafaff7 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
2024-05-12Disable nuget warning in Jellyfin.Extensions (#11536)Cody Robibero
2024-05-11Bump version to 10.10.0Jellyfin Release Bot
2024-05-08Merge pull request #11504 from jellyfin/auto-discovery-bind-all-interfacesJoshua M. Boniface
Let AutoDiscoveryHost bind to all addresses
2024-05-07Cleanup more unused codegnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-07Cleanup unused codegnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-07Let AutoDiscoveryHost bind to all addressesgnattu
Signed-off-by: gnattu <gnattuoc@me.com>
2024-05-06Add Not Implemented to m3u tunerDavid Fernandez Alcoba
2024-05-06Workarounds TV tuners rejecting HEAD methodgnattu
Fallback to the old behavior of checking path extension when 405 occurs on HEAD request. Required as the TV Tuner's http sever is not always properly implemented. Signed-off-by: gnattu <gnattuoc@me.com>
2024-04-30More efficient array creation (#11468)Bond-009
2024-04-24Use StringSplitOptions.TrimEntries where possible (#11421)Bond-009
2024-04-17fix: bind auto-discovery to multicast ip on macOS (#11368)gnattu
2024-04-14Merge pull request #11109 from crobibero/animated-webpBond-009
Don't decode animated images
2024-03-31Lowercase CollectionTypeOptions to match legacy experience (#11272)Cody Robibero
2024-03-30Catch exceptions in auto discovery (#11252)Cody Robibero
2024-03-30fix: add image count check to splash screen generation (#11245)Mikal S
2024-03-23fix: use a more recent UA (#11199)gnattu
2024-03-22feat(i18n): transliterate item name before sorting (#11172)Gary Wang
2024-03-17Merge pull request #11149 from Bond-009/nullable4Bond-009
Enable nullable for more files
2024-03-13Enable nullable for more filesBond_009
2024-03-12Calculate blurhash for svgCody Robibero
2024-03-04Don't decode animated imagesCody Robibero
2024-03-04Add MediaStreamProtocol enum (#10153)Niels van Velzen
* Add MediaStreamProtocol enum * Add default handling for enum during deserialization --------- Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-03-03Precache livetv program images (#11083)Cody Robibero
* Precache livetv program images * return if cache hit * use EnsureSuccessStatusCode * Read proper bytes
2024-03-01Use ArgumentExceptionCody Robibero
2024-02-28Add support for converting from svg to other image typesCody Robibero
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-02-23Move media source code from LiveTvManager to LiveTvMediaSourceProviderPatrick Barron
2024-02-23Move TimerInfo start time logic out of RecordingHelperPatrick Barron
2024-02-23Rename EmbyTV to DefaultLiveTvServicePatrick Barron
2024-02-23Rename LiveTvHost to RecordingsHost and move to recordings folderPatrick Barron