I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-10-19 16:06:54-07 by mohus
Can't add 'space' to model Tag
Hi, I know its lame question, but I just started to use this amzing tool. I tried to modify the tag "model" in my NEF file. I wanted to modify it to NIKON D40X. I tried that way: exiftool -model=NIKON D40X xy.NEF But it condisers "D40X" as a filename as well (probably becouse of thw space). How can I add space into the Tag's name? thank you
Direct Responses: 11623 | Write a response
Posted on 2009-10-20 11:36:53-07 by exiftool in response to 11619
Re: Can't add 'space' to model Tag
This question should have been posted under the Image-ExifTool module. But I'll answer anyway. Try this:

exiftool -model="NIKON D40X" xy.NEF

- Phil
Direct Responses: Write a response