Search found 10 matches

by brunosso
02 Aug 2019, 15:31
Forum: Help and Support
Topic: Movie file creation date error with very old movies
Replies: 7
Views: 2608

Re: Movie file creation date error with very old movies

rednoah wrote: 02 Aug 2019, 13:06

Code: Select all

filebot -mediainfo -r /path/to/files -exec echo {d} {f}
unfortunately the exec command is only for Unix systems

EDIT

The correct syntax (for Windows OS) is

Code: Select all

filebot -mediainfo -r /path/to/files -exec cmd.exe /c echo {d} {f}
by brunosso
02 Aug 2019, 12:48
Forum: Help and Support
Topic: Movie file creation date error with very old movies
Replies: 7
Views: 2608

Re: Movie file creation date error with very old movies

Well, since FileBot is running the same code for both, I can only assume there's some kind of sanity check on the lower levels, maybe JRE, maybe OS, maybe file system. :?: Are you using a FAT or a NTFS file system? Does this file system support pre-1970 creation dates? :?: Have you tried using cmd ...
by brunosso
02 Aug 2019, 10:30
Forum: Help and Support
Topic: Movie file creation date error with very old movies
Replies: 7
Views: 2608

Re: Movie file creation date error with very old movies

Please run filebot -script fn:sysinfo and post the output. FileBot 4.8.5 (r6224) JNA Native: 5.2.2 MediaInfo: 18.12 7-Zip-JBinding: 9.20 Chromaprint: fpcalc version 1.4.2 Extended Attributes: OK Unicode Filesystem: OK Script Bundle: 2019-05-15 (r565) Groovy: 2.5.6 JRE: OpenJDK Runtime Environment 1...
by brunosso
02 Aug 2019, 09:29
Forum: Help and Support
Topic: Movie file creation date error with very old movies
Replies: 7
Views: 2608

Movie file creation date error with very old movies

I'm using filebot 4.8.5 and i have set in the enviroment variable the option to apply creation date of the renamed file same as the airdate of the episode/movie.. I try to rename this movie Alice in wonderland (https://www.themoviedb.org/movie/12092-alice-in-wonderland) but the creation date is not ...
by brunosso
02 Feb 2016, 21:46
Forum: Feature Requests and Bug Reports
Topic: Feature Request Edit Modified time or mtime to Aired Date
Replies: 6
Views: 3575

Re: Feature Request Edit Modified time or mtime to Aired Dat

Alright, on Windows/NTFS creation date timestamps shouldn't be an issue. I've tried this on my Windows 10 machine, and it works, although it looked like it didn't work at first because Windows Explorer didn't show the changes until some time had passed. Have you tried restarting your computer? (man...
by brunosso
02 Feb 2016, 18:13
Forum: Feature Requests and Bug Reports
Topic: Feature Request Edit Modified time or mtime to Aired Date
Replies: 6
Views: 3575

Re: Feature Request Edit Modified time or mtime to Aired Dat

I use win10 x64, and NTFS hdd! I use GUI, FileBot 4.6.1 (r3315) JNA Native: 4.0.1 MediaInfo: MediaInfoLib - v0.7.78 7-Zip-JBinding: 9.20 Chromaprint: fpcalc version 1.1.0 (C:\Program Files\FileBot\fpcalc.exe) Extended Attributes: OK Groovy Engine: 2.4.5 JRE: Java(TM) SE Runtime Environment 1.8.0_71 ...
by brunosso
02 Feb 2016, 17:44
Forum: Feature Requests and Bug Reports
Topic: Feature Request Edit Modified time or mtime to Aired Date
Replies: 6
Views: 3575

Re: Feature Request Edit Modified time or mtime to Aired Dat

You can enable this feature in the FileBot launch options: -DuseCreationDate=true Supported since 2010, but disabled by default now because of issues with various other tools, especially backup and sync software. I have this two option in launch.ini -DuseExtendedFileAttributes=true -DuseCreationDat...
by brunosso
02 Feb 2016, 10:41
Forum: Feature Requests and Bug Reports
Topic: Feature Request Edit Modified time or mtime to Aired Date
Replies: 6
Views: 3575

Feature Request Edit Modified time or mtime to Aired Date

Hi! Is possible to edit the timestamp of "Modified Date" or "Creation Date" directly when renaming? According to the Aired Date of TVDB, or other scraper!
by brunosso
27 Oct 2014, 09:10
Forum: Help and Support
Topic: Alternative TMDB titles
Replies: 3
Views: 2333

Re: Alternative TMDB titles

If you want Italian titles you need to set Italian as your Preferred Language . Using {info.AlternativeTitles} will not help you. I have already select Italian in Preferred Language, but if i add this movie https://www.themoviedb.org/movie/15947-the-three-caballeros i always result title in "T...
by brunosso
25 Oct 2014, 09:52
Forum: Help and Support
Topic: Alternative TMDB titles
Replies: 3
Views: 2333

Alternative TMDB titles

Hi i have filebot 4.5 and i want to rename with the alternative title a movie, by the data on TMDB. http://s14.postimg.org/bu3tjmffh/Untitled.jpg if i use {info.AlternativeTitles[3]} ({y}) it works, but get the third of the list, or the number i choose. There is a way to specifiy, the country or the...