--- DocType: "Vinyl" type: "musicRelease" subType: "Single" title: "Can It Be All So Simple / Wu‐Tang Clan Ain’t Nuthing ta F’ Wit" englishTitle: "Can It Be All So Simple / Wu‐Tang Clan Ain’t Nuthing ta F’ Wit" year: "1994" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/5f258402-a285-37ae-b2ce-1c8fbf4b1f47" id: "5f258402-a285-37ae-b2ce-1c8fbf4b1f47" genres: - "hip hop" artists: - "Wu‐Tang Clan" image: "https://coverartarchive.org/release-group/5f258402-a285-37ae-b2ce-1c8fbf4b1f47/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/Can It Be All So Simple Wu‐Tang Clan Ain’t Nuthing ta F’ Wit (by Wu‐Tang Clan - 1994)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`