--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Space Is Only Noise" englishTitle: "Space Is Only Noise" year: "2011" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/0fa5e3d1-22b1-4232-adca-0ec05c4c69e7" id: "0fa5e3d1-22b1-4232-adca-0ec05c4c69e7" genres: - "ambient" - "deep house" - "downtempo" - "electronic" artists: - "Nicolas Jaar" image: "https://coverartarchive.org/release-group/0fa5e3d1-22b1-4232-adca-0ec05c4c69e7/front" rating: 7.5 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/Space Is Only Noise (by Nicolas Jaar - 2011)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`