macbook-pro-de-oscar-1.home 2025-8-26:23:43:20
This commit is contained in:
13
films.base
13
films.base
@@ -52,10 +52,11 @@ views:
|
||||
note.genre: 261
|
||||
image: note.cover
|
||||
- type: table
|
||||
name: To-watch
|
||||
name: A voir
|
||||
filters:
|
||||
and:
|
||||
- '!file.hasProperty("date_last_seen")'
|
||||
or:
|
||||
- date_last_seen == ""
|
||||
- nb_times_seen == 0
|
||||
order:
|
||||
- file.name
|
||||
- scoreImdb
|
||||
@@ -79,6 +80,12 @@ views:
|
||||
note.director: 238
|
||||
note.genre: 261
|
||||
note.plot: 233
|
||||
- type: table
|
||||
name: Vus
|
||||
filters:
|
||||
and:
|
||||
- date_last_seen != ""
|
||||
- nb_times_seen >= 1
|
||||
- type: table
|
||||
name: Favorites
|
||||
filters:
|
||||
|
Reference in New Issue
Block a user