--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Animal" englishTitle: "Animal" year: "2016" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/f5e5e942-3d5b-47b8-ba46-6b441b6f5740" id: "f5e5e942-3d5b-47b8-ba46-6b441b6f5740" genres: - "experimental" - "downtempo" artists: - "Fakear" image: "https://coverartarchive.org/release-group/f5e5e942-3d5b-47b8-ba46-6b441b6f5740/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/Animal (by Fakear - 2016)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`