Replies: 1 comment 3 replies
-
Would some kind of skip filenames config, like the extensions skip, work for this? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Usually movies distributed via Torrent trackers have a so-called "sample file" which is a truncated version of the whole movie, as a way to download it first and get a feel for the quality of the release for that movie.
Converting those with PlexCleaner is a bit of an overkill. I know these are pretty small, in comparison to the whole movie, but for high quality releases (e.g. 4K) and weak transcoding hardware (e.g. Synology NAS' CPU), they can eat up a lot of TIME as an absolute value. Relatively, compared to the overall optimization time, it's something like 2%, but if a 2TB collection takes 5 days to optimize fully on this weak hardware, 2% of 5 days is still 2.5 hours wasted.
I was wondering if we can conditionally skip optimization of such Sample files, given that they follow a few predictable naming patterns, e.g. being nested in a subfolder called /sample, being named
sample.mkv
, etc.Beta Was this translation helpful? Give feedback.
All reactions