Search found 10 matches

by megahertz
15 Nov 2018, 03:59
Forum: Scripting and Automation
Topic: No files selected for processing
Replies: 5
Views: 2928

Re: No files selected for processing

I'm not sure I understand what you are saying sorry. The above script I used to run on my old server until I had to rebuild it recently. It automatically added the Movies to a folder under the output folder named "Movies" and added tv shows to a folder called "TV Show", but now i...
by megahertz
13 Nov 2018, 01:48
Forum: Scripting and Automation
Topic: No files selected for processing
Replies: 5
Views: 2928

Re: No files selected for processing

Thanks I think I figured it out. Looks like a permissions issue. The other issue I have now is that previously this script would create a folder in the output directory depending on what sort of file it was ie TV Show or Movie, now it seems to just dump the files/folders in the root of the output di...
by megahertz
09 Nov 2018, 00:38
Forum: Scripting and Automation
Topic: No files selected for processing
Replies: 5
Views: 2928

No files selected for processing

Hi there I am trying to run the following script filebot -script fn:amc --output /home33/megahertz/downloads/Movies/ --action move -non-strict /home33/megahertz/downloads/watch/ I get the following when I run it Run script [fn:amc] at [Fri Nov 09 01:27:43 CET 2018] Argument[0]: /home33/megahertz/dow...
by megahertz
14 Jun 2018, 00:02
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Re: Script to rename and move files to new location with new folder structure

All good, I think I have finally figured it out.

I now need to figure out how to remove the empty folders left behind in my source location.
by megahertz
13 Jun 2018, 22:32
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Re: Script to rename and move files to new location with new folder structure

Ok my provider has update filebot to version 4.7.9 which now allows me to run the amc script, however it just looks to be sitting there doing nothing after using the following

Code: Select all

filebot -script fn:amc --output "/downloads/Movies/" --action copy -non-strict "/downloads/watch/
by megahertz
13 Jun 2018, 22:05
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Re: Script to rename and move files to new location with new folder structure

Unfortunately, short of changing provider, I am stuck with it for the moment.

The folder I have media files in contains other folders with media files in them as well.
I am not sure why it is not able to find them
by megahertz
13 Jun 2018, 09:15
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Re: Script to rename and move files to new location with new folder structure

Code: Select all

FileBot 4.7 (r3923) / Java(TM) SE Runtime Environment 1.8.0_151 (headless)
by megahertz
13 Jun 2018, 08:39
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Re: Script to rename and move files to new location with new folder structure

I tried the amc script and got a 'script not found' error.
I believe it may be due to my seedbox provider using an older version of filebox (4.7 r3923 I believe).
I already contacted my provider and they are unwilling to update the version of filebot to a later one.
by megahertz
13 Jun 2018, 07:38
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Re: Script to rename and move files to new location with new folder structure

I've been trying the following that I grabbed from another post on here filebot -rename /downloads/watch/ --db TheMovieDB -no-xattr --action hardlink --format "/downloads/Movies/{n} ({y})/{n} ({y}){f.substring(3)}" -non-strict "$@" At the moment I am getting an error message stat...
by megahertz
13 Jun 2018, 02:26
Forum: Scripting and Automation
Topic: Script to rename and move files to new location with new folder structure
Replies: 11
Views: 9291

Script to rename and move files to new location with new folder structure

I'm kinda new to filebot and have just setup a seedbox to download. I have movies going into a folder /downloads/watch and wanting to have the movies renamed and moved to a location, /downloads/Movies I am wanting to either rename the folder they are contained within to match the filename, in the fo...