This repository contains a collection of plugins developed for the IINA media player.
Below is a list of the plugins currently available in this collection:
-
- Adds a context menu item to the playlist panel to sort items based on their video duration (shortest first).
- See the plugin's README for detailed installation and usage instructions.
-
- Adds menu items (global Plugins menu and playlist context menu) to sort items alphabetically by their filename.
- See the plugin's README for detailed installation and usage instructions.
Each plugin is contained within its own directory. There are two primary ways to install a plugin:
-
From Source Directory:
- Navigate into the specific plugin's directory (e.g.,
playlist-sort-by-duration). - Follow the installation instructions provided in that plugin's
README.mdfile. Typically, this involves renaming the directory to end with.iinapluginand placing it in IINA's plugin folder.
- Navigate into the specific plugin's directory (e.g.,
-
From GitHub Releases (Recommended):
- Go to the Releases page of this repository.
- Find the latest release and download the
.iinapluginfile for the desired plugin (e.g.,playlist-sort-by-duration.iinaplugin). - Double-click the downloaded
.iinapluginfile. IINA will automatically recognize it and prompt you to install the plugin.
Feel free to contribute to existing plugins or add new ones via pull requests.