avatarMarco Serafini

Summary

The web content provides a guide on using the Movie plugin in Obsidian to track and manage a personal movie collection with metadata and gallery views.

Abstract

The article "Obsidian Cinema — How to keep track of movies with Movie plugin" by Marco Mindstone is a tutorial demonstrating the use of the Movie plugin for Obsidian. This plugin leverages data from omdb and Youtube to create detailed movie notes within Obsidian. The guide outlines the steps to install and configure the plugin, including obtaining API keys, setting up folders for notes and attachments, and customizing the note template. It also shows how to integrate the Projects plugin to create a visually appealing gallery view of the movie collection, complete with posters and select metadata. The author emphasizes the simplicity of tracking movies in Obsidian with this setup and provides visual aids and links to resources for obtaining API keys.

Opinions

  • The author expresses enthusiasm about the Movie plugin, stating that "Keeping track of movies has never been so simple!"
  • The plugin is praised for its ability to collect movie data from omdb and Youtube, suggesting a comprehensive approach to cataloging.
  • The author provides a personal touch by sharing their own settings for the note template and gallery view, implying a preference for a certain level of customization.
  • The use of the Projects plugin for a gallery view is recommended as a way to enhance the visual organization of the movie collection, indicating the author's appreciation for aesthetic presentation.
  • The author encourages readers to follow them on various social media platforms, suggesting a desire to engage with the community and share further insights.

Obsidian Cinema — How to keep track of movies with Movie plugin

I wrote a similar article about keeping track of your books in Obsidian — Obsidian Library — How to keep track of your books with Book Search and Projects plugins — , and this time I want to show you how to do the same thing with movies by using Movie plugin.

Movie allows you to collect movie data from omdb and Youtube trailers.

Keeping track of movies has never been so simple!

How to set up Movie

First of all you have to install the plugin! To do that, go into settings — community pluginsand search for Movie.

Movie — Community Plugin Search

Install and enable it!

Once you’ve done, follow these instructions:

  1. Create a folder named Movie(you can use the name you prefer): this will be the folder for your movie notes.
  2. Create a folder named Attachments(you can use the name you prefer): this will be the folder for the poster image.
  3. Get an API key from omdb, open the plugin Options panel and copy/paste the API key in the OMDB APY Key field:
Movie — API Keys Options

As you can see from the screenshot above, you can also add an API key from Youtube, but this is “Optional” since it’s only to be able to get the trailers. Anyway, if you are interested, this is a link that can be useful to get more information on how to get the API key from Youtube.

4. Lastly, we just need to set up the note template and the paths. These are my settings:

Movie — Structure Settings

This is the code block to copy/paste the template:

---  
tags: movie
length: {{Runtime}}
genre: {{Genre}}
actors: {{Actors}}
year: {{Year}}
IMDB Score: {{imdbRating}} ({{imdbVotes}})
poster: "{{Title}}.jpg"
status: unwatched
---

{{Trailer}}

{{Plot}}

Movie plugin is now ready to use!

The plugin in action

Let’s try the plugin by clicking the movie icon in the ribbon!

Movie — Ribbon

Now insert the title of the movie that you want, and hit submit:

Movie — Search

And that’s it! This is how the movie note looks like:

Movie — Note

Gallery View with Projects Plugin

I’ve already explained how to set the Projects plugin in my previous article (link at the beginning of this article!), but let’s see here how to create a gallery view for your movies.

Open the Projects plugin and create a new project:

Movie — Create Project

Create the gallery view:

Movie — Project Gallery View

Use poster as “Cover”, set image option to “Fit image” and the card width to 250px. You can include the fields that you want inside the card, but I personally include genre, IMDB Score and status.

This is how the gallery view looks like:

Movie — Project Gallery View Final 1
Movie — Project Gallery View Final 2

Conclusion

Now you have a nice and fast way to keep track of your favourite movies in Obsidian!

You can also follow me on:

Obsidian
Pkm
Notes
Notetaking
Note Taking App
Recommended from ReadMedium