• Resolved d0m1

    (@d0m1)


    This little plugin is amazing. It does almost everything i need πŸ™‚

    I need to filter filenames before the list is created. Like houndreds of our shift plans (days, weeks, months) end up in the same directory. Instead of excluding filenames i dont want to include in the list, i only want to list files that match a given filename (or part thereof).

    So i added the “filenamestartswith” attribute to your code. It enables you to match the filename with a string.

    Usage Example:
    [m1dll path=”wp-content/uploads/shifts” filenamestartswith=”month”]

    This will list only filenames that start with “month” in the given path.

    Updated m1.DownloadList 0.17.1:
    https://pastebin.com/i9F9hthp

    Cheers πŸ™‚

Viewing 1 replies (of 1 total)
  • Plugin Author maennchen1.de

    (@maennchen1de)

    Hi!

    Ohhh, nice! Thanks for your work and sharing. You will be welcome!
    I will add this in the next release.

Viewing 1 replies (of 1 total)
  • The topic ‘Filter list by filename string’ is closed to new replies.