Search found 56 matches

by Amishman
18 Mar 2024, 13:53
Forum: Scripting and Automation
Topic: Move Featurettes and Move file or folder to specific path
Replies: 1
Views: 92

Move Featurettes and Move file or folder to specific path

I recently acquired a movie. There was a Featurette folder that contacted 6 or 7 different .mp4 files. I was wondering if it was possible for Filebot to also move that Featurette folder to the movie's folder? Also, I believe Filebot does not process XXX adult movies. Is it possible to have Filebot a...
by Amishman
15 Mar 2024, 21:16
Forum: Scripting and Automation
Topic: A seperate folder is created for .srt
Replies: 1
Views: 136

A seperate folder is created for .srt

When I get some media, everything is processed as it should but sometimes a separate folder is created just for a srt file. Here is the log file from one where it created the folder. Run script [fn:amc] at [Wed Feb 28 05:16:06 EST 2024] [PSA] Important Discussion of Changes effective as of 28 Apr 20...
by Amishman
21 Dec 2023, 10:26
Forum: Help and Support
Topic: Show Bookie is seen as High Cookie
Replies: 3
Views: 1135

Re: Show Bookie is seen as High Cookie

It seems to be working sometimes. The first episode was named incorrectly but 3 minutes later the second one was named right. Run script [fn:amc] at [Thu Dec 21 04:03:02 EST 2023] [PSA] Important Discussion of Changes effective as of 28 Apr 2023: https://www.filebot.net/forums/viewtopic.php?t=13406 ...
by Amishman
08 Dec 2023, 09:57
Forum: Help and Support
Topic: Show Bookie is seen as High Cookie
Replies: 3
Views: 1135

Show Bookie is seen as High Cookie

Sorry, if this post is in the wrong forum. I wasn't sure where to put it. Every time Filebot renames a Bookie show, it renames it to the High Cookie show. Parameter: movieDB = TheMovieDB Parameter: seriesDB = TheTVDB Parameter: seriesFormat = {['//MULE2/Disk_01', '//MULE2/Disk_02', '//MULE2/Disk_04'...
by Amishman
04 Mar 2022, 10:40
Forum: Scripting and Automation
Topic: Windows 10 Switching from drive letters to mount points
Replies: 1
Views: 1132

Windows 10 Switching from drive letters to mount points

I recently added more drives to my Windows 10 pc and now I have used all of the drive letters. I am looking to switch over to mount points so I can add more drives in the future. MY script will distribute a file to the drive with the most amount of space. How do I switch that over to a mount point l...
by Amishman
23 Jul 2020, 01:12
Forum: Help and Support
Topic: A null collection folder is created when there is no collection
Replies: 4
Views: 2782

Re: A null collection folder is created when there is no collection

Sorry, I should have been more clear. If there is a collection, then it should look like this. C:\Movies\Anchorman Collection\Anchorman The Legend of Ron Burgundy (2004) [1080p] [x265]\Anchorman The Legend of Ron Burgundy (2004).mkv If there is no collection, then it should look like this. C:\Movies...
by Amishman
22 Jul 2020, 09:47
Forum: Help and Support
Topic: A null collection folder is created when there is no collection
Replies: 4
Views: 2782

A null collection folder is created when there is no collection

I'm not sure what changed. This used to work correctly. When a movie has a collection this works properly. C:\Movies\Anchorman Collection\Anchorman The Legend of Ron Burgundy (2004) [1080p] [x265]\Anchorman The Legend of Ron Burgundy (2004).mkv When there is no collection, it creates a null collecti...
by Amishman
31 Jan 2017, 02:37
Forum: Help and Support
Topic: Error illegal usage
Replies: 2
Views: 2249

Re: Error illegal usage

Thanks for the reply. I tried using H:\TV and it worked. Then i changed it back to the original H:\ and it worked. I'm not sure why it didnt work before but it is now. Thanks.
by Amishman
30 Jan 2017, 02:56
Forum: Help and Support
Topic: Error illegal usage
Replies: 2
Views: 2249

Error illegal usage

I recently built a new computer. I switched this script over to it. I use it in uTorrent. It was working properly but now I receive an error. Run script [fn:amc] at [Sat Jan 28 19:51:40 EST 2017] Parameter: seriesFormat = {['D:', 'E:', 'F:', 'G:', 'H:', 'I:'].collect{ drive -> def a=n; return new Fi...
by Amishman
23 Feb 2015, 15:33
Forum: Scripting and Automation
Topic: AMC script not processing TV Series properly
Replies: 9
Views: 5647

Re: AMC script not processing TV Series properly

My first guess would be your not telling it what episode (E??) it is. You are only telling it the season (S02). "Friends.S02.UNCUT.DVDRip.XviD-SAiNTS" If it is Friends season 2 episode 1 then rename the file "Friends.S02E01.UNCUT.DVDRip.XviD-SAiNTS" and see if that fixes your iss...
by Amishman
26 Sep 2014, 00:47
Forum: Scripting and Automation
Topic: Watch folder Java error on Version 4.5
Replies: 3
Views: 3070

Re: Watch folder Java error on Version 4.5

When I run it, everything appears to work. There are no errors but nothing happens. def output = 'E:/' def input = 'G:/Watched' (input as File).watchFolder { files -> executeScript('dev:amc', ['--action', 'move', '-non-strict', '--output', output, '--log-file', 'amc.log', '--conflict', 'auto'], [min...
by Amishman
25 Sep 2014, 01:40
Forum: Scripting and Automation
Topic: Watch folder Java error on Version 4.5
Replies: 3
Views: 3070

Watch folder Java error on Version 4.5

I updated my java to version 8 and copied the newest FileBot.jar. FileBot 4.5 (r2578) / Java(TM) SE Runtime Environment 1.8.0_20 The GUI and uTorrent script work fine. When I try to run my watch folder script, I receive an error. http://i1105.photobucket.com/albums/h360/Amishman/Javaerror-1.png I ha...
by Amishman
23 Sep 2014, 09:49
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

Thanks rednoah. It works great! I thought I would share my scripts with everone. I use uTorrent and a watch folder. The output of both scripts is same. Here is what the scripts do. Places the file on the drive with the most space. Checks to see if the file already exists. Makes a "collection&qu...
by Amishman
18 Sep 2014, 10:27
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

Thanks rednoah. When I try that in my script, I receive an error. Here is my script: filebot -script fn:amc --output "E:/" --log-file amc.log --action test --conflict auto -non-strict "F:/test" --def "movieFormat={['E:', 'F:', 'H:'].collect{ new File(it+'/Movies/'+any{collec...
by Amishman
18 Sep 2014, 10:00
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

Thanks rednoah. I am almost there. I have the naming scheme working properly and it places the movie on the drive with the most amount of space. It just does not check to see if the folder already exits. Here is the expression: { drive -> def a=n; return new File(drive+\"/Movies/\")} I am ...
by Amishman
18 Sep 2014, 00:39
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

The script outputs the name of the movie. For some reason, everything I try doesn't change it. It just adds on to the movie name. I have tried changing things earlier in the script but then it skips the check to see which drive has more room and drops it on the output drive. Everything I am trying i...
by Amishman
16 Sep 2014, 10:42
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

After adding my naming scheme, I found it is checking to see if the movie already exists. This is my script: filebot -script fn:amc --output "E:/" --log-file amc.log --action test --conflict auto -non-strict "F:/test" --def "movieFormat={[\"E:\", \"F:\", ...
by Amishman
16 Sep 2014, 02:56
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

Thanks rednoah! I should have caught that. One last thing. When I ran the script this time it placed the movie on the H drive. The H drive does have the most room on it but it didn't look to see if the movie was on a different drive like it did for the TV shows. The movie is located on the F drive. ...
by Amishman
16 Sep 2014, 01:07
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

Thank you rednoah. I wasn't sure where it ended. I tried using a different movie to test with. It process the movie but it ignores the the drive size and if the file already exits. It places the movie in the output drive. Here is my script: filebot -script fn:amc --output "E:/" --log-file ...
by Amishman
15 Sep 2014, 23:36
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

Re: file placement by drive size

Ok, I have the TV portion working. filebot -script fn:amc --output "Z:/" --log-file amc.log --action move --conflict auto -non-strict "F:/test" --def "seriesFormat={[\"E:\", \"F:\", \"G:\", \"H:\"].collect{ drive -> def a=n; new File('...
by Amishman
14 Sep 2014, 22:25
Forum: Episode / Movie Naming Scheme
Topic: file placement by drive size
Replies: 17
Views: 15333

file placement by drive size

I was looking through the forum and found a script by bonelifer. http://www.filebot.net/forums/viewtopic.php?f=5&t=608#p4889. I would like just the portion that which drive you defined has more space and puts new series on the drive with the largest available space. If another drive has more spa...
by Amishman
12 Sep 2014, 16:53
Forum: Scripting and Automation
Topic: Renaming Folders
Replies: 2
Views: 2481

Re: Renaming Folders

Thank you Rednoah. It is worrking properly. My screen would fill up with that warning and I would stop it. After I let it go longer it started to move the files.
by Amishman
12 Sep 2014, 01:14
Forum: Scripting and Automation
Topic: Renaming Folders
Replies: 2
Views: 2481

Renaming Folders

I am trying to rename all of my folders to a new naming scheme. When I use my script in the cmd line using --action test, it works correctly. If I change it to --action move or copy I receive a Warning . Here is my script: filebot -script fn:amc --output "E:/" --log-file amc.log --action t...
by Amishman
09 May 2014, 00:47
Forum: Scripting and Automation
Topic: uTorrent and watch folder script suddenly stop working
Replies: 1
Views: 2231

uTorrent and watch folder script suddenly stop working

Both my uTorrent and watch folder script worked great and then all of a sudden stopped working correctly. The watch folder script works correctly except I have to restart the script everyday. The uTorrent script gives an error of unexpected "\" but I can't figure out why. Watch folder scri...