AMC script datestamping all files with 1 Jan 1980

Running FileBot from the console, Groovy scripting, shell scripts, etc
Post Reply
praest76
Posts: 1
Joined: 04 May 2015, 21:02

AMC script datestamping all files with 1 Jan 1980

Post 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?
User avatar
rednoah
The Source
Posts: 23953
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: AMC script datestamping all files with 1 Jan 1980

Post by rednoah »

1)
:arrow: 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.
:idea: Please read the FAQ and How to Request Help.
Post Reply