Search found 12 matches

by Dfects
29 Dec 2016, 15:47
Forum: Scripting and Automation
Topic: AMC - Any way to set timestamp on files?
Replies: 12
Views: 5177

Re: AMC - Any way to set timestamp on files?

Thanks for the reply :) Pretty sure its unrar, as one extracted with a funky filename that filebot failed on and it has a 2015 modified/creation date. I can't find any switches for unrar that change its timestamp behaviour which I why I was hoping filebot could do this for me after extracting :) Did...
by Dfects
29 Dec 2016, 14:10
Forum: Scripting and Automation
Topic: AMC - Any way to set timestamp on files?
Replies: 12
Views: 5177

AMC - Any way to set timestamp on files?

Hiya, I'm a big fan of kodi listing via date added, but it seems to rely on the fimestamp on the file which unrar seems to preserve. All the files extracted by unrar are run through filebot after using the AMC script, but I can't see any options to set the timestamp to the current time so I'm guessi...
by Dfects
09 May 2015, 18:58
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

1, Whoops! Just ran it over all my files direct from the jar... worked fine though it seems! Will grab the script and launch from that from now on. 2, Haha yes, I can see how that would be much quicker! :D Thanks again for your help and this great tool. Very much appreciated. My media collection has...
by Dfects
08 May 2015, 23:42
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

I tried doing it file by file, wow it works but boy its slow :D To be expected though So I downloaded the filebot.jar from your link and ran it via: java -jar filebot.jar --action test -non-strict -rename /media/shared/vault/Movies/ --format "/media/shared/vault/Movies/{n.space('.').replaceAll(...
by Dfects
08 May 2015, 17:41
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

Thanks for the reply! That does seem to stop it from renaming the folders, but I didn't actually want it to recurse into the sub folders as I'm controlling that via a bash script (some folders shouldn't be processed at all). Is there any way to tell it to just ignore folders altogether?
by Dfects
08 May 2015, 16:00
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

Oh, actually the only difference I can see is you're running it directly in the Ghibli folder, where My script is running it in the parent folder and renaming the ghibli folder... so: filebot --action test -non-strict -rename /Users/reinhard/Test/AMC-TEST/Movies/ --format "/media/shared/vault/M...
by Dfects
08 May 2015, 15:54
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

Its on a USB 3 drive attached to a headless server. Should be formatted to EXT4. The only possible weird thing is that its running against a bind mount rather than the actual structure directly. I wonder if that's causing it to get confused. I'll try hitting the folder direct. -- Edit: scrap that, i...
by Dfects
08 May 2015, 14:57
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

Sure :) Thanks for taking a look: http://pastebin.com/3zDn3vaF Just to add, this is happening to 4 out of 5 folders in this parent folder. Further bit of info, the folders are: Auto-detect movie from context: [/media/shared/vault/Movies/DVD Backups] Auto-detect movie from context: [/media/shared/vau...
by Dfects
08 May 2015, 14:20
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

Re: CLI treating folders as files

Thanks for the reply. Looks like I'm on the newest version:

Code: Select all

FileBot 4.5.6 (r2818) / Java(TM) SE Runtime Environment 1.8.0_45 (headless)
I've checked the folder with "ls -a" and it only contains about 15 .mkv files, nothing else.
by Dfects
07 May 2015, 20:23
Forum: Scripting and Automation
Topic: CLI treating folders as files
Replies: 13
Views: 4755

CLI treating folders as files

Hiya, I'm still working on a script to clean up my stored media. The problem I'm having currently is that filebot seems to be treating some folders as files and I can't see an option to change that? filebot --action test -non-strict -rename /media/shared/vault/Movies/ --format "/media/shared/va...
by Dfects
04 Apr 2015, 18:24
Forum: Scripting and Automation
Topic: Command in "Movies" folder is being treated as a TV series?
Replies: 3
Views: 2210

Re: Command in "Movies" folder is being treated as a TV seri

Thanks for the reply. I thought it had some clever detection stuff built in, not just whatever db you specify.

Can I not specify multiple movie dbs? Or does it not fall back to other db's if one draws a blank anyway?
by Dfects
04 Apr 2015, 11:52
Forum: Scripting and Automation
Topic: Command in "Movies" folder is being treated as a TV series?
Replies: 3
Views: 2210

Command in "Movies" folder is being treated as a TV series?

Hiya, I'm running the following command from my little bash script, and its picking it up as a TV show? Its got some random DVD backups in. I thought filebot usually could pick up the context from the path? Its completely screwing the filenames. filebot --action test -non-strict -rename /media/share...