--- DocType: "Vinyl" type: "musicRelease" subType: "Single" title: "Shimmy Shimmy Ya" englishTitle: "Shimmy Shimmy Ya" year: "1995" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/a10e80c7-b94c-371a-98d5-874d0d3e55d4" id: "a10e80c7-b94c-371a-98d5-874d0d3e55d4" genres: - "hardcore hip hop" - "hip hop" artists: - "Ol’ Dirty Bastard" image: "https://coverartarchive.org/release-group/a10e80c7-b94c-371a-98d5-874d0d3e55d4/front" rating: 10 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/Shimmy Shimmy Ya (by Ol’ Dirty Bastard - 1995)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`