parent
e699328604
commit
e24b0887ea
@ -0,0 +1,22 @@
|
|||||||
|
{
|
||||||
|
"folder": "03.04 Cinematheque",
|
||||||
|
"OMDbKey": "3b1c31d2",
|
||||||
|
"sfwFilter": true,
|
||||||
|
"useCustomYamlStringifier": true,
|
||||||
|
"templates": true,
|
||||||
|
"movieTemplate": "Template Movie.md",
|
||||||
|
"seriesTemplate": "Template TVShow.md",
|
||||||
|
"gameTemplate": "",
|
||||||
|
"wikiTemplate": "",
|
||||||
|
"musicReleaseTemplate": "",
|
||||||
|
"movieFileNameTemplate": "{{ title }} ({{ year }})",
|
||||||
|
"seriesFileNameTemplate": "{{ title }} ({{ year }})",
|
||||||
|
"gameFileNameTemplate": "{{ title }} ({{ year }})",
|
||||||
|
"wikiFileNameTemplate": "{{ title }}",
|
||||||
|
"musicReleaseFileNameTemplate": "{{ title }} (by {{ ENUM:artists }} - {{ year }})",
|
||||||
|
"moviePropertyConversionRules": "",
|
||||||
|
"seriesPropertyConversionRules": "",
|
||||||
|
"gamePropertyConversionRules": "",
|
||||||
|
"wikiPropertyConversionRules": "",
|
||||||
|
"musicReleasePropertyConversionRules": ""
|
||||||
|
}
|
@ -0,0 +1,113 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
Date: 2022-08-16
|
||||||
|
DocType: Note
|
||||||
|
Hierarchy:
|
||||||
|
TimeStamp:
|
||||||
|
location:
|
||||||
|
CollapseMetaTable: Yes
|
||||||
|
Sleep: 8
|
||||||
|
Happiness: 90
|
||||||
|
Gratefulness: 90
|
||||||
|
Stress: 25
|
||||||
|
FrontHeadBar: 5
|
||||||
|
EarHeadBar: 30
|
||||||
|
BackHeadBar: 20
|
||||||
|
Water: 3
|
||||||
|
Coffee: 5
|
||||||
|
Steps:
|
||||||
|
Ski:
|
||||||
|
Riding:
|
||||||
|
Racket:
|
||||||
|
Football:
|
||||||
|
Swim:
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
%% Parent:: [[@Life Admin]] %%
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
[[2022-08-15|<< 🗓 Previous ]]       [[@Main Dashboard|Back]]       [[2022-08-17|🗓 Next >>]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Record today's health
|
||||||
|
type command
|
||||||
|
action MetaEdit: Run MetaEdit
|
||||||
|
id EditMetaData
|
||||||
|
```
|
||||||
|
^button-2022-08-16Edit
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-2022-08-16NSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# 2022-08-16
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
> [!summary]+
|
||||||
|
> Daily note for 2022-08-16
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Memos
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Memos
|
||||||
|
|
||||||
|
This section does serve for quick memos.
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
|
||||||
|
%% ### %%
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Notes
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
Loret ipsum
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Linked activity
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
Table from [[2022-08-16]]
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,67 @@
|
|||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/<% tp.file.title %>"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,94 @@
|
|||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Detail
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
let text = '';
|
||||||
|
|
||||||
|
if (!dv.current().released) {
|
||||||
|
text += '**Not released**\n';
|
||||||
|
if (dv.current().airedFrom) {
|
||||||
|
text += 'The series will release on ' + dv.current().release_date + '.';
|
||||||
|
} else {
|
||||||
|
text += 'The series is not released yet.';
|
||||||
|
}
|
||||||
|
|
||||||
|
} else if (dv.current().airing) {
|
||||||
|
text += '**Not finished**\n';
|
||||||
|
text += 'The series is not fully released yet.';
|
||||||
|
}
|
||||||
|
|
||||||
|
if (text) {
|
||||||
|
dv.paragraph(text);
|
||||||
|
}
|
||||||
|
```
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Episodes</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.episodes + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Aired from</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.airedFrom + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Aired to</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.airedTo + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Studios</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.studios + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/<% tp.file.title %>"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,124 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
cssclass: cards
|
||||||
|
Alias: ["Cinema", "Movies"]
|
||||||
|
Tag: ["Movies", "TVShows"]
|
||||||
|
Date: 2022-08-15
|
||||||
|
DocType:
|
||||||
|
Hierarchy: "Root2"
|
||||||
|
TimeStamp: 2022-08-15
|
||||||
|
location:
|
||||||
|
CollapseMetaTable: Yes
|
||||||
|
TVShow:
|
||||||
|
Name: "The Wire"
|
||||||
|
Season: 1
|
||||||
|
Episode: 1
|
||||||
|
Source: Internal
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[@Lifestyle|Lifestyle]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```button
|
||||||
|
name Save
|
||||||
|
type command
|
||||||
|
action Save current file
|
||||||
|
id Save
|
||||||
|
```
|
||||||
|
^button-CinemathequeNSave
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# Cinematheque
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
> [!summary]+
|
||||||
|
> Summary of anything relating to movies and TV shows
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```toc
|
||||||
|
style: number
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Movies
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Last movie watched
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
table without id "![](" + image + ")" as "Cover", file.link as "Title", genres as "Themes", "Rating: " + personalRating as "Rating", "IMDb Rating: " + onlineRating as "Online Rating", duration as "Duration", "Producer: " + producer as "Producer" from "03.04 Cinematheque"
|
||||||
|
where type = "movie"
|
||||||
|
sort lastWatched asc
|
||||||
|
limit 1
|
||||||
|
```
|
||||||
|
 
|
||||||
|
|
||||||
|
#### 6 favourite movies
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
table without id "![](" + image + ")" as "Cover", file.link as "Title", genres as "Themes", "Rating: " + personalRating as "Rating", "IMDb Rating: " + onlineRating as "Online Rating", duration as "Duration", "Producer: " + producer as "Producer" from "03.04 Cinematheque"
|
||||||
|
where type = "movie"
|
||||||
|
sort personalRating desc
|
||||||
|
limit 6
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### TV Shows
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
#### Last episode watched
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>TV Show's name</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.TVShow.Name + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Season</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.TVShow.Season + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Episode</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.TVShow.Episode + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Source</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.TVShow.Source + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "01.02 Home/Cinematheque"
|
||||||
|
```
|
||||||
|
 
|
||||||
|
|
||||||
|
#### 6 favourite TV shows
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
table without id "![](" + image + ")" as "Cover", file.link as "Title", genres as "Themes", "Rating: " + personalRating as "Rating", "IMDb Rating: " + onlineRating as "Online Rating", duration as "Duration", "Producer: " + producer as "Producer" from "03.04 Cinematheque"
|
||||||
|
where type = "series"
|
||||||
|
sort personalRating desc
|
||||||
|
limit 6
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
 
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "A View to a Kill"
|
||||||
|
englishTitle: "A View to a Kill"
|
||||||
|
year: "1985"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0090264/"
|
||||||
|
id: "tt0090264"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "John Glen"
|
||||||
|
duration: "131 min"
|
||||||
|
onlineRating: 6.3
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BZmFlNmNjMzYtNWUwNS00MzRmLWJhZDktNWE3MGY3ZjdkOTI2XkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "24/05/1985"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 6.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/A View to a Kill (1985)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,94 @@
|
|||||||
|
---
|
||||||
|
|
||||||
|
type: "movie"
|
||||||
|
title: "Basquiat"
|
||||||
|
englishTitle: "Basquiat"
|
||||||
|
year: "1996"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0115632/"
|
||||||
|
id: "tt0115632"
|
||||||
|
genres:
|
||||||
|
- "Biography"
|
||||||
|
- "Drama"
|
||||||
|
producer: "Julian Schnabel"
|
||||||
|
duration: "107 min"
|
||||||
|
onlineRating: 6.9
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMTk3NTk3MzU5N15BMl5BanBnXkFtZTgwNjIwMDcyMTI@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "09/08/1996"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "15/08/2022"
|
||||||
|
personalRating: 9
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Basquiat (1996)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Diamonds Are Forever"
|
||||||
|
englishTitle: "Diamonds Are Forever"
|
||||||
|
year: "1971"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0066995/"
|
||||||
|
id: "tt0066995"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Guy Hamilton"
|
||||||
|
duration: "120 min"
|
||||||
|
onlineRating: 6.5
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BZjE1NTc2MzAtZTgzNi00ZmY0LWIxNjUtZTQwMjdlNTY0ZTM2XkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "17/12/1971"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Diamonds Are Forever (1971)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Dr. No"
|
||||||
|
englishTitle: "Dr. No"
|
||||||
|
year: "1962"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0055928/"
|
||||||
|
id: "tt0055928"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Terence Young"
|
||||||
|
duration: "110 min"
|
||||||
|
onlineRating: 7.2
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BNWNjNGU5ZjUtMzc0MC00MWY5LTkxMGUtMjcxZmM2MDYzYzQ4XkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "10/10/1962"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Dr No (1962)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "For Your Eyes Only"
|
||||||
|
englishTitle: "For Your Eyes Only"
|
||||||
|
year: "1981"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0082398/"
|
||||||
|
id: "tt0082398"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "John Glen"
|
||||||
|
duration: "127 min"
|
||||||
|
onlineRating: 6.7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BN2RhOWEyM2UtNTYwMC00ZGUxLWFiMzktNTAzYjFjNmZlYzMyXkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "26/06/1981"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 6.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/For Your Eyes Only (1981)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "From Russia with Love"
|
||||||
|
englishTitle: "From Russia with Love"
|
||||||
|
year: "1963"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0057076/"
|
||||||
|
id: "tt0057076"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Terence Young"
|
||||||
|
duration: "115 min"
|
||||||
|
onlineRating: 7.4
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BYzQ3ODdjNjQtNzVkYi00YmM5LThkYjMtZDFmYmYxZjZlNmQ4XkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "27/05/1964"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/From Russia with Love (1963)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Goldfinger"
|
||||||
|
englishTitle: "Goldfinger"
|
||||||
|
year: "1964"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0058150/"
|
||||||
|
id: "tt0058150"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Guy Hamilton"
|
||||||
|
duration: "110 min"
|
||||||
|
onlineRating: 7.7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMTQ2MzE0OTU3NV5BMl5BanBnXkFtZTcwNjQxNTgzNA@@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "09/01/1965"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Goldfinger (1964)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Life Is Beautiful"
|
||||||
|
englishTitle: "Life Is Beautiful"
|
||||||
|
year: "1997"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0118799/"
|
||||||
|
id: "tt0118799"
|
||||||
|
genres:
|
||||||
|
- "Comedy"
|
||||||
|
- "Drama"
|
||||||
|
- "Romance"
|
||||||
|
producer: "Roberto Benigni"
|
||||||
|
duration: "116 min"
|
||||||
|
onlineRating: 8.6
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BYmJmM2Q4NmMtYThmNC00ZjRlLWEyZmItZTIwOTBlZDQ3NTQ1XkEyXkFqcGdeQXVyMTQxNzMzNDI@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "20/12/1997"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 9
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Life Is Beautiful (1997)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Live and Let Die"
|
||||||
|
englishTitle: "Live and Let Die"
|
||||||
|
year: "1973"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0070328/"
|
||||||
|
id: "tt0070328"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Guy Hamilton"
|
||||||
|
duration: "121 min"
|
||||||
|
onlineRating: 6.7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMzY0M2MzODYtZDU5Yy00YTg2LWJmMGQtNmY1OWZiYjlmNzY0XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "27/06/1973"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Live and Let Die (1973)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Moonraker"
|
||||||
|
englishTitle: "Moonraker"
|
||||||
|
year: "1979"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0079574/"
|
||||||
|
id: "tt0079574"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Sci-Fi"
|
||||||
|
producer: "Lewis Gilbert"
|
||||||
|
duration: "126 min"
|
||||||
|
onlineRating: 6.2
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BYWE1ZDE1ZjMtNTVlZS00NGZjLTg2MWItYjQzMTJlMzAzZGNkXkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "29/06/1979"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Moonraker (1979)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Never Say Never Again"
|
||||||
|
englishTitle: "Never Say Never Again"
|
||||||
|
year: "1983"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0086006/"
|
||||||
|
id: "tt0086006"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Irvin Kershner"
|
||||||
|
duration: "134 min"
|
||||||
|
onlineRating: 6.1
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMTM1NjgzMDkwOF5BMl5BanBnXkFtZTcwMzM4NzI0NA@@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "07/10/1983"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 6.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Never Say Never Again (1983)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Octopussy"
|
||||||
|
englishTitle: "Octopussy"
|
||||||
|
year: "1983"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0086034/"
|
||||||
|
id: "tt0086034"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "John Glen"
|
||||||
|
duration: "131 min"
|
||||||
|
onlineRating: 6.5
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMGRiMDAwNWYtYmQzNS00NjEyLWE1NjQtNDg5ZTJlMmRmMjFhXkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "10/06/1983"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Octopussy (1983)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "On Her Majesty's Secret Service"
|
||||||
|
englishTitle: "On Her Majesty's Secret Service"
|
||||||
|
year: "1969"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0064757/"
|
||||||
|
id: "tt0064757"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Peter R. Hunt"
|
||||||
|
duration: "142 min"
|
||||||
|
onlineRating: 6.8
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BZGFlNGNiMmQtMThhZS00MWMxLWFiNGItZTM4ZmJlODM3ZmU2XkEyXkFqcGdeQXVyNDY2MTk1ODk@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "19/12/1969"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/On Her Majesty's Secret Service (1969)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars"
|
||||||
|
englishTitle: "Star Wars"
|
||||||
|
year: "1977"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0076759/"
|
||||||
|
id: "tt0076759"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "George Lucas"
|
||||||
|
duration: "121 min"
|
||||||
|
onlineRating: 8.6
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BNzg4MjQxNTQtZmI5My00YjMwLWJlMjUtMmJlY2U2ZWFlNzY1XkEyXkFqcGdeQXVyODk4OTc3MTY@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "25/05/1977"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 8.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars (1977)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode I - The Phantom Menace"
|
||||||
|
englishTitle: "Star Wars: Episode I - The Phantom Menace"
|
||||||
|
year: "1999"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0120915/"
|
||||||
|
id: "tt0120915"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "George Lucas"
|
||||||
|
duration: "136 min"
|
||||||
|
onlineRating: 6.5
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BYTRhNjcwNWQtMGJmMi00NmQyLWE2YzItODVmMTdjNWI0ZDA2XkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "19/05/1999"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode I - The Phantom Menace (1999)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode II - Attack of the Clones"
|
||||||
|
englishTitle: "Star Wars: Episode II - Attack of the Clones"
|
||||||
|
year: "2002"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0121765/"
|
||||||
|
id: "tt0121765"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "George Lucas"
|
||||||
|
duration: "142 min"
|
||||||
|
onlineRating: 6.6
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMDAzM2M0Y2UtZjRmZi00MzVlLTg4MjEtOTE3NzU5ZDVlMTU5XkEyXkFqcGdeQXVyNDUyOTg3Njg@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "16/05/2002"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 6.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode II - Attack of the Clones (2002)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode III - Revenge of the Sith"
|
||||||
|
englishTitle: "Star Wars: Episode III - Revenge of the Sith"
|
||||||
|
year: "2005"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0121766/"
|
||||||
|
id: "tt0121766"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "George Lucas"
|
||||||
|
duration: "140 min"
|
||||||
|
onlineRating: 7.6
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BNTc4MTc3NTQ5OF5BMl5BanBnXkFtZTcwOTg0NjI4NA@@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "19/05/2005"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode III - Revenge of the Sith (2005)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode IX - The Rise of Skywalker"
|
||||||
|
englishTitle: "Star Wars: Episode IX - The Rise of Skywalker"
|
||||||
|
year: "2019"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt2527338/"
|
||||||
|
id: "tt2527338"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "J.J. Abrams"
|
||||||
|
duration: "141 min"
|
||||||
|
onlineRating: 6.5
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMDljNTQ5ODItZmQwMy00M2ExLTljOTQtZTVjNGE2NTg0NGIxXkEyXkFqcGdeQXVyODkzNTgxMDg@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "20/12/2019"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 5.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode IX - The Rise of Skywalker (2019)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode V - The Empire Strikes Back"
|
||||||
|
englishTitle: "Star Wars: Episode V - The Empire Strikes Back"
|
||||||
|
year: "1980"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0080684/"
|
||||||
|
id: "tt0080684"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "Irvin Kershner"
|
||||||
|
duration: "124 min"
|
||||||
|
onlineRating: 8.7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BYmU1NDRjNDgtMzhiMi00NjZmLTg5NGItZDNiZjU5NTU4OTE0XkEyXkFqcGdeQXVyNzkwMjQ5NzM@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "20/06/1980"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 8
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode V - The Empire Strikes Back (1980)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode VI - Return of the Jedi"
|
||||||
|
englishTitle: "Star Wars: Episode VI - Return of the Jedi"
|
||||||
|
year: "1983"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0086190/"
|
||||||
|
id: "tt0086190"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "Richard Marquand"
|
||||||
|
duration: "131 min"
|
||||||
|
onlineRating: 8.3
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BOWZlMjFiYzgtMTUzNC00Y2IzLTk1NTMtZmNhMTczNTk0ODk1XkEyXkFqcGdeQXVyNTAyODkwOQ@@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "25/05/1983"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 8.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode VI - Return of the Jedi (1983)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode VII - The Force Awakens"
|
||||||
|
englishTitle: "Star Wars: Episode VII - The Force Awakens"
|
||||||
|
year: "2015"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt2488496/"
|
||||||
|
id: "tt2488496"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Sci-Fi"
|
||||||
|
producer: "J.J. Abrams"
|
||||||
|
duration: "138 min"
|
||||||
|
onlineRating: 7.8
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BOTAzODEzNDAzMl5BMl5BanBnXkFtZTgwMDU1MTgzNzE@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "18/12/2015"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 6.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode VII - The Force Awakens (2015)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Star Wars: Episode VIII - The Last Jedi"
|
||||||
|
englishTitle: "Star Wars: Episode VIII - The Last Jedi"
|
||||||
|
year: "2017"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt2527336/"
|
||||||
|
id: "tt2527336"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Fantasy"
|
||||||
|
producer: "Rian Johnson"
|
||||||
|
duration: "152 min"
|
||||||
|
onlineRating: 6.9
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BMjQ1MzcxNjg4N15BMl5BanBnXkFtZTgwNzgwMjY4MzI@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "15/12/2017"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "2021"
|
||||||
|
personalRating: 6
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Star Wars - Episode VIII - The Last Jedi (2017)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "The Living Daylights"
|
||||||
|
englishTitle: "The Living Daylights"
|
||||||
|
year: "1987"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0093428/"
|
||||||
|
id: "tt0093428"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "John Glen"
|
||||||
|
duration: "130 min"
|
||||||
|
onlineRating: 6.7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BZjI4MjBmYzItYTY5OC00OWYzLWE0NWYtZDQxNDQxM2QzYjA4XkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "31/07/1987"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "15/08/2022"
|
||||||
|
personalRating: 7.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/The Living Daylights (1987)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "The Man with the Golden Gun"
|
||||||
|
englishTitle: "The Man with the Golden Gun"
|
||||||
|
year: "1974"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0071807/"
|
||||||
|
id: "tt0071807"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Guy Hamilton"
|
||||||
|
duration: "125 min"
|
||||||
|
onlineRating: 6.7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BYjY3YmM1MTItMWE0NC00NjFmLWFkMDgtMWFiZjY5NzQyZGVjXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "20/12/1974"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 6.5
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/The Man with the Golden Gun (1974)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "The Spy Who Loved Me"
|
||||||
|
englishTitle: "The Spy Who Loved Me"
|
||||||
|
year: "1977"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0076752/"
|
||||||
|
id: "tt0076752"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Lewis Gilbert"
|
||||||
|
duration: "125 min"
|
||||||
|
onlineRating: 7
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BZDJhOTgyMTUtMDVhOS00MzRlLTk0MjYtYjI5NzhhMTExMTc1XkEyXkFqcGdeQXVyNDY2MTk1ODk@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "03/08/1977"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/The Spy Who Loved Me (1977)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "Thunderball"
|
||||||
|
englishTitle: "Thunderball"
|
||||||
|
year: "1965"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0059800/"
|
||||||
|
id: "tt0059800"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Terence Young"
|
||||||
|
duration: "130 min"
|
||||||
|
onlineRating: 6.9
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BZGNhYjM3ZmQtMTRlZS00YmZiLWFhYjktYWE3ZTk0MGY0MTIwXkEyXkFqcGdeQXVyNjc1NTYyMjg@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "22/12/1965"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 0
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/Thunderball (1965)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
@ -0,0 +1,93 @@
|
|||||||
|
---
|
||||||
|
type: "movie"
|
||||||
|
title: "You Only Live Twice"
|
||||||
|
englishTitle: "You Only Live Twice"
|
||||||
|
year: "1967"
|
||||||
|
dataSource: "OMDbAPI"
|
||||||
|
url: "https://www.imdb.com/title/tt0062512/"
|
||||||
|
id: "tt0062512"
|
||||||
|
genres:
|
||||||
|
- "Action"
|
||||||
|
- "Adventure"
|
||||||
|
- "Thriller"
|
||||||
|
producer: "Lewis Gilbert"
|
||||||
|
duration: "117 min"
|
||||||
|
onlineRating: 6.8
|
||||||
|
image: "https://m.media-amazon.com/images/M/MV5BOTQ4YjhmMzQtMDhiZi00MGZmLTg3MTAtNzczZGEyODIwYzhiXkEyXkFqcGdeQXVyMjUzOTY1NTc@._V1_SX300.jpg"
|
||||||
|
released: true
|
||||||
|
premiere: "13/06/1967"
|
||||||
|
watched: true
|
||||||
|
lastWatched: "N/A"
|
||||||
|
personalRating: 7
|
||||||
|
tags: "#mediaDB/tv/movie"
|
||||||
|
CollapseMetaTable: yes
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
Parent:: [[Cinematheque]]
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
```dataviewjs
|
||||||
|
dv.paragraph(`> [!${dv.current().watched ? 'SUCCESS' : 'WARNING'}] ${dv.current().watched ? 'last watched on ' + dv.current().lastWatched : 'not yet watched'}`)
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
# `$= dv.current().title`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= dv.current().watched ? '**Rating**: ' + dv.current().personalRating + ' out of 10' : ''`
|
||||||
|
|
||||||
|
```toc
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Details
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
**Genres**:
|
||||||
|
`$= dv.current().genres.length === 0 ? ' - none' : dv.list(dv.current().genres)`
|
||||||
|
|
||||||
|
`$= !dv.current().released ? '**Not released** The movie is not yet released.' : ''`
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
```dataview
|
||||||
|
list without id
|
||||||
|
"<table><tbody><tr><td><a class=heading>Type</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.type + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Online Rating</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.onlineRating + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Duration</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.duration + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Premiered</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.premiere + "</span></td></tr>"
|
||||||
|
+
|
||||||
|
"<tr><td><a class=heading>Producer</a></td>"
|
||||||
|
+
|
||||||
|
"<td><span style='color: var(--footnote);'>" + this.producer + "</span></td></tr></tbody></table>"
|
||||||
|
FROM "03.04 Cinematheque/You Only Live Twice (1967)"
|
||||||
|
```
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
### Poster
|
||||||
|
|
||||||
|
 
|
||||||
|
|
||||||
|
`$= '![Image|360](' + dv.current().image + ')'`
|
Loading…
Reference in new issue