--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Paris sous les bombes" englishTitle: "Paris sous les bombes" year: "1995" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/3a99d115-ee73-39f6-adac-bae653792190" id: "3a99d115-ee73-39f6-adac-bae653792190" genres: - "boom bap" - "hardcore hip hop" - "hip hop" artists: - "Suprême NTM" image: "https://coverartarchive.org/release-group/3a99d115-ee73-39f6-adac-bae653792190/front" rating: 8 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/Paris sous les bombes (by Suprême NTM - 1995)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`