Strange NFO behaviour

All your suggestions, requests and ideas for future development
Post Reply
nikeb
Posts: 28
Joined: 13 Jun 2014, 07:26

Strange NFO behaviour

Post by nikeb »

Hi guys sorry but i don't know what happen

My script is

Code: Select all

filebot -script fn:amc --output "$HOME/Disco" --log-file amc.log --action move --lang IT --conflict override -non-strict -no-xattr "$HOME/ArrivoDL" "seriesFormat = Telefilm/{n.space('.')}/{\"Serie.\${s.pad(2)}\"}/{n.space('.')}.{s00e00}{'.'+vf.match(/720[pP]|1080[pP]/)}" "movieFormat = Film/{fn.replaceAll('CD[12]','')}/{fn}" "musicFormat=Trasporto/mp3-flow/{Artist} - {t}" --def artwork=y --def clean=y --def music=y 

And as you can see i set the "--lang IT" parameter even if in my movie scheme (for movies)
doesn't show the calculated name.
That's because i did it for the NFO file that i set fb to create.

Unfortunally using amc:script i m not able to differenciate the language between movies and tv shows,
but it's fine.

The strange thing is that 1 month away NFO files started to be created with the original title of the movie,
not the italian one i want.

Is there something i m doing wrong?
i m using that script from long time.

My wish would be using --lang IT for the movies (NFO included) and original titles of TV SHOWS (not italian one).
Is that possibile?

Thanks in advantage
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange NFO behaviour

Post by rednoah »

There may have been some changes to language preferences in the amc script, always defaulting to English for artwork/nfo processing. Sorry, but that's how it is now, won't change.
:idea: Please read the FAQ and How to Request Help.
nikeb
Posts: 28
Joined: 13 Jun 2014, 07:26

Re: Strange NFO behaviour

Post by nikeb »

thank you rednoah for the answer, now i get why i get that behaviour.

is there a parameter of something that i could use to download artworks without generating the nfo file?

Thanks and happy new year all
User avatar
rednoah
The Source
Posts: 23930
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Strange NFO behaviour

Post by rednoah »

Sorry. No, the artwork/nfo features cannot be individually activated/deactivated.
:idea: Please read the FAQ and How to Request Help.
Post Reply