-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
72 lines (72 loc) · 2.25 KB
/
index.php
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
64
65
66
67
68
69
70
71
72
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>ID3 MP3 Mass Tagging</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta property="og:url" content="https://smolka.lima-city.de/">
<meta name="author" content="Jürgen Smolka">
<style type="text/css">
body { margin-top:2%; margin-left:22%; }
td { padding: 11px; border:none; }
</style>
</head>
<body>
<table>
<tr>
<td>
<h2><a href="./mid3TagMp3ListTags.php" target="_blank">View present tags</a></h2>
</td>
<td>
<h3>inspect the files in question first</h3>
use the same (sub)folder when editing
</td>
</tr>
<tr>
<td>
<h2><a href="./mid3TagMp3AudioBook.php" target="_blank">Audio Book /<br>Music Album</a></h2>
</td>
<td>
<h3>1 picture 4 all files</h3>
TPE1 / TALB / TIT2.mp3
</td>
</tr>
<tr>
<td>
<h2><a href="./mid3TagMp3AudioBookP1.php" target="_blank">Audio Book P1 /<br>Music Album P1</a></h2>
</td>
<td>
<h3>picture in the first file only</h3>
TPE1 / TALB / TIT2.mp3
</td>
</tr>
<tr>
<td>
<h2><a href="./mid3TagMp3AudioBookP1L.php" target="_blank">Audio Book P1L /<br>Music Album P1L</a></h2>
</td>
<td>
<h3>(Help Me Help You - link to picture)</h3>
TPE1 / TALB / TIT2.mp3
</td>
</tr>
<tr>
<td>
<h2><a href="./mid3TagMp3Music.php" target="_blank">Music Collection</a></h2>
</td>
<td>
<h3>collection of solitary songs</h3>
TPE1 - TIT2.mp3
</td>
</tr>
<tr>
<td>
<h2><a href="./mid3TagMp3Transfer.php" target="_blank">Single copy & edit</a></h2>
</td>
<td>
<h3>e.g. create a "Picture Prefix" or <br>edit a single file (target = source)</h3>
</td>
</tr>
<tr><td></td><td><br/><a href="https://www.id3.org" target="id3org"><img src="./favicon.ico"/></a></td></tr>
</table>
</body>
</html>