Cody Robibero
|
b026772764
|
Move external url listing to provider for plugin use (#12279)
|
2024-07-17 09:48:31 -04:00 |
|
Cody Robibero
|
c46a50ace9
|
Add messages to LiveTvConflict exception
|
2024-06-27 23:05:45 -04:00 |
|
standstaff
|
64b7f0f721
|
chore: remove repetitive words
Signed-off-by: standstaff <zhengxingru@yeah.net>
|
2024-03-15 17:08:03 +08:00 |
|
Patrick Barron
|
b5a3c71b3a
|
Move media source code from LiveTvManager to LiveTvMediaSourceProvider
|
2024-02-23 09:57:55 -05:00 |
|
Patrick Barron
|
0370167b8d
|
Add IRecordingsManager service
|
2024-02-21 09:42:14 -05:00 |
|
Patrick Barron
|
42b052a5a6
|
Add IListingsManager service
|
2024-02-08 15:20:46 -05:00 |
|
Patrick Barron
|
34269dee58
|
Use DI for ILiveTvService
|
2024-02-02 20:13:24 -05:00 |
|
Patrick Barron
|
efd024bafe
|
Use DI for IListingsProvider
|
2024-02-02 20:13:24 -05:00 |
|
Patrick Barron
|
59c2ae944d
|
Add IGuideManager service
|
2024-01-17 09:52:11 -05:00 |
|
Patrick Barron
|
c101d287f2
|
Remove unused Live TV code
|
2024-01-15 13:29:55 -05:00 |
|
Patrick Barron
|
c23a038ba8
|
Remove unnecessary allocations in TunerHostManager
|
2024-01-15 09:37:03 -05:00 |
|
Patrick Barron
|
9c2c066e6f
|
Add ITunerHostManager service
|
2024-01-12 21:17:09 -05:00 |
|
Patrick Barron
|
82f93afa22
|
Fix More Live TV Warnings (#10818)
* Fix CA1819 in LiveTvManager
* Call ConfigureAwait in ChannelManager
|
2024-01-06 13:33:58 -07:00 |
|
Patrick Barron
|
5c593b120a
|
Don't use List directly in ITunerHost method signatures
|
2023-12-05 13:35:18 -05:00 |
|
Cody Robibero
|
892973a9e3
|
Merge branch 'master' into media-type
|
2023-11-09 22:03:55 -07:00 |
|
Cody Robibero
|
2920611ffc
|
Convert string MediaType to enum MediaType
|
2023-10-10 15:57:15 -06:00 |
|
Stepan Goremykin
|
526f9a825c
|
Make files readonly
|
2023-10-08 00:40:58 +02:00 |
|
Stepan Goremykin
|
910617bbc3
|
Remove redundant 'else' keywords
|
2023-04-06 19:38:34 +02:00 |
|
Bond_009
|
d8ec3a5470
|
Reduce usage of GetAwaiter().GetResult()
|
2023-03-14 12:05:49 +01:00 |
|
Bond_009
|
24a7e210c3
|
Optimize tryparse
* Don't check for null before
* Don't try different formats when not needed (NumberFormat.Integer is the fast path)
|
2023-02-19 16:52:29 +01:00 |
|
Bond_009
|
52194f56b5
|
Replace != null with is not null
|
2022-12-05 15:01:13 +01:00 |
|
Bond_009
|
c7d50d640e
|
Replace == null with is null
|
2022-12-05 15:00:20 +01:00 |
|
Bond_009
|
1c14c86b20
|
Fix some warnings
|
2022-02-14 14:46:04 +01:00 |
|
Bond_009
|
2dcb2f8a9f
|
Ban the usage of Task.Result
If the calling function can't be made async easily you can still use
.GetAwaiter().GetResult(), which is way easier to find in the future
|
2022-01-22 16:48:31 +01:00 |
|
Cody Robibero
|
7bfc6b5679
|
Remove more warnings
|
2021-12-27 07:38:06 -07:00 |
|
Bond_009
|
cbfa355e31
|
Update StyleCop
|
2021-12-24 18:28:27 +01:00 |
|
Cody Robibero
|
634ce40c2f
|
Merge branch 'master' into comparisons
|
2021-12-24 02:41:50 +00:00 |
|
cvium
|
b880dc8a4a
|
Use our own Contains extension
|
2021-12-20 13:31:07 +01:00 |
|
Bond_009
|
637e86478f
|
Fix some warnings
|
2021-09-03 19:32:11 +02:00 |
|
Rich Lander
|
06679eeebf
|
Fix warnings for MediaBrowser.Controller/LiveTv
|
2021-08-03 21:13:49 -07:00 |
|
Cody Robibero
|
65f8d8c0cd
|
[CA1801] Parameter is never used. Remove the parameter or use it in the method body.
|
2021-07-10 10:09:02 -06:00 |
|
BaronGreenback
|
6648b7d7da
|
Merge branch 'master' into comparisons
|
2021-06-19 15:04:30 +01:00 |
|
Bond_009
|
383c2d7374
|
Remove useless nullable directives
|
2021-06-11 23:36:10 +02:00 |
|
Cody Robibero
|
d461e3912a
|
Remove warninigs from MediaBrowser.Controller (Part 3) (#6078)
Co-authored-by: Bond-009 <bond.009@outlook.com>
|
2021-06-06 17:16:41 +02:00 |
|
crobibero
|
6bcbc2b88a
|
Reduce warnings in MediaBrowser.Controller
|
2021-05-13 07:33:11 -06:00 |
|
Cody Robibero
|
e3f55a0c54
|
Reduce warnings in MediaBrowser.Controller (#6006)
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
|
2021-05-11 13:55:46 +02:00 |
|
BaronGreenback
|
97c2c523a8
|
Merge branch 'master' into comparisons
|
2021-05-08 17:11:21 +01:00 |
|
Bond_009
|
fb090df0b5
|
Enable nullable reference types for MediaBrowser.Controller
|
2021-05-07 00:39:20 +02:00 |
|
BaronGreenback
|
80877aa945
|
Cleaned up "value assigned is not used in any execution path"
|
2021-04-17 09:27:58 +01:00 |
|
cocool97
|
86852178c2
|
Update MediaBrowser.Controller/LiveTv/ChannelInfo.cs
Co-authored-by: Cody Robibero <cody@robibe.ro>
|
2021-03-24 21:23:59 +01:00 |
|
LIAUD
|
32853ca244
|
Add 'group-title' channel parsing
|
2021-03-20 20:15:19 +01:00 |
|
crobibero
|
73f9a6d7d0
|
Convert array property to IReadOnlyList
|
2020-11-12 08:29:42 -07:00 |
|
Matt Montgomery
|
53d5f64e03
|
Fix SA1513, SA1514, SA1507, and SA1508
|
2020-09-28 15:04:31 -05:00 |
|
Bond_009
|
e653eef44f
|
Fix some warnings
|
2020-08-31 22:20:19 +02:00 |
|
Patrick Barron
|
9fa4fff15d
|
Merge branch 'master' into event-rewrite-1
# Conflicts:
# Emby.Dlna/Emby.Dlna.csproj
# Emby.Dlna/Eventing/DlnaEventManager.cs
# Emby.Dlna/Service/BaseService.cs
# Emby.Server.Implementations/ScheduledTasks/ScheduledTaskWorker.cs
# MediaBrowser.Controller/Subtitles/SubtitleDownloadEventArgs.cs
|
2020-08-24 20:04:13 -04:00 |
|
Bond_009
|
404bb4f835
|
Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release
|
2020-08-22 21:56:24 +02:00 |
|
Bond_009
|
2b400c99ef
|
Fix warnings
|
2020-08-19 17:50:50 +02:00 |
|
Patrick Barron
|
ca1f15af19
|
Move GenericEventArgs to Jellyfin.Data.Events
|
2020-08-13 20:52:55 -04:00 |
|
Bond-009
|
9af6eda0b4
|
Merge pull request #3343 from telans/comment-stops
Add full stop at end of comments (SA1629)
|
2020-06-16 11:54:58 +02:00 |
|
telans
|
247f9c61e6
|
fix SA1513/SA1516
|
2020-06-16 16:11:30 +12:00 |
|