You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/modules/ROOT/pages/exports.adoc
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -295,12 +295,13 @@ The name itself is encoded in a surprisingly baroque way, explained in <<devices
295
295
[#artist-rows]
296
296
=== Artist Rows
297
297
298
-
Artist rows hold an Artist name and ID, with the structure shown in <<artist-row-near>> or
299
-
<<artist-row-far>>.
298
+
Artist rows hold an Artist name and ID, with the structure shown in <<artist-row-near,Artist row with nearby name>> or
299
+
<<artist-row-far,Artist row with far name>>.
300
300
The _subtype_ value at bytes{nbsp}``00``-`01` determines which variant is used.footnote:subtype[]
301
+
301
302
If the artist name is short enough and was allocated close enough to the row to be reached by a single
302
-
byte offset, _subtype_ has the value `0060`, and the row has the structure in <<artist-row-near>>
303
-
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0064` and the row has the structure in <<artist-row-far>>
303
+
byte offset, _subtype_ has the value `0060`, and the row has the structure in <<artist-row-near,Artist row with nearby name>>.
304
+
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0064` and the row has the structure in <<artist-row-far,Artist row with far name>>.
304
305
305
306
[#artist-row-near]
306
307
.Artist row with nearby name.
@@ -539,12 +540,13 @@ Tags provide a flexible way for DJs to categorize tracks, supported by the “My
539
540
Tags have names, and can be assigned to any number of tracks.
540
541
Tags themselves can be grouped into categories, which are stored in the same table.
541
542
542
-
Tag rows have the structure shown in <<tag-row-near>> or
543
-
<<tag-row-far>>.
543
+
Tag rows have the structure shown in <<tag-row-near,Tag row with nearby name>> or
544
+
<<tag-row-far,Tag row with far name>>.
544
545
The _subtype_ value at bytes{nbsp}``00``-`01` determines which variant is used.footnote:subtype[]
546
+
545
547
If the tag name is short enough and was allocated close enough to the row to be reached by a single
546
-
byte offset, _subtype_ has the value `0680`, and the row has the structure in <<tag-row-near>>
547
-
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0684` and the row has the structure in <<tag-row-far>>
548
+
byte offset, _subtype_ has the value `0680`, and the row has the structure in <<tag-row-near,Tag row with nearby name>>.
549
+
If the name is larger than about 200 bytes or is too far away for that, _subtype_ has the value `0684` and the row has the structure in <<tag-row-far,Tag row with far name>>.
0 commit comments