Page 1 of 1
AMC script datestamping all files with 1 Jan 1980
Posted: 04 May 2015, 21:08
by praest76
I have a Raspberry Pi with USB storage. filebot is set up to process incoming TV shows and copy them to network storage. Recently it's started datestamping all files with 1 jan 1980. this means kodi doesn't pick any of them up as "recent".
Anyone know a reason why? Is there an option I'm missing?
Re: AMC script datestamping all files with 1 Jan 1980
Posted: 04 May 2015, 21:18
by rednoah
1)

Please read •
How to 'Request Help' • and update your post.
2)
I guess you're using Windows. So when FileBot tells Windows to set Creation Date (which Linux file systems don't support) the Samba layer on the Pi will set Modification Date instead. There might be an option to fix this server-side. But disabling that particular filebot feature via -no-xattr is probably easier.
When using Windows to move/copy files to a Linux Samba share specifying
-no-xattr is recommended.