macbook-pro-de-oscar-1.home 2025-8-27:0:23:21

This commit is contained in:
oskar
2025-08-27 00:23:21 +02:00
parent 83e75cf4b8
commit b8665859bc
10 changed files with 191 additions and 34 deletions

View File

@@ -31,11 +31,12 @@ views:
order:
- file.name
- year
- director
- rating
- scoreImdb
- plot
- genre
- director
- cast
- plot
- date_last_seen
sort:
- property: last
@@ -45,12 +46,14 @@ views:
- property: plot
direction: ASC
columnSize:
file.name: 193
file.name: 371
note.year: 68
note.director: 205
note.rating: 44
note.scoreImdb: 89
note.plot: 233
note.genre: 261
note.genre: 304
note.director: 205
note.cast: 440
note.plot: 554
image: note.cover
- type: table
name: A voir
@@ -107,10 +110,10 @@ views:
- rating >= 6
order:
- file.name
- director
- year
- genre
- rating
- year
- director
- genre
- ratingImdb
- last
sort:
@@ -152,8 +155,3 @@ views:
imageFit: ""
imageAspectRatio: 1.45
cardSize: 190
- type: table
name: Genres
filters:
and:
- list(Director).contains(this)