index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Emby.Server.Implementations
/
LiveTv
/
TunerHosts
/
M3uParser.cs
Age
Commit message (
Expand
)
Author
2024-01-09
Move LiveTv to separate project
Patrick Barron
2023-12-05
Use ConfigureAwait in M3uParser
Patrick Barron
2023-10-02
allow repeated same tv guide m3u channels , issue 6527
Hagay Goshen
2023-06-28
Use RegexGenerator where possible
Bond_009
2023-04-06
Inline out variable declaration
Stepan Goremykin
2023-03-12
Fall back to using "logo" attrib if "tvg-logo" is mssing in M3U-tuner (#9475)
gitteric
2023-02-20
Improve alternate ordering (#9336)
Bond-009
2023-02-20
StringComparison.Ordinal instead of StringComparison.OrdinalIgnoreCase
Bond_009
2023-02-19
Optimize tryparse
Bond_009
2022-10-06
Use ArgumentNullException.ThrowIfNull helper method
Bond_009
2022-08-15
Fix various typos
luz paz
2021-11-15
Fix some warnings
Bond_009
2021-09-19
Reduce allocations
Bond_009
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-08-31
Update M3U Channel Name Precedence
Mark Titorenkov
2021-08-06
Add comment
MrChip53
2021-08-06
Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs
Chris Simoni
2021-08-04
Properly stream M3U file over http
MrChip53
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-05-28
Fix some warnings
Bond_009
2021-05-20
Enable nullable reference types for Emby.Server.Implementations
Bond_009
2021-05-06
Use new ReadAllLines extensions
Bond_009
2021-04-17
Remove unused using directives
BaronGreenback
2021-03-20
Add 'group-title' channel parsing
LIAUD
2021-02-13
Minor improvements
Bond_009
2020-12-02
Minor improvements
Bond_009
2020-11-18
Fixes spelling.
Greenback
2020-11-17
Pass cancellation where possible
Bond_009
2020-11-14
Access last element by index where possible
Bond_009
2020-11-01
Set UserAgent when getting M3u playlist
crobibero
2020-08-31
migrate to IHttpClientFactory in M3uParser
crobibero
2020-07-22
Review usage of string.Substring (part 1)
Bond_009
2020-06-15
fix SA1508
telans
2020-06-15
fix SA1005
telans
2020-04-01
Address comments
Bond_009
2020-02-06
Fix some warnings in Emby.Server.Implementations
Bond_009
2020-01-31
Fix warnings
Bond_009
2019-08-10
Merge pull request #1612 from Bond-009/warn4
dkanada
2019-08-09
Use CultureInvariant string conversion for Guids
Bond-009
2019-08-09
Fix more warnings
Bond_009
2019-03-25
Simplify/remove/clean code
Bond-009
2019-02-16
Merge branch 'master' into fields
Bond-009
2019-02-11
combining some of the if's and adressing #820
Felix Ruhnow
2019-02-10
Adding support for "tvg-chno"-Tag in M3U Channel Lists
Felix Ruhnow
2019-02-09
Removed some unused fields
Bond_009
2019-01-28
Unwrapped `OpenRead` and `CopyFile`
Erwin de Haan
2019-01-19
Fix User-Agent
Andrew Rabert
2019-01-19
Rename ApplicationSemanticVersion to ApplicationVersion
Andrew Rabert
2019-01-19
Merge pull request #508 from EraYaN/api-version-reporting
Andrew Rabert
2019-01-20
Revert Jellyfin.Versioning, Update all versions and user agents.
Erwin de Haan
[next]