Artwork and NFO Editing

Movie Renamer Ultimate gives you full control over the metadata and artwork that accompanies your movies.

Artwork Preview Panel

The paid version includes an artwork panel on the right side of the app. Click any movie in the preview list to load its posters and backdrops from TMDB.

Main Canvas

The large canvas shows the exact image that will be saved during batch processing. Images are sorted by TMDB vote average so the best-rated image is shown first.

Alternates Strip

A scrollable strip below the main canvas shows all available alternates as thumbnails.

  • Click any thumbnail to preview it in the main canvas.
  • Click Use This One to set that image as the per-movie selection.
  • Click Reset to Default to revert back to TMDB's primary image.

NFO Metadata Editor

Double-click any movie in the preview list to open the metadata editor. For movies that have already been renamed, the editor pre-fills with the existing NFO data.

Fields Tab

Edit all key metadata fields through a scrollable form:

  • Title, Year, Rating, Runtime
  • Director, Genres
  • Cast (one actor per line)
  • Plot summary

XML Tab

Switch to the XML tab to view and edit the raw NFO file content directly. Switching tabs syncs any changes from the Fields tab into the XML view automatically.

<movie>
  <title>Blade Runner 2049</title>
  <year>2017</year>
  <rating>8.0</rating>
  <runtime>164</runtime>
  <director>Denis Villeneuve</director>
</movie>