You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
internalreadonlyBooleanInputAntiModchipInput=new(_antiModchipName,["--anti-modchip"],"Filter by anti-modchip status");
42
+
43
+
privateconststring_barcodeName="barcode";
44
+
internalreadonlyFlagInputBarcodeInput=new(_barcodeName,["--barcode"],"Filter by missing barcodes");
45
+
46
+
privateconststring_categoryName="category";
47
+
internalreadonlyStringInputCategoryInput=new(_categoryName,["--category"],"Filter by disc category");
48
+
49
+
privateconststring_commentsName="comments";
50
+
internalreadonlyFlagInputCommentsInput=new(_commentsName,["--comments"],"Filter by comments only, incompatible with --contents and --protection");
51
+
52
+
privateconststring_contentsName="contents";
53
+
internalreadonlyFlagInputContentsInput=new(_contentsName,["--contents"],"Filter by contents only, incompatible with --comments and --protection");
54
+
55
+
privateconststring_discTypeName="disctype";
56
+
internalreadonlyStringInputDiscTypeInput=new(_discTypeName,["--disc-type"],"Filter by disc type, requires --system (cd, dvd)");
57
+
58
+
privateconststring_dumperName="dumper";
59
+
internalreadonlyStringInputDumperInput=new(_dumperName,["--dumper"],"Filter by dumper");
60
+
61
+
privateconststring_edcName="edc";
62
+
internalreadonlyBooleanInputEdcInput=new(_edcName,["--edc"],"Filter by EDC status");
63
+
64
+
privateconststring_editionName="edition";
65
+
internalreadonlyStringInputEditionInput=new(_editionName,["--edition"],"Filter by edition");
66
+
67
+
privateconststring_errorsName="errors";
68
+
internalreadonlyStringInputErrorsInput=new(_errorsName,["--errors"],"Filter by errors");
69
+
70
+
privateconststring_languageName="language";
71
+
internalreadonlyStringInputLanguageInput=new(_languageName,["--language"],"Filter by language");
72
+
73
+
privateconststring_letterName="letter";
74
+
internalreadonlyStringInputLetterInput=new(_letterName,["--letter"],"Filter by first letter");
75
+
76
+
privateconststring_libCryptName="libcrypt";
77
+
internalreadonlyBooleanInputLibCryptInput=new(_libCryptName,["--libcrypt"],"Filter by LibCrypt status");
78
+
79
+
privateconststring_mediaName="media";
80
+
internalreadonlyStringInputMediaInput=new(_mediaName,["--media"],"Filter by media type");
81
+
82
+
privateconststring_offsetName="offset";
83
+
internalreadonlyInt32InputOffsetInput=new(_offsetName,["--offset"],"Filter by disc offset");
84
+
85
+
privateconststring_protectionName="protection";
86
+
internalreadonlyFlagInputProtectionInput=new(_protectionName,["--protection"],"Filter by protection only, incompatible with --comments and --contents");
87
+
88
+
privateconststring_quickSearchName="quicksearch";
89
+
internalreadonlyStringInputQuickSearchInput=new(_quickSearchName,["--quicksearch"],"Filter by quicksearch");
90
+
91
+
privateconststring_regionName="region";
92
+
internalreadonlyStringInputRegionInput=new(_regionName,["--region"],"Filter by region");
93
+
94
+
privateconststring_ringcodeName="ringcode";
95
+
internalreadonlyStringInputRingcodeInput=new(_ringcodeName,["--ringcode"],"Filter by ringcode");
0 commit comments