File: tags.html

package info (click to toggle)
puddletag 2.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 29,888 kB
  • sloc: python: 24,938; javascript: 21,828; xml: 964; makefile: 129; sh: 85
file content (640 lines) | stat: -rw-r--r-- 20,294 bytes parent folder | download | duplicates (3)
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640

<!DOCTYPE html>

<html>
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Tag Reference &#8212; puddletag</title>
    <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
    <link rel="stylesheet" href="../_static/bootstrap-sphinx.css" type="text/css" />
    <script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
    <script src="../_static/jquery.js"></script>
    <script src="../_static/underscore.js"></script>
    <script src="../_static/doctools.js"></script>
    <link rel="author" title="About these documents" href="../about.html" />
    <link rel="index" title="Index" href="../genindex.html" />
    <link rel="search" title="Search" href="../search.html" />
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge,chrome=1'>
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1'>
<meta name="apple-mobile-web-app-capable" content="yes">
<script type="text/javascript" src="../_static/js/jquery-1.11.0.min.js "></script>
<script type="text/javascript" src="../_static/js/jquery-fix.js "></script>
<script type="text/javascript" src="../_static/bootstrap-3.3.7/js/bootstrap.min.js "></script>
<script type="text/javascript" src="../_static/bootstrap-sphinx.js "></script>

  </head><body>

  <div id="navbar" class="navbar navbar-default navbar-fixed-top">
    <div class="container">
      <div class="navbar-header">
        <!-- .btn-navbar is used as the toggle for collapsed navbar content -->
        <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".nav-collapse">
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
          <span class="icon-bar"></span>
        </button>
        <a class="navbar-brand" href="../index.html">puddletag</a>
      </div>

        <div class="collapse navbar-collapse nav-collapse">
          <ul class="nav navbar-nav">
            <li class="divider-vertical"></li>
            
                <li><a href="../index.html">Home</a></li>
                <li><a href="../download.html">Download</a></li>
                <li><a href="../news.html">News</a></li>
                <li><a href="../docs.html">Documentation</a></li>
                <li><a href="https://github.com/puddletag/puddletag/issues">Issue Tracker</a></li>
                <li><a href="../screenshots.html">Screenshots</a></li>
                <li><a href="../about.html">About</a></li>
            
            
              
              
            
            
            
            
            
          </ul>

          
            
<form class="navbar-form navbar-right" action="../search.html" method="get">
 <div class="form-group">
  <input type="text" name="q" class="form-control" placeholder="Search" />
 </div>
  <input type="hidden" name="check_keywords" value="yes" />
  <input type="hidden" name="area" value="default" />
</form>
          
        </div>
    </div>
  </div>

<div class="container">
  <div class="row">
      <div class="col-md-3">
        <div id="sidebar" class="bs-sidenav" role="complementary"><ul>
<li><a class="reference internal" href="#">Tag Reference</a><ul>
<li><a class="reference internal" href="#default-fields">Default fields</a></li>
<li><a class="reference internal" href="#functions-only">Functions Only</a></li>
<li><a class="reference internal" href="#cover-art">Cover Art</a></li>
<li><a class="reference internal" href="#tags">Tags</a></li>
</ul>
</li>
</ul>


<hr style='width:80%'>


        </div>
      </div>
    <div class="body col-md-9 content" role="main">
      
  <div class="section" id="tag-reference">
<h1>Tag Reference<a class="headerlink" href="#tag-reference" title="Permalink to this headline">¶</a></h1>
<div class="section" id="default-fields">
<h2>Default fields<a class="headerlink" href="#default-fields" title="Permalink to this headline">¶</a></h2>
<p>The following fields are common to almost all music files.</p>
<dl class="describe">
<dt>
<code class="sig-name descname">__app</code></dt>
<dd><p>The application name: puddletag v0.10.4 depending on version number.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__bitrate</code></dt>
<dd><p>The bitrate of the file in kb/s. Note that it’s a string with kb/s appended as in ‘213 kb/s’ and not ‘213’. For Lossless formats this is always ‘0 kb/s’</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__created</code></dt>
<dd><p>The creation date of the file in YYYY-MM-DD HH:MM:SS format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__dirpath</code></dt>
<dd><p>The path of the directory the file resides in. /media/Multimedia/Music/myfile.mp3 has __dirpath /media/Multimedia/Music/</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__ext</code></dt>
<dd><p>Extension of the file. /media/Multimedia/Music/myfile.mp3 has extension mp3</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_accessed_date</code></dt>
<dd><p>The date the file was accessed in YYYY-MM-DD format</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_accessed_datetime</code></dt>
<dd><p>The date including the time the file was accessed in YYYY-MM-DD HH:MM:SS format</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_accessed_datetime_raw</code></dt>
<dd><p>UNIX time of the file’s last access eg. 1234567890.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_create_date</code></dt>
<dd><p>Creation date of the file in YYYY-MM-DD format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_create_datetime</code></dt>
<dd><p>File’s creation date in YYYY-MM-DD HH:MM:SS format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_create_datetime_raw</code></dt>
<dd><p>UNIX time of file creation date eg. 1234567890.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_mod_date</code></dt>
<dd><p>Date the file was last modified in YYYY-MM-DD format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_mod_datetime</code></dt>
<dd><p>Time the file was last modified in YYYY-MM-DD HH:MM:SS format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_mod_datetime_raw</code></dt>
<dd><p>UNIX time of file’s last modification date.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_size</code></dt>
<dd><p>The file’s size in human-readable format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_size_bytes</code></dt>
<dd><p>The file’s size in bytes.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_size_kb</code></dt>
<dd><p>The file’s size in KB.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__file_size_mb</code></dt>
<dd><p>The file’s size in MB (to two decimal places).</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__filename</code></dt>
<dd><p>The filename of the file with the folder stripped. e.g. the __filename of  /media/Multimedia/Music/myfile.mp3 is myfile.mp3</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__filename_no_ext</code></dt>
<dd><p>The file’s filename without extension.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__filetype</code></dt>
<dd><p>The format of the file. Currently the info is very sparse.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__frequency</code></dt>
<dd><p>The sample rate of the file in kHz. Note that it’s a string with kHz appended as in ‘213 kHz’ and not ‘213’</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__image</code></dt>
<dd><p>Refers to the album art present in the file.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__image_mimetype</code></dt>
<dd><p>MimeType of the first cover image in the file.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__image_size</code></dt>
<dd><p>Size in bytes of the first cover image in the file.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__length</code></dt>
<dd><p>The length of the file in “minutes: seconds” format.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__length_seconds</code></dt>
<dd><p>Length of the file in seconds.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__mode</code></dt>
<dd><p>One of, Mono, Stereo, Joint-Stereo or Dual Channel.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__modified</code></dt>
<dd><p>The last time the file was modified in YYYY-MM-DD HH:MM:SS format .</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__num_images</code></dt>
<dd><p>Number of cover images found in the file.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__parent_dir</code></dt>
<dd><p>The name of the parent directory of the directory the file’s contained in. Cannot be written to.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__path</code></dt>
<dd><p>The absolute filename of a file including directories. e.g /media/Multimedia/Music/myfile.mp3</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__size</code></dt>
<dd><p>The size of the file in bytes.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__tag</code></dt>
<dd><p>Comma-Separated list of tags found in file. Eg. VorbisComment, ID3v2.4, ID3v1.1</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__tag_read</code></dt>
<dd><p>The tag that’ll get written to in the file.</p>
</dd></dl>

<dl class="describe">
<dt>
<code class="sig-name descname">__total</code></dt>
<dd><p>If the track field is of track/numtracks format, returns numtracks. Can also be written to.</p>
</dd></dl>

</div>
<div class="section" id="functions-only">
<h2>Functions Only<a class="headerlink" href="#functions-only" title="Permalink to this headline">¶</a></h2>
<p>Only available for Functions is:</p>
<dl class="describe">
<dt>
<code class="sig-name descname">__selected</code></dt>
<dd><p>Having __selected as the field will apply the selected function to the selected cells. So if you have the album field selected in one file and artist in another. The function’ll be applied to the album field of the first file and artist of the other respectively.</p>
</dd></dl>

</div>
<div class="section" id="cover-art">
<h2>Cover Art<a class="headerlink" href="#cover-art" title="Permalink to this headline">¶</a></h2>
<p>Cover art can be accessed using the <strong>__image</strong> field. Use it only in Function like <a class="reference internal" href="function.html#remove-fields"><span class="std std-ref">Remove Fields</span></a> as album cannot be displayed anywhere other than the <a class="reference internal" href="menus.html#artwork-window"><span class="std std-ref">Artwork window</span></a> and <a class="reference internal" href="menus.html#extended-tags-menu"><span class="std std-ref">Extended Tags</span></a> dialog.</p>
<ul class="simple">
<li><p>For ID3 tag cover art, writing multiple pictures per file is supported, but a different description is required for each.</p></li>
<li><p>MP4 tags also support multiple pictures per file, but not setting descriptions.</p></li>
<li><p>APEv2 tags can store at most two pictures per file. Moreover, these pictures need to have different cover types, limited to <strong>Cover (front)</strong> and <strong>Cover (back)</strong>.</p></li>
<li><p>VorbisComment tags support multiple pictures per file with no limit on the descriptions or cover types.</p></li>
</ul>
</div>
<div class="section" id="tags">
<h2>Tags<a class="headerlink" href="#tags" title="Permalink to this headline">¶</a></h2>
<p>The table below lists ID3v2.4 frames and MP4 Atoms with their respective puddletag fields. <a class="reference internal" href="id3.html"><span class="doc">This</span></a> page lists ID3 Frames and the various ways to edit them in puddletag.</p>
<p>Any MP4 atoms not in this list will be assumed to be freeform frames, written using ‘:com.apple.iTunes:<strong>fieldname</strong>’ as the atom. ID3 frames not found will be written as TXXX frames of the form <strong>TXXX:fieldname</strong> frame.</p>
<table class="docutils align-default">
<colgroup>
<col style="width: 56%" />
<col style="width: 27%" />
<col style="width: 17%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>puddletag field</p></th>
<th class="head"><p>ID3v2.4 Frame</p></th>
<th class="head"><p>MP4 Atom</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p><strong>album</strong></p></td>
<td><p>TALB</p></td>
<td><p>alb</p></td>
</tr>
<tr class="row-odd"><td><p><strong>albumartist</strong></p></td>
<td><p>TPE2</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>albumsortorder</strong></p></td>
<td><p>TSOA</p></td>
<td><p>soal</p></td>
</tr>
<tr class="row-odd"><td><p><strong>arranger</strong></p></td>
<td><p>TPE4</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>artist</strong></p></td>
<td><p>TPE1</p></td>
<td><p>ART</p></td>
</tr>
<tr class="row-odd"><td><p><strong>audiodelay</strong></p></td>
<td><p>TDLY</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>audiolength</strong></p></td>
<td><p>TLEN</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>audiosize</strong></p></td>
<td><p>TSIZ</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>author</strong></p></td>
<td><p>TOLY</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>bpm</strong></p></td>
<td><p>TBPM</p></td>
<td><p>tmpo</p></td>
</tr>
<tr class="row-even"><td><p><strong>comment</strong></p></td>
<td><p>COMM</p></td>
<td><p>cmt</p></td>
</tr>
<tr class="row-odd"><td><p><strong>composer</strong></p></td>
<td><p>TCOM</p></td>
<td><p>wrt</p></td>
</tr>
<tr class="row-even"><td><p><strong>conductor</strong></p></td>
<td><p>TPE3</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>copyright</strong></p></td>
<td><p>TCOP</p></td>
<td><p>cprt</p></td>
</tr>
<tr class="row-even"><td><p><strong>date</strong></p></td>
<td><p>TDAT</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>discnumber</strong></p></td>
<td><p>TPOS</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>encodedby</strong></p></td>
<td><p>TENC</p></td>
<td><p>too</p></td>
</tr>
<tr class="row-odd"><td><p><strong>encodingsettings</strong></p></td>
<td><p>TSSE</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>encodingtime</strong></p></td>
<td><p>TDEN</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>filename</strong></p></td>
<td><p>TOFN</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>fileowner</strong></p></td>
<td><p>TOWN</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>filetype</strong></p></td>
<td><p>TFLT</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>genre</strong></p></td>
<td><p>TCON</p></td>
<td><p>gen</p></td>
</tr>
<tr class="row-odd"><td><p><strong>grouping</strong></p></td>
<td><p>TIT1</p></td>
<td><p>grp</p></td>
</tr>
<tr class="row-even"><td><p><strong>initialkey</strong></p></td>
<td><p>TKEY</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>involvedpeople</strong></p></td>
<td><p>TIPL</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>isrc</strong></p></td>
<td><p>TSRC</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>itunesalbumsortorder</strong></p></td>
<td><p>TSO2</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>itunescompilationflag</strong></p></td>
<td><p>TCMP</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>itunescomposersortorder</strong></p></td>
<td><p>TSOC</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>language</strong></p></td>
<td><p>TLAN</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>lyricist</strong></p></td>
<td><p>TEXT</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>mediatype</strong></p></td>
<td><p>TMED</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>mood</strong></p></td>
<td><p>TMOO</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>musiciancredits</strong></p></td>
<td><p>TMCL</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>organization</strong></p></td>
<td><p>TPUB</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>originalalbum</strong></p></td>
<td><p>TOAL</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>originalartist</strong></p></td>
<td><p>TOPE</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>originalreleasetime</strong></p></td>
<td><p>TDOR</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>originalyear</strong></p></td>
<td><p>TORY</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>performersortorder</strong></p></td>
<td><p>TSOP</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>popularimeter</strong></p></td>
<td><p>POPM</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>producednotice</strong></p></td>
<td><p>TPRO</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>radioowner</strong></p></td>
<td><p>TRSO</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>radiostationname</strong></p></td>
<td><p>TRSN</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>recordingdates</strong></p></td>
<td><p>TRDA</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>releasetime</strong></p></td>
<td><p>TDRL</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>setsubtitle</strong></p></td>
<td><p>TSST</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>taggingtime</strong></p></td>
<td><p>TDTG</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>time</strong></p></td>
<td><p>TIME</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>title</strong></p></td>
<td><p>TIT2</p></td>
<td><p>nam</p></td>
</tr>
<tr class="row-odd"><td><p><strong>titlesortorder</strong></p></td>
<td><p>TSOT</p></td>
<td><p>sonm</p></td>
</tr>
<tr class="row-even"><td><p><strong>track</strong></p></td>
<td><p>TRCK</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>unsyncedlyrics</strong></p></td>
<td><p>USLT</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>ufid</strong></p></td>
<td><p>UFID</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>version</strong></p></td>
<td><p>TIT3</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>wwwartist</strong></p></td>
<td><p>WOAR</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>wwwcommercialinfo</strong></p></td>
<td><p>WCOM</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>wwwcopyright</strong></p></td>
<td><p>WCOP</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>wwwfileinfo</strong></p></td>
<td><p>WOAF</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>wwwpayment</strong></p></td>
<td><p>WPAY</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>wwwpublisher</strong></p></td>
<td><p>WPUB</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>wwwradio</strong></p></td>
<td><p>WORS</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p><strong>wwwsource</strong></p></td>
<td><p>WOAS</p></td>
<td></td>
</tr>
<tr class="row-even"><td><p><strong>year</strong></p></td>
<td><p>TDRC</p></td>
<td><p>day</p></td>
</tr>
</tbody>
</table>
</div>
</div>


    </div>
      
  </div>
</div>
<footer class="footer">
  <div class="container">
    <p class="pull-right">
      <a href="#">Back to top</a>
      
    </p>
    <p>
      This page and associated images are licensed under <a rel="license" href="http://www.apache.org/licenses/LICENSE-2.0">Apache Version 2.0</a>
	Created using <a href="http://sphinx.pocoo.org/">Sphinx</a> 3.4.3.<br/>
    </p>
  </div>
</footer>
  </body>
</html>