[DOCS] Set Last-Modified Date to Episode / Movie Release Date
Posted: 27 May 2017, 16:40
If you don't use Plex or Kodi, and prefer to manage your media files manually with Finder or Explorer, then changing the Last-Modified date of the file to the movie release date or episode airdate can be quite useful for sorting.
Example: Set Last-Modified date to {d} for all xattr tagged video files:
Newer versions of FileBot support the -exec option for the -rename and -mediainfo commands:
Example: Set Last-Modified date to {d} for all xattr tagged video files:
Newer versions of FileBot support the -exec option for the -rename and -mediainfo commands:
Code: Select all
filebot -mediainfo -r /path/to/files --filter xattr -exec touch -t {d.format(/YYYYMMdd0000/)} {f}