Releases: dotWee/iina-plugins
Releases · dotWee/iina-plugins
v1.0.0
IINA Plugins Collection
This repository contains a collection of plugins developed for the IINA media player.
Available Plugins
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.
General Installation Notes
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
.iinaplgzfile for the desired plugin (e.g.,playlist-sort-by-duration.iinaplgz). - Double-click the downloaded
.iinaplgzfile. IINA will automatically recognize it and prompt you to install the plugin.
Contributing
Feel free to contribute to existing plugins or add new ones via pull requests.