--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "The Best of The Pogues" englishTitle: "The Best of The Pogues" year: "1991" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/ff7077ed-0022-329e-983f-a10fb5cff30d" id: "ff7077ed-0022-329e-983f-a10fb5cff30d" genres: - "folk" - "folk rock" - "rock" artists: - "The Pogues" image: "https://coverartarchive.org/release-group/ff7077ed-0022-329e-983f-a10fb5cff30d/front" rating: 8 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/The Best of The Pogues (by The Pogues - 1991)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`