| Age | Commit message (Collapse) | Author |
|
* Add ability to remove a ChannelMapping
Remove a ChannelMapping by selecting the same mapping again.
This should be an intuitive way to de-select a mapping which currently requires the manual editing of a config file:
https://forum.jellyfin.org/t-how-to-unmap-livetv-channels
---------
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
|
|
|
|
Fix json array string writer in JsonDelimitedArrayConverter
Original-merge: 3089e9e40aea4bfe2b99d8b8bd5fdf1dd9d37984
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
|
|
|
|
|
|
Added in .NET 5, this attribute allows for the compiler to recognize
that InitializeLan (and by extension, UpdateSettings) will initialize
the specified fields.
|
|
|
|
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
|
JsonDelimitedArrayConverter.Write
|
|
|
|
|
|
|
|
|
|
Create and use FormattingStreamWriter
Original-merge: cd2f2ca17800f71c8d94a6e043b49b7c4200e254
Merged-by: Bond-009 <bond.009@outlook.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
I think some people need to change their IDE configuration ;)
|
|
Include AVIF extension for support images
Original-merge: 5027e3cd53455f55a67fa018aaf881ca4fa4eecd
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
Fix failing test.
|
|
Fixes a bug where certain programs like the "Good Morning America" no longer have the record series button.
|
|
|
|
|
|
|
|
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>
|
|
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>
|
|
Use SharedStream for LiveTV more restrictively
Original-merge: ef985896e2f80f66321fc9dce91cbbe156f0a843
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
Filter invalid IPs on external interface matching
Original-merge: 2eece01acc32dcd14ea83e224d2bccd8060010e2
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
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>
|
|
Fix network binding
Original-merge: 430d450828123e6c369db5aff728462e2efde6fd
Merged-by: nielsvanvelzen <nielsvanvelzen@users.noreply.github.com>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
Always fallback for failed HEAD request
Original-merge: 8aee50020b42c90ef664249b03dc9bc374c7624e
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
Fix missing filename for timer
Original-merge: 3f760e6685b18a2cbc689f16300961c185d13375
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
Fix network config
Original-merge: f396a95f05f965c40bddd4cd47a1aa1ccbafaff7
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
|
|
|
|
|
|
Let AutoDiscoveryHost bind to all addresses
|
|
Signed-off-by: gnattu <gnattuoc@me.com>
|
|
Signed-off-by: gnattu <gnattuoc@me.com>
|
|
Signed-off-by: gnattu <gnattuoc@me.com>
|
|
|
|
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>
|
|
|
|
|
|
|
|
Don't decode animated images
|
|
|
|
|
|
|
|
|
|
|
|
Enable nullable for more files
|