diff --git a/Categories/Movies.md b/Categories/Movies.md index 75ad673..a38de32 100644 --- a/Categories/Movies.md +++ b/Categories/Movies.md @@ -13,7 +13,7 @@ table without id director as Director where contains(category,this.file.link) - and rating > 9 + and rating > 6 sort rating desc ``` diff --git a/Categories/Shows.md b/Categories/Shows.md index e69de29..1e5304c 100644 --- a/Categories/Shows.md +++ b/Categories/Shows.md @@ -0,0 +1,15 @@ +--- +tags: + - categories +--- + +```dataview +table without id + file.link as Show, + rating as Rating, + last as "Last seen" +where + contains(category, this.file.link) and + !contains(file.name, "Template") +sort last desc +``` \ No newline at end of file diff --git a/References/Blade Runner.md b/References/Blade Runner.md new file mode 100644 index 0000000..604ed04 --- /dev/null +++ b/References/Blade Runner.md @@ -0,0 +1,20 @@ +--- +category: + - "[[Movies]]" +cover: https://m.media-amazon.com/images/M/MV5BNzQzMzJhZTEtOWM4NS00MTdhLTg0YjgtMjM4MDRkZjUwZDBlXkEyXkFqcGdeQXVyNjU0OTQ0OTY@._V1_SX300.jpg +genre: + - "[[Sci-fi]]" +director: + - "[[Ridley Scott]]" +cast: + - "[[Harrison Ford]]" +rating: 7 +year: 1982 +last: 2023-09-14 +imdbId: tt0083658 +tags: + - movies + - references +--- + + diff --git a/References/Futurama.md b/References/Futurama.md new file mode 100644 index 0000000..f91fc83 --- /dev/null +++ b/References/Futurama.md @@ -0,0 +1,12 @@ +--- +category: + - "[[Shows]]" +genre: + - "[[Sci-fi]]" +rating: 7 +created: 2023-09-12 +last: 2023-09-12 +tags: + - shows + - references +---