Initial commit

This commit is contained in:
2026-03-02 17:06:32 +00:00
commit 430dd71917
1190 changed files with 622790 additions and 0 deletions

View File

@@ -0,0 +1,48 @@
filters:
and:
- file.folder != "Templates"
- category.contains(link("Albums"))
properties:
file.name:
displayName: Album
note.year:
displayName: Year
note.artist:
displayName: Artist
note.created:
displayName: Added
note.rating:
displayName: Rating
note.genre:
displayName: Genre
views:
- type: table
name: Albums
order:
- file.name
- artist
- rating
- year
- genre
- type: table
name: Artist
filters:
and:
- list(artist).contains(this)
order:
- file.name
- artist
- rating
- year
- genre
- type: table
name: Genre
filters:
and:
- list(genre).contains(this)
order:
- file.name
- artist
- rating
- year
- genre