--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Suprême NTM" englishTitle: "Suprême NTM" year: "1998" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/8935869b-8925-35a2-8f3c-2872cfb8f125" id: "8935869b-8925-35a2-8f3c-2872cfb8f125" genres: - "hip hop" artists: - "Suprême NTM" image: "https://coverartarchive.org/release-group/8935869b-8925-35a2-8f3c-2872cfb8f125/front" rating: 2 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/Suprême NTM (by Suprême NTM - 1998)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`