--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Qui sème le vent récolte le tempo" englishTitle: "Qui sème le vent récolte le tempo" year: "1991" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/424d0675-f87c-3937-bc38-6b29810d1152" id: "424d0675-f87c-3937-bc38-6b29810d1152" genres: - "hip hop" - "ragga" artists: - "MC Solaar" image: "https://coverartarchive.org/release-group/424d0675-f87c-3937-bc38-6b29810d1152/front" rating: 7.3 personalRating: 0 tags: "mediaDB/music/Album" --- 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/Qui sème le vent récolte le tempo (by MC Solaar - 1991)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`