--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Barry White Sings for Someone You Love" englishTitle: "Barry White Sings for Someone You Love" year: "1977" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/6eeb5470-f486-3d65-8094-8eddb14e4b1b" id: "6eeb5470-f486-3d65-8094-8eddb14e4b1b" genres: - "disco" - "r&b" - "smooth soul" - "soul" artists: - "Barry White" image: "https://coverartarchive.org/release-group/6eeb5470-f486-3d65-8094-8eddb14e4b1b/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 + "
" FROM "03.05 Vinyls/Barry White Sings for Someone You Love (by Barry White - 1977)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`