--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Sings the Blues" englishTitle: "Sings the Blues" year: "1995" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/caf68677-be84-4fce-8186-3e74850e35c2" id: "caf68677-be84-4fce-8186-3e74850e35c2" genres: - "blues" artists: - "Lightnin’ Hopkins" image: "https://coverartarchive.org/release-group/caf68677-be84-4fce-8186-3e74850e35c2/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 + " |