Update the show and season folder last modified time

Hi,

This should be simple to implement, but I’m not familiar with C#, so maybe not.
So I use Flexraid for my NAS. It is well known that under flexraid, when you copy files to flexraid, the files have the correct modified time, but the folder that contains it doesn’t. This is a problem for Plex Media Server because the Turbo Scan only checks for the modified time on the folders, and not the files.

Can you please make nzbdrone manually update the Show Folder and the Season Folder last modified time after a successfully moving a file from the download folder?

Shouldn’t be too difficult to implement, added it to Trello: https://trello.com/c/a1il1sTd/396-update-season-and-series-folder-last-write-time-on-move

Awesome,
Can’t wait for it to happen.

So I actually can’t wait.

For whatever reason, grunt-cli won’t install. I will try to figure it out, but until then, I won’t have a proper dev environment. (It also probably doesn’t help that I’m on a mac).

But I just sent a pull request. Hopefully, I can get my dev environment and get it accepted.

Made a couple comments. Whats the issue with grunt-cli on OS X?

npm WARN cannot run in wd NzbDrone@0.0.0 npm install grunt-cli -g 

I think I have it solved now anyways.
I don’t know why it wouldn’t install when calling npm install inside the package directory but manually installing it worked fine.