Age | Commit message (Collapse) | Author | |
---|---|---|---|
12 days | data: Track: withHasUniqueCoverArt: process direct links only | (quasar) nebula | |
No soupyFind/soupyReverse. This commit introduces a notion of difference between an artwork which is 'declared to exist' via, say, having cover artists, versus one which... is 'usable', because it has resolved cover artists. No other code addressing this yet, so it's in a tense state where existence is in every case according to declared cover artists, whether or not those cover artist references resolve. | |||
12 days | data: Track: factor out withCoverArtistContribs | (quasar) nebula | |
Originally needed so that withHasUniqueCoverArt would be based around these resolved contributions, but we went in a different direction just later. Keeping this factor-out anyway. | |||
12 days | data: Track: remove withAlbum, link album directly | (quasar) nebula | |
12 days | data, content: stub multiple artworks | (quasar) nebula | |
Only for tracks as of this commit, most anything else is in a severely broken state aye | |||
12 days | data: Track.hasUniqueCoverArt: detect contribs on trackArtwork | (quasar) nebula | |
12 days | data, content: always fallback coverArtDate to date | (quasar) nebula | |
2025-04-07 | data: TrackSection.{start,continue}CountingFrom, Track.trackNumber | (quasar) nebula | |
2025-03-02 | data: miscellaneous cleanup for withOtherReleases logic | (quasar) nebula | |
Defines withOtherReleases in terms of new function withAllReleases (also exposed as Track.allReleases), in turn based on new property Track.secondaryReleases (of the main release), which is a reverse ref list, reverse.tracksWhichAreSecondaryReleasesOf(). | |||
2025-03-02 | data: isOriginalRelease -> isMainRelease, etc | (quasar) nebula | |
Also isRerelease -> isSecondaryRelease Im sure this is completely bug free and will not involve squashing one million additional commits | |||
2025-01-11 | data: soupy reverse | (quasar) nebula | |
2025-01-11 | data: misc eslint unused var fixes | (quasar) nebula | |
2025-01-11 | data: use soupyFind everywhere | (quasar) nebula | |
also notes where remaining directly-provided wikiData() props are used | |||
2024-11-14 | data: Album.suffixTrackDirectories | (quasar) nebula | |
2024-10-30 | data, content: remove shared and inferred additional names | (quasar) nebula | |
Removes: - inferredAdditionalNameList (#composite/things/track) etc - sharedAdditionalNameList (#composite/things/track) etc - "specificAlbumExclusive" / "This Album Only" field - "from" property / "on {ALBUMS}" accent (content) - generateTrackAdditionalNamesBox (no leftover dynamics) - related snapshot test | |||
2024-10-30 | data: "This Album Only" field for additional names | (quasar) nebula | |
2024-08-05 | data: withContainingTrackSection: use withUniqueReferencingThing | (quasar) nebula | |
2024-06-18 | data: redate inherited contribution lists | (quasar) nebula | |
2024-06-18 | data: apply contribution dates when resolving | (quasar) nebula | |
2024-06-18 | data: track: withTrackArtDate | (quasar) nebula | |
2024-06-18 | data: track: withDate | (quasar) nebula | |
2024-06-18 | data: Track.isOriginalRelease, Track.isRerelease | (quasar) nebula | |
2024-06-18 | data: inheritContributionListFromOriginalRelease | (quasar) nebula | |
2024-06-02 | data: withContainingTrackSection: fix dead notFoundMode access | (quasar) nebula | |
2024-05-08 | data: Album.alwaysReferenceTracksByDirectory | (quasar) nebula | |
2024-05-01 | data: track: refactor inheritFromOriginalRelease | (quasar) nebula | |
2024-04-03 | data: withUniqueReferencingThing | (quasar) nebula | |
2024-04-03 | data: simplify withAlbum, withFlashAct, remove notFoundMode | (quasar) nebula | |
2024-02-16 | data: move sorting & generic functions out of #wiki-data | (quasar) nebula | |
2024-02-14 | data, test: misc. internal re-release -> rerelease | (quasar) nebula | |
2024-02-06 | data: withOtherReleases: empty array when original release not found | (quasar) nebula | |
2024-02-06 | data: {with,inheritFrom}OriginalRelease: add notFoundValue input | (quasar) nebula | |
2024-02-06 | data: withResolvedReference: remove notFoundMode input | (quasar) nebula | |
2023-12-03 | data: individual custom additional name list props | (quasar) nebula | |
2023-11-26 | data: withSharedAdditionalNames: fix bad output when no other releases | (quasar) nebula | |
2023-11-26 | data: shared & inferred additional names (for tracks) | (quasar) nebula | |
2023-11-05 | data, find: use clean-logic, cached find.trackOriginalReleasesOnly | (quasar) nebula | |
2023-11-05 | data: withAlwaysReferenceByDirectory: micro-optimizations | (quasar) nebula | |
2023-10-26 | data: Flash.withFlashAct | (quasar) nebula | |
2023-10-26 | data: Track.withAlbum: refactor for clarity | (quasar) nebula | |
Utilizes availability checks instead of manual null comparisons and empty() calls, extracts track lists using withPropertyFromList, operates on index instead of unique album object where possible (including found / not found check). | |||
2023-10-26 | data: Track.withAlbum: bulkily match documented early exit behavior | (quasar) nebula | |
2023-10-02 | data: withAlwaysReferenceByDirectory: kludge to avoid infinite recursion | (quasar) nebula | |
2023-10-01 | data: misc. composite fixes track-data-cleanup | (quasar) nebula | |
2023-10-01 | data, test: refactor utilities into own file | (quasar) nebula | |
Primarily for more precies test coverage mapping, but also to make navigation a bit easier and consolidate complex functions with lots of imports out of the same space as other, more simple or otherwise specialized files. |