Renaming multiple movies and exporting mediainfo to nfo

All about user-defined episode / movie / file name format expressions
Post Reply
bigbag
Posts: 2
Joined: 25 Sep 2016, 11:09

Renaming multiple movies and exporting mediainfo to nfo

Post by bigbag »

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
User avatar
rednoah
The Source
Posts: 22995
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Renaming multiple movies and exporting mediainfo to nfo

Post by rednoah »

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:
Options wrote:--def artwork=y Fetch artwork/nfo
3.
You cannot create your own NFO files or change how NFO files are created (unless you write your own code).
:idea: Please read the FAQ and How to Request Help.
Post Reply