| Age | Commit message (Collapse) | 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 | |
| Co-authored-by: gitteric <you@example.com> | |||
| 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 | |
| * Don't check for null before * Don't try different formats when not needed (NumberFormat.Integer is the fast path) | |||
| 2022-10-06 | Use ArgumentNullException.ThrowIfNull helper method | Bond_009 | |
| Did a simple search/replace on the whole repo (except the RSSDP project) This reduces LOC and should improve performance (methods containing a throw statement don't get inlined) ``` if \((\w+) == null\) \s+\{ \s+throw new ArgumentNullException\((.*)\); \s+\} ``` ``` ArgumentNullException.ThrowIfNull($1); ``` | |||
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 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 | |
| Sets the ExtInf display name to have a higher precedence than the `tvg-name` attribute for channel names. Usually `namInExtInf` is a more descriptive and human readable name if both it and `tvg-name` are available. `tvg-name` is more likely to be an internal identifier such as just the channel number with a prefix in my provider's case. | |||
| 2021-08-06 | Add comment | MrChip53 | |
| 2021-08-06 | Update Emby.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs | Chris Simoni | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 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 | |
| Reduced allocations by replacing string.Substring with ReadOnlySpan<char>.Slice | |||
| 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 | |
| Fix warnings | |||
| 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 | |
| * Remove useless runtime check (we only support one) * Remove unused args * Remove a global constant And ofc fix some warnings ;) | |||
| 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 | |
| Update internal versioning and user agents. | |||
| 2019-01-20 | Revert Jellyfin.Versioning, Update all versions and user agents. | Erwin de Haan | |
