Can I set the amc script to NOT create .nfo files?

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
nzdreamer55
Posts: 162
Joined: 20 Jul 2012, 23:25

Can I set the amc script to NOT create .nfo files?

Post by nzdreamer55 »

It seems that Kodi doesn't like nfo files and it makes scraping my shows and movies hard. Is there a switch to turn off creating these?

Thanks

Steve
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Can I set the amc script to NOT create .nfo files?

Post by rednoah »

FileBot does not create .nfo files. The amc script does have that capability though, so I guess you're using that then? (you didn't say)

If you are indeed using the amc script, then you can turn off artwork/nfo via the --def artwork=y|n script option.
:idea: Please read the FAQ and How to Request Help.
nzdreamer55
Posts: 162
Joined: 20 Jul 2012, 23:25

Re: Can I set the amc script to NOT create .nfo files?

Post by nzdreamer55 »

Thanks. So if I want art work and not nfo file then I cannot do this correct?
User avatar
rednoah
The Source
Posts: 22923
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Can I set the amc script to NOT create .nfo files?

Post by rednoah »

Yes, there's currently no way to get one without the other, unless you're using the latest beta, which is trying to add some amc script feature into filebot directly.



e.g. if you're using the latest beta, then you can try this:

Code: Select all

--apply artwork
:idea: viewtopic.php?t=11079
:idea: Please read the FAQ and How to Request Help.
Post Reply