Nyanmisaka
b496f979f0
Clean up deprecated -vsync option ( #12765 )
1 month ago
gnattu
b4f71859d9
Make Live TV compatibility profiles customizable ( #12529 )
2 months ago
Bond_009
97a02f5803
Remove BOM from UTF-8 files
...
I think some people need to change their IDE configuration ;)
3 months ago
grumpycat
845ebc5e62
Update XmlTvListingsProvider.cs
...
Fix failing test.
3 months ago
grumpycat
a5ae5600ce
Update XmlTvListingsProvider.cs
...
Fixes a bug where certain programs like the "Good Morning America" no longer have the record series button.
3 months ago
Bond_009
ecd2dab0a2
Add TrySetProviderId extension
4 months ago
Cody Robibero
c46a50ace9
Add messages to LiveTvConflict exception
5 months ago
gnattu
876ae44b8a
Backport pull request #11805 from jellyfin/release-10.9.z
...
Use SharedStream for LiveTV more restrictively
Original-merge: ef985896e2
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
cvium
01946c6ef5
Backport pull request #11699 from jellyfin/release-10.9.z
...
Use MediaType instead of ToString and add text/ as disallowed mimetypes
Original-merge: 46c748d888
Merged-by: joshuaboniface <joshua@boniface.me>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
gnattu
e109e54949
Backport pull request #11668 from jellyfin/release-10.9.z
...
Always fallback for failed HEAD request
Original-merge: 8aee50020b
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
gnattu
9b978578ce
Backport pull request #11629 from jellyfin/release-10.9.z
...
Fix missing filename for timer
Original-merge: 3f760e6685
Merged-by: crobibero <cody@robibe.ro>
Backported-by: Joshua M. Boniface <joshua@boniface.me>
6 months ago
David Fernandez Alcoba
bfa498799b
Add Not Implemented to m3u tuner
6 months ago
gnattu
e355c7bfb5
Workarounds TV tuners rejecting HEAD method
...
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>
6 months ago
Bond-009
3feb3f81bf
More efficient array creation ( #11468 )
7 months ago
Bond-009
ac108690a8
Use StringSplitOptions.TrimEntries where possible ( #11421 )
7 months ago
Cody Robibero
3ade3a8e63
Lowercase CollectionTypeOptions to match legacy experience ( #11272 )
8 months ago
gnattu
564fdfec93
fix: use a more recent UA ( #11199 )
8 months ago
Bond_009
651681c276
Enable nullable for more files
8 months ago
Cody Robibero
f7f3ad9eb7
Precache livetv program images ( #11083 )
...
* Precache livetv program images
* return if cache hit
* use EnsureSuccessStatusCode
* Read proper bytes
9 months ago
Patrick Barron
b5a3c71b3a
Move media source code from LiveTvManager to LiveTvMediaSourceProvider
9 months ago
Patrick Barron
3b341c06db
Move TimerInfo start time logic out of RecordingHelper
9 months ago
Patrick Barron
cac7ff84ca
Rename EmbyTV to DefaultLiveTvService
9 months ago
Patrick Barron
fa6d859a51
Rename LiveTvHost to RecordingsHost and move to recordings folder
9 months ago
Patrick Barron
3beb10747f
Move GetNfoConfiguration to LiveTvConfigurationExtensions
9 months ago
Patrick Barron
31f285480a
Move RecordingNotifier to recordings folder
9 months ago
Patrick Barron
d96fec2330
Move RecordingHelper to recordings folder
9 months ago
Patrick Barron
170b8b2550
Use WaitForExitAsync instead of Exited for recording cleanup
9 months ago
Patrick Barron
0370167b8d
Add IRecordingsManager service
9 months ago
Patrick Barron
7baf2d6c6b
Add RecordingsMetadataManager service
9 months ago
Patrick Barron
ca1a8ced48
Move IO code to separate folder
9 months ago
Patrick Barron
e13ccfe854
Move timer services to separate folder
9 months ago
Patrick Barron
dfe82a7472
Use DI for timer managers
9 months ago
Patrick Barron
3bdaf640ec
Remove unnecessary JSON roundtrip in SaveListingProvider
9 months ago
Patrick Barron
1c11c460b9
Use ValueTuple in GetListingsProviders
9 months ago
Patrick Barron
1a24d26dac
Move EpgChannelData to Listings folder
9 months ago
Patrick Barron
42b052a5a6
Add IListingsManager service
9 months ago
Cody Robibero
20f05f8103
Merge pull request #10847 from barronpm/schedulesdirect-fix
...
SchedulesDirect fix
9 months ago
Patrick Barron
c9311c9e7e
Use IHostedService for Live TV
9 months ago
Patrick Barron
24b4d02596
Convert RecordingNotifier to IHostedService
9 months ago
Patrick Barron
0960438065
Remove ActionableProgress
9 months ago
Patrick Barron
8698b90594
Remove SimpleProgress
9 months ago
Patrick Barron
584636bdd8
Don't dispose HttpClients
9 months ago
Cody Robibero
ccfc85af11
Merge pull request #10951 from barronpm/livetv-di
...
Live TV DI
9 months ago
Mark Cilia Vincenti
f26fc7dfb2
Merge changes
9 months ago
Patrick Barron
34269dee58
Use DI for ILiveTvService
10 months ago
Patrick Barron
775b7eadef
Kill circular dependency between LiveTvManager and EmbyTV
10 months ago
Patrick Barron
efd024bafe
Use DI for IListingsProvider
10 months ago
Patrick Barron
604f4b2742
Log SchedulesDirect response on request error
10 months ago
Patrick Barron
f0a9639c17
Remove pointless code
10 months ago
Patrick Barron
75c2de110e
Remove useless comment
10 months ago