WP Manifestindependent plugin directory
manifest / media / grouped_file_find

Grouped File Find

Carnival Band file plugin

by Open Air Orchestra Webmonkey · github.com/openairorchestra/grouped_file_find · website

1stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/openairorchestra/grouped_file_find/archive/refs/heads/master.zip

Readme

=== Inverted Directory Tree === Contributors: Darrylf, Richard K Donate link: http://www.thecarnivalband.com/ Tags: comments, spam Requires at least: 3.9 Tested up to: 4.0.1

Displays files in a directory tree in groups of similar files.

== Description ==

This plugin is for displaying links to files in a directory tree. Instead of using the directory tree for structure, the files displayed in groups. Similar files are grouped together.

For the initial version, files considered similar if their file names start the same. Regular expression matches and other criteria are planned for future versions.

Shortcodes: [groupfiles src="wp-content/folder_name"] [groupfiles src="wp-content/folder_name" maxdepth="2"]

== Installation ==

  1. Upload grouped_file_find.zip to the /wp-content/plugins/ directory and unzip.
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Add shortcodes to list directories, like this: [groupfiles src="wp-content/charts" maxdepth="2"]

== Frequently Asked Questions ==

= What did you build this for =

I had a directory structure containing charts in different keys. I wanted to list them both by key (the directory structure) and grouped by piece (similar files)

== Changelog ==

= 0.1 =

  • Initial version.

== Upgrade Notice ==

= 0.1 = This version is the first to provide any funcationality.

= 0.1.1 = Filter out preview files generated by WP-Filebase

Read the full README on GitHub →