NFO support
Overview
When NFO file is present alongside with movie, use NFO information as fallback for metadata not found.
Filename
Can be either index.nfo (for Blu-ray format) or <movie_filename>.nfo.
Implementation
NFO parser
Find an existing NFO parser library or implement it
Movie scan
- During movie scan, check the presence of NFO file. If present, load it.
- Extract / fetch movie metadata as usual
- Complete missing metadata with the ones from NFO if needed
NFO support
Overview
When NFO file is present alongside with movie, use NFO information as fallback for metadata not found.
Filename
Can be either
index.nfo(for Blu-ray format) or<movie_filename>.nfo.Implementation
NFO parser
Find an existing NFO parser library or implement it
Movie scan