-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
64 lines (63 loc) · 3.41 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta charset ="utf-8" />
<meta name="description" content="MusicBrainz Editor Tools including TOC submitter and iTunes artwork finder." />
<title>MusicBrainz Editor Tools</title>
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
<meta http-equiv="Pragma" content="no-cache" />
<meta http-equiv="Expires" content="0" />
<link rel="stylesheet" href="./css/style.css" type="text/css" />
<link rel="icon"
type="image/png"
href="./icon/13359198.png">
<base href="https://thwaller.com/musicbrainz/" target="_top" />
<link rel="canonical" href="https://thwaller.com/musicbrainz/index.html" />
<meta http-equiv="Content-Security-Policy"
content="default-src
'self';
script-src
'self' 'unsafe-inline'
static.cloudflareinsights.com
ajax.cloudflare.com
www.googletagmanager.com
www.google-analytics.com;
img-src
'self'
www.googletagmanager.com
www.google-analytics.com;
connect-src
'self'
www.google-analytics.com
cloudflareinsights.com; " />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0" />
</head>
<body>
<h1>MusicBrainz Tools</h1>
<h2>This hosted tool set is a work in progress. Select one of the tools below.<br />Report any issues or feedback at the
<a href="https://github.com/thwaller/musicbrainz">GitHub repo</a>.</h2>
<div class="grid-container">
<div><a class="b" href="./eac-toc/index.html">EAC/XLD<br />TOC Submitter</a></div>
<div><a class="b" href="./itunes/index.html">iTunes Artwork<br />Finder</a></div>
<!--<div>Reservation - planned 3rd tool</div>-->
<!--<div>Reservation - planned 4th tool</div>-->
</div>
<br />
<h2 id="link">Links to Non-Hosted Resources</h2>
<div class="grid-container" id="link">
<div id="links"><a class="b" href="https://www.isrcfinder.com/">Spotify ISRC Finder</a></div>
<div id="links"><a class="b" href="https://isni.org/page/search-database/">ISNI Search</a></div>
<div id="links"><a class="b" href="https://isrcsearch.ifpi.org/#!/search">International ISRC Database</a></div>
<div id="links"><a class="b" href="https://acoustid.org/">AcoustID</a></div>
<div id="links"><a class="b" href="https://www.ascap.com/repertory#/">ASCAP Repertory Search</a></div>
<div id="links"><a class="b" href="https://atisket.pulsewidth.org.uk/">atisket Digital Release Tool</a></div>
<div id="links"><a class="b" href="https://github.com/murdos/musicbrainz-userscripts">musicbrainz-userscripts</a></div>
<div id="links"><a class="b" href="https://github.com/loujine/musicbrainz-scripts">musicbrainz-scripts</a></div>
</div>
<div class="footer">
These tools utilize numerous pieces of open source code released under the MIT License.
Such credits are listed in their respective script files. This project, including the
modifications made, are also released under the MIT License.
</div>
</body>
</html>