Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Squashed from:
* data: fix misplaced return instead of yaml in linkWikiDataArrays
* data: more linkWikiDataArrays tolerance
* data: get rid of accidental .slice() in linkWikiDataArrays
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also use named capturing groups (and non-capturing groups) for
generally better regex form.
|
|
|
|
...Using maxStringLength, which is more than a bit annoying,
because this isn't the same cut() algorithm we just added,
looks bulkier, and can't be customized. But that's the cost
of using util.inspect() here. It's better than displaying the
entire long string or handling line breaks poorly. FOR NOW.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also rename 'color' (from #cli) to 'colors'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When a track has 'Originally Released As', these fields are now
automatically inherited:
* Artists
* Contributors
* Referenced Tracks
* Sampled Tracks
Including any of these fields alongside 'Originally Released As'
is an error.
Corresponding properties are valid, but ignored.
This uses a new "compositional" style to define how each of these
properties inherits while retaining the original behavior for
tracks that aren't re-releases, and avoids hard-coding much of
anything!
|
|
|