B0ney / xmodits

A tool to rip samples from tracker modules. Supports IT, XM, S3M, MOD, UMX and MPTM formats.
GNU General Public License v3.0
86 stars 6 forks source link

Add Custom Filters #35

Open B0ney opened 11 months ago

B0ney commented 11 months ago

While XMODITS is designed for bulk extraction, it would be convenient to specify what kind of files it should rip.

Internally, if "Strict Loading" is checked, then it will only allow files with the supported extensions:

With custom filtering, it will be possible for the end user to finely tune these values.

Additionally, there will also be more properties to filter by:

When filtering by filename, these properties will suffice:

Though, adding regex support can improve flexibility.