wolveix / plexus

A suite of tools to help manage your media collection.
https://plexus.wolveix.com
GNU General Public License v3.0
95 stars 11 forks source link

Add Additional Logic Around Skipping #4

Closed gorgarp closed 5 years ago

gorgarp commented 5 years ago

Is your feature request related to a problem? Please describe. Can we add logic to skip a file that doesn't match, if its in another acceptable format? For instance, I go to convert things to h264, but if they are in h265, good enough!

Describe the solution you'd like Add option in config to skip if file has the specified alternate format.

wolveix commented 5 years ago

This would actually be a bit of a pain to implement since it would require the implementation and acceptance of multiple codecs, which requires rewriting quite a few things. There are probably simpler ways than I'm thinking to achieve the same end result, however, I don't believe that they would be substantially beneficial.

In your use case, I would suggest building the file list based off of the file container alone as opposed to the video codec. H264 and H265 will both almost always be within an MKV or MP4 container. Support for this has been added in Plexus v0.9.65.