Search found 15 matches

by 1971camaroguy
27 Feb 2024, 16:31
Forum: Scripting and Automation
Topic: Remove the file size / length limit
Replies: 8
Views: 732

Re: Remove the file size / length limit

Looks like renaming the ripped trailers folder to movies worked, it's seeing the files and giving me a chance to choose the movie now if it doesn't recognized it. I guess this would explain why my other folder on another PC I have named ready, tries to rename 80% of the trailers to "ready"...
by 1971camaroguy
27 Feb 2024, 14:28
Forum: Scripting and Automation
Topic: Remove the file size / length limit
Replies: 8
Views: 732

Re: Remove the file size / length limit

this is all I am getting when I try to copy one of the original file and paste to clipboard

Code: Select all

D:\ripped trailers\wrong side of town.mkv
by 1971camaroguy
27 Feb 2024, 13:59
Forum: Scripting and Automation
Topic: Remove the file size / length limit
Replies: 8
Views: 732

Re: Remove the file size / length limit

I'm still having issues renaming my trailers, I went to this post https://www.filebot.net/forums/viewtopic.php?t=12986 And I ran this script using command prompt as an administrator. filebot -script fn:properties --def net.filebot.media.clutter.size=1 net.filebot.media.clutter.length=PT1S No Luck, i...
by 1971camaroguy
17 Feb 2024, 23:50
Forum: Scripting and Automation
Topic: Remove the file size / length limit
Replies: 8
Views: 732

Remove the file size / length limit

I am trying to rename a bunch of trailers, but they are off dvd rips and most of them are 39 MB-89 MB in size and filebot doesn't see them. If I remember correctlly there is a minimum limit when filebot sees the file, and won't load them. I think there is a way to remove that limit in windows, comma...
by 1971camaroguy
27 Apr 2023, 12:35
Forum: Episode / Movie Naming Scheme
Topic: Questions about getting an expression to show up
Replies: 1
Views: 377

Questions about getting an expression to show up

Hi, I am trying to make my movies show [1080p Blueray] but I am unsure how to get it to work. I thought vf and vs were the way to do it, but I can only get the expression vf to work.....it doesn't like vs, or at least the way I am doing it. I tried {vf:vs} and {vf vs} and it doesn't work. But {vs} w...
by 1971camaroguy
26 Mar 2023, 17:17
Forum: Windows
Topic: Clutter files size and video length question
Replies: 2
Views: 582

Re: Clutter files size and video length question

Sweet, that did it!

Thank you!
by 1971camaroguy
26 Mar 2023, 13:51
Forum: Windows
Topic: Clutter files size and video length question
Replies: 2
Views: 582

Clutter files size and video length question

Hello everyone I am trying to rename some trailers with this expression in windows on the paid version of filebot. {n} ({y})-trailer Anything over 150mb will obviously work, but anything below that doesn't get recogonized in filebot when I do a drag and drop. Errors and tells me to load video. I was...
by 1971camaroguy
26 Mar 2023, 12:10
Forum: Help and Support
Topic: [AMC] skiping short videos?
Replies: 15
Views: 8510

Re: skiping short videos?

:!: Note that this thread is for the amc script so all of the above is generally not applicable to the FileBot Desktop application. ---------------------------------------- :?: You can configure internal settings, such as file size limits, for both GUI and CLI like so: https://www.filebot.net/forum...
by 1971camaroguy
26 Mar 2023, 04:06
Forum: Help and Support
Topic: [AMC] skiping short videos?
Replies: 15
Views: 8510

Re: skiping short videos?

Logs? The videos are either smaller than 50 MB or shorter than 10 minutes. You can pass in your own minFileSize and minLengthMS if you don't like the defaults. Set these options to 0 to disable them. I have the paid version of filebot and want to rename some movie trailers in bulk...problem is a lo...
by 1971camaroguy
21 Jun 2022, 16:55
Forum: Windows
Topic: Trying to rename folders with symb link function and having errors
Replies: 1
Views: 1190

Trying to rename folders with symb link function and having errors

Hi All, I am trying to rename some existing TV folders with the network name appended so I can sort them by network and having issues. Right now I can do one at a time and it seems to work, but that's tedious. If I grab a bunch of the folders, something happens in the renaming that it jumbles the fo...
by 1971camaroguy
08 May 2021, 14:20
Forum: Windows
Topic: Skipping subfolders in a group of movie folders with a specific name
Replies: 6
Views: 5999

Re: Skipping subfolders in a group of movie folders with a specific name

In this case, FileBot will refuse to process your extras by default. e.g. test file structure: $ tree -N Avatar Avatar ├── Avatar.mkv └── extras ├── Special Feature (1).mkv ├── Special Feature (2).mkv └── Special Feature (3).mkv e.g. both CLI and GUI will automatically ignore extras / Special Featu...
by 1971camaroguy
08 May 2021, 13:38
Forum: Windows
Topic: Skipping subfolders in a group of movie folders with a specific name
Replies: 6
Views: 5999

Re: Skipping subfolders in a group of movie folders with a specific name

2. How to process only specific kinds of files? should generally cover you, but you might need to tailors things to your specific needs or requirements. You'll need to use Presets if you need complex include / exclude logic. e.g. Includes: long video files: minutes > 60 e.g. Includes: files where t...
by 1971camaroguy
08 May 2021, 13:37
Forum: Windows
Topic: Skipping subfolders in a group of movie folders with a specific name
Replies: 6
Views: 5999

Re: Skipping subfolders in a group of movie folders with a specific name

1. Can you provide file paths for your extras files? FileBot will exclude sample files / trailer files / extra files / etc by default, but depending on how your files are organized and named, this may not always work. Sure, here's an example in my action-adventure folder A:\Action-Adventure (Remux)...
by 1971camaroguy
08 May 2021, 12:35
Forum: Windows
Topic: Skipping subfolders in a group of movie folders with a specific name
Replies: 6
Views: 5999

Skipping subfolders in a group of movie folders with a specific name

Hey Everyone, I have a paid subscription to filebot and on my 2nd year of using it now. For the most part I have been dragging and dropping to rename small folders and files. Trying to rename a bunch of movie folders (one time) with a drag and drop so I can pull the video file type and audio file ty...