Grouped File Find
Carnival Band file plugin
by Open Air Orchestra Webmonkey · github.com/openairorchestra/grouped_file_find · website
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.zipReadme
=== 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 ==
- Upload
grouped_file_find.zipto the/wp-content/plugins/directory and unzip. - Activate the plugin through the 'Plugins' menu in WordPress
- 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