--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Les Vieux" englishTitle: "Les Vieux" year: "NaN" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/fff15b27-0f06-33b3-ab80-61b09a6a93f0" id: "fff15b27-0f06-33b3-ab80-61b09a6a93f0" genres: - "variete" artists: - "Jacques Brel" image: "https://coverartarchive.org/release-group/fff15b27-0f06-33b3-ab80-61b09a6a93f0/front" rating: 0 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/Les Vieux (by Jacques Brel - NaN)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`