--- DocType: Vinyl type: musicRelease subType: Album title: Meat Is Murder englishTitle: Meat Is Murder year: "1985" dataSource: MusicBrainz API url: https://musicbrainz.org/release-group/0d56a04c-045a-37db-bcc3-6c7099e94f16 id: 0d56a04c-045a-37db-bcc3-6c7099e94f16 genres: - indie pop - indie rock - jangle pop - post-punk artists: - The Smiths image: https://coverartarchive.org/release-group/0d56a04c-045a-37db-bcc3-6c7099e94f16/front rating: 7.7 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/Meat Is Murder (by The Smiths - 1985)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`