Hi everyone,
Is there a way to have MceBuddy not attempt commercial-removal on recordings less than X amount of minutes?
Hi everyone,
Is there a way to have MceBuddy not attempt commercial-removal on recordings less than X amount of minutes?
Hi @Atreyu3361,
Currently, MCEBuddy doesn’t have a direct “Minimum Duration” slider in the GUI to skip processing, but you can achieve this using a few different methods depending on your goal:
If you want to completely skip short recordings (like accidental 1-minute clips or short news segments), you can use the File Size filter. While not exactly time-based, size usually correlates with duration.
If you want the file converted but want to skip the commercial scanning part for short videos, you can modify the comskip.ini file:
C:\Program Files\MCEBuddy2x\comskip).comskip.ini with Notepad.min_show_segment_length. While this is usually for segments within a show, Comskip generally won’t perform well on very short files.If your short recordings are happening because MCEBuddy is grabbing files while they are still being recorded, you should adjust the Minimum age setting:
If you specifically need a time-based (minutes) filter rather than a size-based one, this would currently require a Custom Command script to check the duration before processing, which is a bit more advanced.
How short are the recordings you’re trying to skip? Knowing the typical file size might make the Size Filter the easiest “set and forget” solution for you.