Skip to content

Commit 6ec4c5c

Browse files
committed
Merge branch 'beta'
2 parents d4440c5 + c7113a5 commit 6ec4c5c

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

index.html

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -307,14 +307,16 @@
307307
console.log(pregapISRCs, isrcs);
308308
}
309309

310-
var ccodesUpdated = '2021-05-25'; /* https://isrc.ifpi.org/downloads/ISRC_Bulletin-2015-01.pdf Updated May 25 2021 */
310+
/* https://isrc.ifpi.org/downloads/ISRC_Bulletin-2015-01.pdf Updated July 20 2022 */
311+
/* https://isrc.ifpi.org/downloads/Valid_Characters.pdf June 2024 */
312+
var ccodesUpdated = '2024-06-07';
311313
var ccodes = [
312314
'AL', 'DZ', 'AD', 'AO', 'AI', 'AG', 'AR', 'AM', 'AW', 'AU', 'AT', 'AZ',
313315
'BS', 'BH', 'BD', 'BB', 'BY', 'BE', 'BZ', 'BM', 'BO', 'BA', 'BR', 'BP',
314-
'BX', 'BC', 'BG', 'BF',
316+
'BX', 'BC', 'BK', 'BG', 'BF',
315317
'CM', 'CA', 'CB', 'KY', 'CL', 'CN', 'TW', 'CO', 'CD', 'CI', 'HR', 'CU', 'CW',
316318
'CY', 'CZ',
317-
'DK', 'DM', 'DO',
319+
'DK', 'GL', 'FO', 'DM', 'DO',
318320
'EC', 'EG', 'SV', 'EE', 'ET',
319321
'FJ', 'FI', 'FR', 'FX', 'PF',
320322
'GM', 'GE', 'DE', 'GH', 'GI', 'GR', 'GD', 'GT', 'GG', 'GY',
@@ -331,14 +333,12 @@
331333
'RO', 'RU',
332334
'KN', 'LC', 'VC', 'SM', 'SA', 'SN', 'RS', 'SC', 'SL', 'SG', 'SX', 'SK',
333335
'SI', 'SB', 'ZA', 'ZB', 'ES', 'LK', 'SZ', 'SE', 'CH',
334-
'TZ', 'TH', 'TO', 'TT', 'TN', 'TR',
335-
'UG', 'UA', 'AE', 'GB', 'UK', 'GX', 'US', 'QM', 'QZ', 'UY', 'UZ',
336+
'TZ', 'TH', 'TO', 'TT', 'TN', 'TR', 'DG',
337+
'UG', 'UA', 'AE', 'GB', 'UK', 'GX', 'US', 'QM', 'QT', 'QZ', 'UY', 'UZ',
336338
'VU', 'VE', 'VN', 'VG',
337339
'ZM', 'ZW',
338340
'TC', /* TuneCore */
339-
'CP', /* Reserved for future use */
340-
'DG', /* International use, includes Turks and Caicos Islands */
341-
'ZZ', /* International use, individual allocations */
341+
'CP', 'DG', 'QN', 'ZZ', /* Worldwide IIRA direct allocations */
342342
'CS', 'YU' /* Historical */
343343
];
344344

@@ -370,9 +370,6 @@
370370
if (ccodes.indexOf(country) === -1) {
371371
checks.push({type: "danger", message: `${country} is not allocated by the IFPI (last updated ${ccodesUpdated})`});
372372
}
373-
if (country == 'CP') {
374-
checks.push({type: "danger", message: "CP is reserved for future use by IFPI (last updated ${ccodesUpdated})"});
375-
}
376373
if (registrant == '000') {
377374
checks.push({type: "warning", message: `Registrant code “${registrant}” may indicate blank or dummy data`});
378375
}
@@ -892,7 +889,7 @@ <h1 class="h3"><label for="mbid">Enter a release MBID:</label></h1>
892889
<div class="show navbar-collapse me-auto">
893890
<ul class="navbar-nav">
894891
<li class="nav-item">
895-
<a class="nav-link" href="https://github.com/kepstin/magicisrc/releases/tag/v20240922.0">v20240922.0</a>
892+
<a class="nav-link" href="https://github.com/kepstin/magicisrc/releases">Release Notes</a>
896893
</li>
897894
<li class="nav-item">
898895
<a class="nav-link" href="seeding.html">Seeding and Importing</a>

0 commit comments

Comments
 (0)