We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c3ded13 + 162e245 commit cc224e5Copy full SHA for cc224e5
heybrochecklog/resources/__init__.py
@@ -90,6 +90,8 @@
90
('EAC <=0.95', '1. April 1970'),
91
],
92
'XLD': [
93
+ ('20240511', '157.1'),
94
+ ('20240310', '157.0'),
95
('20230627', '156.1'),
96
('20230416', '156.0'),
97
('20220917', '155.1'),
heybrochecklog/resources/xld.json
@@ -31,7 +31,7 @@
31
},
32
"accuraterip": {
33
"match": [
34
- "->Accurately ripped!? \\((?:[v12,+]+ )?confidence ([0-9\\/+]+)\\)",
+ "->Accurately ripped!? \\((?:(AR)?[v12,+]+ )?confidence ([0-9\\/+]+)\\)",
35
"->Accurately ripped!? (with different offset \\(v\\d, confidence \\d\\/\\d, offset -?\\d+\\))"
36
37
"no match": ["->Track not present in AccurateRip database"]
0 commit comments