Metadata Agent for Open Movie Database
This is a Metadata Agent for the Open Movie Database. It uses the existing Freebase Agent to lookup the IMDb id, then retrieves movie info from Open Movie Database. The Agent will get the following information (English only!): title, year, MPAA rating, release date, genres, directors, writers, actors, plot, rating (IMDb and/or Tomatometer), duration and poster.
Since people keep asking the same questions over and over again, please note:
- This is NOT an IMDb Agent, the data is not coming from IMDb (not directly at least).
- Ratings may be different from what you see on the IMDb website, because [see #1].
- Ratings are expressed as a number between 0 and 10, but most Plex clients display 0 to 5 stars (3 stars = 6, 3.5 stars = 7, etc.). This Agent just retrieves the values, it can't do anything about how this is displayed.
- This Agent works with the Plex Media Server, it is of no use to you if you have just access to a shared library.
Download: https://github.com/haeY/OpenMovieDatabase.bundle/archive/master.zip
Source: https://github.com/haeY/OpenMovieDatabase.bundle
Installation
- Unzip the downloaded ZIP file, this gives you a file/folder with the name OpenMovieDatabase.bundle-master. Rename the folder to OpenMovieDatabase.bundle
-
- Mac
- Move OpenMovieDatabase.bundle to ~/Library/Application Support/Plex Media Server/Plug-ins. The easiest way to find this folder is to use the Go to folder... option in the Go menu of the Finder.
~ is your home folder. If you can't find your Library folder, have a look at OS X Lion: Where did my Library go?
- Move OpenMovieDatabase.bundle to ~/Library/Application Support/Plex Media Server/Plug-ins. The easiest way to find this folder is to use the Go to folder... option in the Go menu of the Finder.
- Windows
- Move OpenMovieDatabase.bundle to the Plug-ins folder: right-click the Plex Media Server icon in the system tray and open the Plug-ins folder
- Move OpenMovieDatabase.bundle to the Plug-ins folder: right-click the Plex Media Server icon in the system tray and open the Plug-ins folder
- Linux (Ubuntu)
- Move OpenMovieDatabase.bundle to /var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins
- cd "/var/lib/plexmediaserver/Library/Application Support/Plex Media Server/Plug-ins"
- sudo chown -R plex:plex OpenMovieDatabase.bundle
- Mac
- Restart Plex Media Server
On Mac and Windows: just quit and start again
On Linux (Ubuntu): sudo service plexmediaserver restart - Open Plex/Web and go to Settings. Go to Agents, select Movies, then Freebase. You can change the order of Agents by dragging the items in the list to another position.