--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Them Again" englishTitle: "Them Again" year: "1966" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/50a4e709-e207-3692-87c9-6a3157f84b61" id: "50a4e709-e207-3692-87c9-6a3157f84b61" genres: - "pop" - "rock" artists: - "Them" image: "https://coverartarchive.org/release-group/50a4e709-e207-3692-87c9-6a3157f84b61/front" rating: 6 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 + " |