--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "My Baby Just Cares for Me" englishTitle: "My Baby Just Cares for Me" year: "2012" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/e31f4dd5-3cda-4444-b133-111c165ddca9" id: "e31f4dd5-3cda-4444-b133-111c165ddca9" genres: - "blues" artists: - "Nina Simone" image: "https://coverartarchive.org/release-group/e31f4dd5-3cda-4444-b133-111c165ddca9/front" rating: 0 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 + " |