--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Oracular Spectacular" englishTitle: "Oracular Spectacular" year: "2007" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/f7da2770-bf72-3dea-8904-ff6135822724" id: "f7da2770-bf72-3dea-8904-ff6135822724" genres: - "alternative dance" - "alternative rock" - "indie pop" - "indie rock" - "indietronica" - "neo-psychedelia" - "pop" - "psychedelic pop" - "rock" - "synth-pop" artists: - "MGMT" image: "https://coverartarchive.org/release-group/f7da2770-bf72-3dea-8904-ff6135822724/front" rating: 7.7 personalRating: 0 tags: "mediaDB/music/Album" --- 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/Oracular Spectacular (by MGMT - 2007)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`