--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Première Consultation" englishTitle: "Première Consultation" year: "1996" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/854d43f7-a8d3-3ead-9d45-1e72a92577f1" id: "854d43f7-a8d3-3ead-9d45-1e72a92577f1" genres: - "hip hop" - "pop rap" artists: - "Doc Gynéco" image: "https://coverartarchive.org/release-group/854d43f7-a8d3-3ead-9d45-1e72a92577f1/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/Première Consultation (by Doc Gynéco - 1996)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`