--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Back to Black" englishTitle: "Back to Black" year: "2006" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/6eac2e57-ee50-36f8-b0c4-c4c847a2c098" id: "6eac2e57-ee50-36f8-b0c4-c4c847a2c098" genres: - "brill building" - "contemporary r&b" - "pop" - "pop soul" - "r&b" - "soul" artists: - "Amy Winehouse" image: "https://coverartarchive.org/release-group/6eac2e57-ee50-36f8-b0c4-c4c847a2c098/front" rating: 8.4 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/Back to Black (by Amy Winehouse - 2006)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`