--- type: "movie" subType: null title: "Dogman" englishTitle: "Dogman" year: "2018" dataSource: "OMDbAPI" url: "https://www.imdb.com/title/tt6768578/" id: "tt6768578" plot: "A timid dog groomer living in a poor suburb sells cocaine on the side and stays out of trouble, while trying to deal with his unstable, violent acquaintance who is a menace to the whole neighborhood." genres: - "Crime" - "Drama" - "Thriller" director: - "Matteo Garrone" writer: - "Ugo Chiti" - "Matteo Garrone" - "Massimo Gaudioso" studio: - "N/A" duration: "103 min" onlineRating: 7.2 actors: - "Marcello Fonte" - "Edoardo Pesce" - "Nunzia Schiano" image: "https://m.media-amazon.com/images/M/MV5BZWIzMmYzNmMtZWNkMy00YzU2LTgzYTQtNDZhMmFmZDkwNTlmXkEyXkFqcGdeQXVyODAzODU1NDQ@._V1_SX300.jpg" released: true streamingServices: premiere: "12/04/2019" watched: true lastWatched: "[[2024-01-06]]" personalRating: 0 --- 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 "
Type | " + "" + this.type + " |
Online Rating | " + "" + this.onlineRating + " |
Duration | " + "" + this.duration + " |
Premiered | " + "" + this.premiere + " |
Producer | " + "" + this.producer + " |