Files
kepano-obsidian/Categories/Albums.md
2025-05-24 16:03:46 -07:00

467 B

tags
tags
music
categories
display:
  file.name: Album
  property.year: Year
  property.artist: Artist
  property.created: Added
  property.rating: Rating
  property.genre: Genre
views:
  - type: table
    name: Table
    filters:
      and:
        - contains(categories, concat("[[", this.file.name, "]]"))
        - not(contains(file.name, "Template"))
    order:
      - file.name
      - artist
      - rating
      - year
      - genre