--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "King of the Delta Blues Singers" englishTitle: "King of the Delta Blues Singers" year: "1961" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/2609603b-cd7d-3ccf-aa58-94c38defac2c" id: "2609603b-cd7d-3ccf-aa58-94c38defac2c" genres: - "blues" - "delta blues" artists: - "Robert Johnson" image: "https://coverartarchive.org/release-group/2609603b-cd7d-3ccf-aa58-94c38defac2c/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 + "
" FROM "03.05 Vinyls/King of the Delta Blues Singers (by Robert Johnson - 1961)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`