--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Lightnin' Strikes" englishTitle: "Lightnin' Strikes" year: "1962" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/ed76acb0-cb03-37c7-89d8-aa17c15b193c" id: "ed76acb0-cb03-37c7-89d8-aa17c15b193c" genres: - "blues" - "texas blues" artists: - "Lightnin’ Hopkins" image: "https://coverartarchive.org/release-group/ed76acb0-cb03-37c7-89d8-aa17c15b193c/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 + " |