macbook-pro-de-oscar-1.home 2025-8-26:21:7:7
This commit is contained in:
22
References/Barry Lyndon.md
Normal file
22
References/Barry Lyndon.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
genre:
|
||||||
|
- "[[Aventure]]"
|
||||||
|
- "[[Drame]]"
|
||||||
|
- "[[Guerre]]"
|
||||||
|
director:
|
||||||
|
- "[[Stanley Kubrick]]"
|
||||||
|
rating:
|
||||||
|
scoreImdb: 8.1
|
||||||
|
cast:
|
||||||
|
- "[[Ryan O'Neal]]"
|
||||||
|
- "[[Marisa Berenson]]"
|
||||||
|
- "[[Patrick Magee]]"
|
||||||
|
cover: https://m.media-amazon.com/images/M/MV5BYjYzN2EwZDItYTQ0OC00ZGE0LWE0Y2ItOTAzZmQyZmU0MDZlXkEyXkFqcGc@._V1_.jpg
|
||||||
|
plot: En Angleterre au dix-huitième siècle, un Irlandais malhonnête gagne le coeur d'une veuve riche et assume la position aristocratique de son mari décédé.
|
||||||
|
year: 1976
|
||||||
|
created: 2025-08-26
|
||||||
|
tags:
|
||||||
|
- t/source/film
|
||||||
|
- s/art/cinema
|
||||||
|
vu: false
|
||||||
|
---
|
22
References/Les fugitifs.md
Normal file
22
References/Les fugitifs.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
genre:
|
||||||
|
- "[[Comédie]]"
|
||||||
|
- "[[Policier]]"
|
||||||
|
- "[[Drame]]"
|
||||||
|
director:
|
||||||
|
- "[[Francis Veber]]"
|
||||||
|
rating:
|
||||||
|
scoreImdb: 7
|
||||||
|
cast:
|
||||||
|
- "[[Pierre Richard]]"
|
||||||
|
- "[[Gérard Depardieu]]"
|
||||||
|
- "[[Jean Carmet]]"
|
||||||
|
cover: "https://m.media-amazon.com/images/M/MV5BOTYzNTI3YzgtYWNiMi00N2U5LTk4NjYtNWJkYmI4OWYxM2Y4XkEyXkFqcGc@._V1_.jpg"
|
||||||
|
plot: "Jean est pris en otage dans une banque par un voleur insensé. Alors que Jean est sorti de prison une heure plus tôt, la police suppose qu'il est le voleur. Tout va drôlement mal. La petite fille du voleur rejoint les fugitifs."
|
||||||
|
year: 1986
|
||||||
|
created: 2025-08-26
|
||||||
|
tags:
|
||||||
|
- "t/source/film"
|
||||||
|
- "s/art/cinema"
|
||||||
|
vu: false
|
||||||
|
---
|
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
tags:
|
|
||||||
- t/source/film
|
|
||||||
- s/art/cinema
|
|
||||||
author:
|
|
||||||
date-sortie:
|
|
||||||
date-seen:
|
|
||||||
genre:
|
|
||||||
---
|
|
@@ -6,7 +6,6 @@ tags:
|
|||||||
|
|
||||||
# Films
|
# Films
|
||||||
|
|
||||||
- [[barry lindon]]
|
|
||||||
- les fugitifs
|
- les fugitifs
|
||||||
- The elephant man
|
- The elephant man
|
||||||
- the fly (la mouche)
|
- the fly (la mouche)
|
||||||
|
241
films.base
Normal file
241
films.base
Normal file
@@ -0,0 +1,241 @@
|
|||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- file.hasTag("t/source/film")
|
||||||
|
- '!file.name.contains("Template")'
|
||||||
|
properties:
|
||||||
|
file.name:
|
||||||
|
displayName: Name
|
||||||
|
note.last:
|
||||||
|
displayName: Last
|
||||||
|
note.rating:
|
||||||
|
displayName: Rating
|
||||||
|
note.year:
|
||||||
|
displayName: Year
|
||||||
|
note.director:
|
||||||
|
displayName: Director
|
||||||
|
note.genre:
|
||||||
|
displayName: Genre
|
||||||
|
note.cast:
|
||||||
|
displayName: Cast
|
||||||
|
note.scoreImdb:
|
||||||
|
displayName: IMDB
|
||||||
|
note.scoreRT:
|
||||||
|
displayName: RT
|
||||||
|
note.runtime:
|
||||||
|
displayName: Runtime
|
||||||
|
note.watchlist:
|
||||||
|
displayName: Added
|
||||||
|
views:
|
||||||
|
- type: table
|
||||||
|
name: All
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- year
|
||||||
|
- director
|
||||||
|
- rating
|
||||||
|
- last
|
||||||
|
- plot
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: director
|
||||||
|
direction: ASC
|
||||||
|
- property: plot
|
||||||
|
direction: ASC
|
||||||
|
columnSize:
|
||||||
|
file.name: 193
|
||||||
|
note.director: 205
|
||||||
|
note.plot: 233
|
||||||
|
note.genre: 261
|
||||||
|
- type: table
|
||||||
|
name: To-watch
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- last.isEmpty()
|
||||||
|
- rating.isEmpty()
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- year
|
||||||
|
- scoreImdb
|
||||||
|
- scoreRT
|
||||||
|
- runtime
|
||||||
|
- watchlist
|
||||||
|
- director
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: scoreImdb
|
||||||
|
direction: DESC
|
||||||
|
- property: scoreRT
|
||||||
|
direction: DESC
|
||||||
|
- property: watchlist
|
||||||
|
direction: DESC
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: director
|
||||||
|
direction: ASC
|
||||||
|
columnSize:
|
||||||
|
file.name: 283
|
||||||
|
note.year: 68
|
||||||
|
note.scoreImdb: 44
|
||||||
|
note.scoreRT: 67
|
||||||
|
note.director: 238
|
||||||
|
note.genre: 261
|
||||||
|
- type: table
|
||||||
|
name: Favorites
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- note.rating > 6
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- director
|
||||||
|
- year
|
||||||
|
- genre
|
||||||
|
- rating
|
||||||
|
- ratingImdb
|
||||||
|
- last
|
||||||
|
sort:
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: ratingImdb
|
||||||
|
direction: DESC
|
||||||
|
columnSize:
|
||||||
|
file.name: 283
|
||||||
|
note.director: 221
|
||||||
|
note.year: 68
|
||||||
|
- type: table
|
||||||
|
name: Last seen
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- "!last.isEmpty()"
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- year
|
||||||
|
- rating
|
||||||
|
- last
|
||||||
|
- director
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: last
|
||||||
|
direction: DESC
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
limit: 20
|
||||||
|
- type: table
|
||||||
|
name: Actor
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- list(cast).contains(this)
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- year
|
||||||
|
- director
|
||||||
|
- genre
|
||||||
|
- ratingImdb
|
||||||
|
sort:
|
||||||
|
- property: ratingImdb
|
||||||
|
direction: DESC
|
||||||
|
- type: table
|
||||||
|
name: Genre
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- list(genre).contains(this)
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- rating
|
||||||
|
- year
|
||||||
|
- director
|
||||||
|
- last
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: last
|
||||||
|
direction: DESC
|
||||||
|
- property: genre
|
||||||
|
direction: ASC
|
||||||
|
- property: rating
|
||||||
|
direction: DESC
|
||||||
|
columnSize:
|
||||||
|
note.director: 166
|
||||||
|
note.last: 115
|
||||||
|
- type: table
|
||||||
|
name: Director
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- list(director).contains(this)
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- year
|
||||||
|
- rating
|
||||||
|
- last
|
||||||
|
- cast
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: last
|
||||||
|
direction: DESC
|
||||||
|
- property: rating
|
||||||
|
direction: ASC
|
||||||
|
- property: year
|
||||||
|
direction: DESC
|
||||||
|
columnSize:
|
||||||
|
file.name: 186
|
||||||
|
note.year: 79
|
||||||
|
note.rating: 96
|
||||||
|
note.genre: 243
|
||||||
|
- type: table
|
||||||
|
name: Soundtrack
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- list(music).contains(this)
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- year
|
||||||
|
- rating
|
||||||
|
- last
|
||||||
|
- cast
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: last
|
||||||
|
direction: DESC
|
||||||
|
- property: rating
|
||||||
|
direction: ASC
|
||||||
|
- property: year
|
||||||
|
direction: DESC
|
||||||
|
columnSize:
|
||||||
|
file.name: 186
|
||||||
|
note.year: 79
|
||||||
|
note.rating: 96
|
||||||
|
note.genre: 243
|
||||||
|
- type: table
|
||||||
|
name: Theater
|
||||||
|
filters:
|
||||||
|
and:
|
||||||
|
- file.links.contains(this.file)
|
||||||
|
order:
|
||||||
|
- file.name
|
||||||
|
- rating
|
||||||
|
- last
|
||||||
|
- year
|
||||||
|
- scoreImdb
|
||||||
|
- runtime
|
||||||
|
- scoreRT
|
||||||
|
- watchlist
|
||||||
|
- director
|
||||||
|
- genre
|
||||||
|
sort:
|
||||||
|
- property: last
|
||||||
|
direction: DESC
|
||||||
|
- property: scoreImdb
|
||||||
|
direction: DESC
|
||||||
|
- property: scoreRT
|
||||||
|
direction: DESC
|
||||||
|
- property: watchlist
|
||||||
|
direction: DESC
|
||||||
|
- property: file.name
|
||||||
|
direction: ASC
|
||||||
|
- property: director
|
||||||
|
direction: ASC
|
||||||
|
columnSize:
|
||||||
|
file.name: 283
|
||||||
|
note.rating: 94
|
||||||
|
note.year: 68
|
||||||
|
note.scoreRT: 67
|
||||||
|
note.director: 238
|
||||||
|
note.genre: 243
|
Reference in New Issue
Block a user