--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "The Score" englishTitle: "The Score" year: "1996" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/dd2203dd-a149-316b-ad7f-a303dc4fc459" id: "dd2203dd-a149-316b-ad7f-a303dc4fc459" genres: - "alternative hip hop" - "boom bap" - "conscious hip hop" - "contemporary r&b" - "dancehall" - "east coast hip hop" - "hip hop" artists: - "Fugees (Refugee Camp)" image: "https://coverartarchive.org/release-group/dd2203dd-a149-316b-ad7f-a303dc4fc459/front" rating: 6.9 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 + " |