Remove the file size / length limit
-
- Posts: 15
- Joined: 08 May 2021, 12:19
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, command line or something
Can someone refresh my memory on this? I am just doing the old drag and drop into the filebot gui..no automation or anything.
Thanks again!
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, command line or something
Can someone refresh my memory on this? I am just doing the old drag and drop into the filebot gui..no automation or anything.
Thanks again!
Re: Remove the file size / length limit



rednoah wrote: ↑08 Jan 2022, 22:43 e.g. disable limits to include all files:Shell: Select all
filebot -script fn:properties --def net.filebot.media.clutter.size=1 net.filebot.media.clutter.length=PT1S
If the file is larger than 1 MB or longer than 1 second then the file will be processed as primary video file even if the file path might indicate (correctly or incorrectly) otherwise.
-
- Posts: 15
- Joined: 08 May 2021, 12:19
Re: Remove the file size / length limit
I'm still having issues renaming my trailers, I went to this post viewtopic.php?t=12986
And I ran this script using command prompt as an administrator.
No Luck, it's not reading my mkv files and giving me the "no video files have been selected please load <load> video files" error when I know they are there, there's no reason why it shoulding be processing them.
These are all mkv files, roughly named the movie name, files size averages between 40MB to 110MB, and lenghts are at least a minute to three minutes long. I'm using TMDB for the search and set to opportunistic.
Actual movies or anything larger than 150MB or so seems to work fine
And I ran this script using command prompt as an administrator.
Code: Select all
filebot -script fn:properties --def net.filebot.media.clutter.size=1 net.filebot.media.clutter.length=PT1S
These are all mkv files, roughly named the movie name, files size averages between 40MB to 110MB, and lenghts are at least a minute to three minutes long. I'm using TMDB for the search and set to opportunistic.
Actual movies or anything larger than 150MB or so seems to work fine
Re: Remove the file size / length limit

-
- Posts: 15
- Joined: 08 May 2021, 12:19
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
Re: Remove the file size / length limit


Console Output: Select all
$ filebot -version
FileBot 5.1.3 (r10185)
$ filebot -mediainfo "ripped trailers" --format "{f.name} | {seconds} | {bytes} | {f.clutter}"
wrong side of town.mkv | 1389 | 356 MB | false
young frankenstein.mkv | 18 | 1.3 MB | true
$ filebot -script fn:properties --def net.filebot.media.clutter.size=1 net.filebot.media.clutter.length=PT1S
...
$ filebot -mediainfo "ripped trailers" --format "{f.name} | {seconds} | {bytes} | {f.clutter}"
wrong side of town.mkv | 1389 | 356 MB | false
young frankenstein.mkv | 18 | 1.3 MB | false


-
- Posts: 15
- Joined: 08 May 2021, 12:19
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"
Learn something new everyday...thanks for your help!
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"
Learn something new everyday...thanks for your help!
Re: Remove the file size / length limit
1971camaroguy wrote: ↑27 Feb 2024, 16:31 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"
