Commit graph

24 commits

Author SHA1 Message Date
Erwin de Haan ec1f5dc317 Mayor code cleanup
Add Argument*Exceptions now use proper nameof operators.

Added exception messages to quite a few Argument*Exceptions.

Fixed rethorwing to be proper syntax.

Added a ton of null checkes. (This is only a start, there are about 500 places that need proper null handling)

Added some TODOs to log certain exceptions.

Fix sln again.

Fixed all AssemblyInfo's and added proper copyright (where I could find them)

We live in *current year*.

Fixed the use of braces.

Fixed a ton of properties, and made a fair amount of functions static that should be and can be static.

Made more Methods that should be static static.

You can now use static to find bad functions!

Removed unused variable. And added one more proper XML comment.
2019-01-10 20:38:53 +01:00
Bond_009 0f8b3c6347 Use Microsoft.Extensions.Logging abstraction 2018-12-30 22:44:38 +01:00
Luke Pulverenti f4765a87cc update m3u tuner 2017-08-20 15:10:00 -04:00
Luke Pulverenti 31841a31a9 3.2.26.7 2017-07-30 14:02:25 -04:00
Luke Pulverenti 7bc2a9a081 update people editing 2017-06-06 02:13:49 -04:00
Luke Pulverenti 33014f77aa update GetItems method 2017-05-26 02:48:54 -04:00
Luke Pulverenti e6178a65f9 rework tuner channel id 2017-03-26 00:21:32 -04:00
Luke Pulverenti b2f7352094 improve m3u parsing 2017-03-25 18:08:43 -04:00
Luke Pulverenti c33b12ba7d update m3u channel mapping 2017-02-23 14:13:26 -05:00
Luke Pulverenti 34171a7507 if (string.IsNullOrWhiteSpace(result))
{
                attributes.TryGetValue("channel-id", out result);
            }
2017-02-22 16:13:27 -05:00
Luke Pulverenti 851364f84f rework guide mappings 2017-02-04 18:32:16 -05:00
Luke Pulverenti 39e8e3cbe7 dummy up m3u channel numbers 2017-02-01 15:56:41 -05:00
Luke Pulverenti 1d849e3f25 update xmltv parsing 2017-02-01 02:47:12 -05:00
Luke Pulverenti 8f780269cb update m3u parsing 2017-01-25 15:14:47 -05:00
Luke Pulverenti cf470529b1 update video osd 2017-01-25 02:04:34 -05:00
Luke Pulverenti 23070fa67c update m3u parsing 2017-01-24 01:20:06 -05:00
Luke Pulverenti a3b9d33248 key m3u based on tvgid 2017-01-23 16:51:23 -05:00
Luke Pulverenti 95ceddb7d9 update m3uparser 2017-01-14 14:57:08 -05:00
Luke Pulverenti 4a73875ef3 update m3u parser 2017-01-13 23:31:43 -05:00
Luke Pulverenti 1cb7a1b49c add m3u unit test 2017-01-13 22:46:02 -05:00
Luke Pulverenti 63a69cdc60 improve m3u channel list parsing 2016-12-07 15:03:00 -05:00
Luke Pulverenti ca86eb5708 removed dead code 2016-11-27 18:38:33 -05:00
Luke Pulverenti 7f51f27014 update m3u name parsing 2016-11-27 15:52:24 -05:00
Luke Pulverenti d5ea8ca3ad move classes to portable 2016-11-03 19:35:19 -04:00
Renamed from MediaBrowser.Server.Implementations/LiveTv/TunerHosts/M3uParser.cs (Browse further)