--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Naked In The Summertime Volume 1" englishTitle: "Naked In The Summertime Volume 1" year: "2016" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/b33113f3-aa20-4634-8f0b-b43fa14736d0" id: "b33113f3-aa20-4634-8f0b-b43fa14736d0" genres: - "pop" - "pop rock" - "rock" - "synth-pop" artists: - "Prince" image: "https://coverartarchive.org/release-group/b33113f3-aa20-4634-8f0b-b43fa14736d0/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 + " |