Hello,
i'm not sure where to start, but i want to rename multiple movies using OMDB, and at the same time extract all mediainfo data into the same moviename.nfo, including IMDB code.
Is this someyhing easy to do? Need some help.
I had this format before, {n} ({y}) [{imdbid} {fn}] {tags} , but i dont know how to export this data and mediainfo data into a .txt/.nfo with the same filename as the movie
Renaming multiple movies and exporting mediainfo to nfo
Re: Renaming multiple movies and exporting mediainfo to nfo
Presumably, you're using the amc script.
IF you're asking if you can create NFO files in your custom naming scheme, then the answer is NO. The naming scheme allows you to generate an output path for each match. No more. No less.
1.
The amc script will force you to use TheMovieDB. Using anything other than TheMovieDB is highly discouraged.
2.
Automatically create NFO files:
You cannot create your own NFO files or change how NFO files are created (unless you write your own code).
IF you're asking if you can create NFO files in your custom naming scheme, then the answer is NO. The naming scheme allows you to generate an output path for each match. No more. No less.
1.
The amc script will force you to use TheMovieDB. Using anything other than TheMovieDB is highly discouraged.
2.
Automatically create NFO files:
3.Options wrote:--def artwork=y Fetch artwork/nfo
You cannot create your own NFO files or change how NFO files are created (unless you write your own code).