Metadata-Version: 2.1
Name: moe-transcode
Version: 0.1.1
Summary: Plugin for Moe to transcode music.
License: MIT
Author: Jacob Pavlock
Author-email: jtpavlock@gmail.com
Requires-Python: >=3.9,<3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: moe (>=1.5.1,<2.0.0)
Description-Content-Type: text/x-rst

#########
Transcode
#########
Plugin for Moe that transcodes music.

Currently only flac -> mp3 [v0, v2, 320] is supported.

************
Installation
************
1. Install via pip

   .. code-block:: bash

       $ pip install moe_transcode

2. `Install ffmpeg <https://ffmpeg.org/download.html>`_

   .. important::

      Ensure ``ffmpeg`` is in your respective OS's path environment variable.

*************
Configuration
*************
Add ``transcode`` to the ``enabled_plugins`` configuration option.

