--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "In the Heat of the Night" englishTitle: "In the Heat of the Night" year: "1982" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/9952faf1-ee81-3d75-b73c-e46a77a7b230" id: "9952faf1-ee81-3d75-b73c-e46a77a7b230" genres: - "boogie" - "contemporary r&b" - "disco" - "funk" artists: - "Imagination" image: "https://coverartarchive.org/release-group/9952faf1-ee81-3d75-b73c-e46a77a7b230/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 + " |