Scrape metadata and build NFO
Posted: 31 Jan 2025, 02:58
New to Filebot here and a bit overwhelmed by all the features !
I would like to do the following:
Given a folder that contains (1) a single movie (MKV, AVI, or VIDEO_TS subfolder), and (2) a stub NFO file that just contains the IMDB or TMDB id, e.g.:
...scrape all the metadata from IMDB or TMDB, fetch artwork, extract mediainfo, and then overwrite the stub with a complete NFO file.
The folder doesn't necessarily need to be renamed.
Is it possible to do some or all of this?
TIA !!

I would like to do the following:
Given a folder that contains (1) a single movie (MKV, AVI, or VIDEO_TS subfolder), and (2) a stub NFO file that just contains the IMDB or TMDB id, e.g.:
Code: Select all
<?xml version="1.0" encoding="UTF-8" ?>
<movie>
<id>tt00000000</id>
<original_filename>MyMovie.mkv</original_filename>
</movie>
The folder doesn't necessarily need to be renamed.
Is it possible to do some or all of this?
TIA !!