jellyfin/BDInfo
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
..
Properties Mayor code cleanup 2019-01-10 20:38:53 +01:00
BDInfo.csproj Mayor code cleanup 2019-01-10 20:38:53 +01:00
BDInfoSettings.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
BDROM.cs Mayor code cleanup 2019-01-10 20:38:53 +01:00
LanguageCodes.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
ReadMe.txt more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecAC3.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecAVC.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecDTS.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecDTSHD.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecLPCM.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecMPEG2.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecMVC.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecTrueHD.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSCodecVC1.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSInterleavedFile.cs update bdinfo portable targeting 2016-10-30 02:36:14 -04:00
TSPlaylistFile.cs Update to 3.5.2 and .net core 2.1 2018-09-12 19:26:21 +02:00
TSStream.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSStreamBuffer.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSStreamClip.cs more steps to make provider project portable 2016-10-26 15:29:56 -04:00
TSStreamClipFile.cs update portable projects 2016-11-08 13:44:23 -05:00
TSStreamFile.cs Update to 3.5.2 and .net core 2.1 2018-09-12 19:26:21 +02:00

ReadMe.txt

The source is taken from the BDRom folder of this project:

http://www.cinemasquid.com/blu-ray/tools/bdinfo

BDInfoSettings was taken from the FormSettings class, and changed so that the settings all return defaults.