--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "It's a Man's Man's Man's World" englishTitle: "It's a Man's Man's Man's World" year: "1967" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/b7d0b76a-ec25-4707-a86f-1d1476b6715e" id: "b7d0b76a-ec25-4707-a86f-1d1476b6715e" genres: - "funk" - "soul" artists: - "James Brown" image: "https://d1ewwfbdm371xj.cloudfront.net/eMusic/rest/catalog/getReleaseCover?releaseId=6407544&width=800" 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/It's a Man's Man's Man's World (by James Brown - 1967)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`