--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "The Slim Shady LP" englishTitle: "The Slim Shady LP" year: "1999" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/be725de4-4633-3c8a-9a03-f2c4392b6e0d" id: "be725de4-4633-3c8a-9a03-f2c4392b6e0d" genres: - "boom bap" - "hardcore hip hop" - "hip hop" - "horrorcore" artists: - "Eminem" image: "https://coverartarchive.org/release-group/be725de4-4633-3c8a-9a03-f2c4392b6e0d/front" rating: 7.9 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 + " |