--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Dream of a Lifetime" englishTitle: "Dream of a Lifetime" year: "1985" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/dc1fb531-35ce-3349-ba4f-72ffc8fd811e" id: "dc1fb531-35ce-3349-ba4f-72ffc8fd811e" genres: - "disco" - "soul" artists: - "Marvin Gaye" image: "https://coverartarchive.org/release-group/dc1fb531-35ce-3349-ba4f-72ffc8fd811e/front" rating: 6 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 + " |