--- DocType: "Vinyl" type: "musicRelease" subType: "Album" title: "Timeless" englishTitle: "Timeless" year: "2020" dataSource: "MusicBrainz API" url: "https://musicbrainz.org/release-group/ad356e28-ece7-4100-9e3f-1fcf57f7bb96" id: "ad356e28-ece7-4100-9e3f-1fcf57f7bb96" genres: - "electronic" - "downtempo" artists: - "Thylacine" image: "https://coverartarchive.org/release-group/ad356e28-ece7-4100-9e3f-1fcf57f7bb96/front" rating: 10 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/Timeless (by Thylacine - 2020)" ```   ---   ### Poster   `$= '![Image|360](' + dv.current().image + ')'`