--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "The Ultimate Collection" englishTitle: "The Ultimate Collection" year: "2017" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/d8dba698-9486-4c97-9701-a8d18b5f9592" id: "d8dba698-9486-4c97-9701-a8d18b5f9592" genres: - "pop" - "soul" artists: - "Bill Withers" image: "https://coverartarchive.org/release-group/d8dba698-9486-4c97-9701-a8d18b5f9592/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 + " |