--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "9 Pieces" englishTitle: "9 Pieces" year: "2022" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/f6972cec-b21d-401e-9680-610e359ad32d" id: "f6972cec-b21d-401e-9680-610e359ad32d" genres: - "downtempo" artists: - "Thylacine" image: "https://coverartarchive.org/release-group/f6972cec-b21d-401e-9680-610e359ad32d/front" rating: 0 personalRating: 0 --- Parent:: [[@Vinyls|Vinyls]] --- # `$= dv.current().title` ```toc ``` ### Details **Genres**: `$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)` ```dataview list without id "
Type | " + "" + this.subType + " |
Online Rating | " + "" + this.rating + " |
Artists | " + "" + this.artists + " |
Premiered | " + "" + this.year + " |