janfri
janfri
I would help for a German translation.
There is a difference bettween the file attributes (File Modification Date/Time, File Access Date/Time, File Access Date/Time) and tags saved in the EXIF-metadata of the file (Modify Date, Date/Time Original,...
> I would like to suggest that the current implementation is inadequate. Correct. No objections. 😃 > There's no silver bullet, but I think: > > 1. Video timestamps should...
Performance optimization is a good thing. But posix_span doesn't work on Windows systems and also not with JRuby. :-( Or do I miss something? Maybe the implementation can be done...
I'm doing a lot to handle encoding and escaping particularly for filenames in mini_exiftool. What is the result of ``` ruby Encoding.find('filesystem') ``` on your windows system?
This seems to be correct. I have no idea. Maybe a look at the executed command line will be helpful: ``` ruby $DEBUG = true m = MiniExiftool.new("C:/tmp/2015-03-23 Test with...
In which encoding is your source file written? Do you use the correct magic comment? http://en.wikibooks.org/wiki/Ruby_Programming/Encoding#Using_Encodings
Could you try (UTF-8 encoded)? ``` ruby #encoding: UTF-8 puts `exiftool.exe "C:/tmp/2009-03-07 test Path äöü/IMG_1000.JPG"` ```
@ManuelSamudio12 The intention was to get it working under Windows. ;-)
> `rm -rf /` doesn't do anything on modern distros. You also need `--no-preserve-root`. "on modern distros" inasmuch there is a rest risk (there exists a lot of old systems...