--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Rum Sodomy & the Lash" englishTitle: "Rum Sodomy & the Lash" year: "1985" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/ba1f6641-9085-36a0-8962-65ad6e48afd1" id: "ba1f6641-9085-36a0-8962-65ad6e48afd1" genres: - "celtic" - "celtic punk" - "folk" - "folk punk" - "folk rock" - "irish folk" - "punk" - "rock" artists: - "The Pogues" image: "https://coverartarchive.org/release-group/ba1f6641-9085-36a0-8962-65ad6e48afd1/front" rating: 8.5 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/Rum Sodomy the Lash (by The Pogues - 1985)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`