Small fixes

This commit is contained in:
Steph Ango
2025-09-16 09:10:30 -07:00
parent de7764aa87
commit b988a7e438
6 changed files with 32 additions and 20 deletions

View File

@@ -16,7 +16,7 @@ created: 2023-09-12
---
## Trips
![[Trips.base#Related trips]]
![[Trips.base#Location]]
## Map

View File

@@ -8,4 +8,4 @@ created: 2023-09-13
---
## Albums
![[Albums.base#Related albums]]
![[Albums.base#Artist]]

View File

@@ -2,13 +2,19 @@ filters:
and:
- note.categories.contains(link("Albums"))
- '!file.name.contains("Template")'
display:
file.name: Album
note.year: Year
note.artist: Artist
note.created: Added
note.rating: Rating
note.genre: Genre
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

View File

@@ -2,7 +2,6 @@ filters:
and:
- categories.contains(link("Movies"))
- '!file.name.contains("Template")'
formulas: {}
properties:
file.name:
displayName: Name

View File

@@ -2,14 +2,21 @@ filters:
and:
- note.categories.contains(link("Podcast episodes"))
- '!file.name.contains("Template")'
display:
file.name: Podcast
note.show: Show
note.guests: Guests
note.episode: Episode
note.rating: Rating
note.published: Published
note.guest: Guest
properties:
file.name:
displayName: Podcast
note.show:
displayName: Show
note.guests:
displayName: Guests
note.episode:
displayName: Episode
note.rating:
displayName: Rating
note.published:
displayName: Published
note.guest:
displayName: Guest
views:
- type: table
name: All episodes
@@ -21,7 +28,7 @@ views:
- rating
- published
sort:
- column: note.published
- property: published
direction: DESC
- type: table
name: Show

View File

@@ -23,7 +23,7 @@ views:
- end
- loc
sort:
- column: note.end
- property: end
direction: DESC
columnSize:
file.name: 255