Metadata-Version: 2.1
Name: mplug
Version: 0.1.0.post1
Summary: A plugin manager for mpv
Home-page: https://github.com/nudin/mplug
License: MPL-2.0
Keywords: mpv
Author: Michael F. Schönitzer
Author-email: michael@schoenitzer.de
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: GitPython (>=3.1.7,<4.0.0)
Project-URL: Repository, https://github.com/nudin/mplug
Description-Content-Type: text/markdown

MPlug – a Plugin Manager for MPV
================================

A plugin manager for mpv to easy install and uninstall mpv scripts and more.

Installation
------------
- Install dependencies: python3, GitPython
- Clone this repository
- Run with `run.py`

Usage
-----
- To install a plugin `mplug install plugin_name`
- To update all plugins: `mplug upgrade`
- To upgrade database: `mplug update`
- To uninstall a plugin: `mplug uninstall plugin_id`
- To disable a plugin without uninstalling it: `mplug disable plugin_id`
- To search for a plugin `mplug search term`
- To list all installed plugins `mplug list-installed`
- You can find plugins in the WebUI of the [mpv script directory](https://nudin.github.io/mpv-script-directory/)

Status & Todo
-------------
- [X] Populate mpv script directory, by scraping wiki
- [X] First version of plugin manager
- [X] Write a Webinterface to browse plugins
- [ ] Add install instructions for all plugins to the [mpv script directory](https://github.com/Nudin/mpv-script-directory)
- [ ] Write a TUI
- [ ] Write a GUI

