MEDEIA-MACINA

4 TEXT BASED FILE ONTOLOGY

Medios-Macina is a CLI media manager and toolkit focused on downloading, tagging, and media storage (audio, video, images, and text) from a variety of providers and sources. It is designed around a compact, pipeable command language ("cmdlets") so complex workflows can be composed simply and repeatably.

CONTENTS

FEATURES
INSTALLATION

Features

INSTALLATION

git clone https://code.glowers.club/goyimnose/Medios-Macina python Medios-Macina/scripts/bootstrap.py - When run interactively (a normal terminal), `bootstrap.py` will show a short menu to Install or Uninstall the project. 1. rename config.conf.remove to config.conf, [config tutorial](https://code.glowers.club/goyimnose/Medios-Macina/wiki/Config.conf)
### MINIMAL EXAMPLE CONFIG - CHANGE VALUES ```Minimal config temp="C:\\Users\\Admin\\Downloads" [store=folder] name="default" path="C:\Users\Public\Documents\library" ``` 3. Start the CLI by simply running "mm" in shell or run python cli.py # [CLICK FOR GUIDED TUTORIAL](/docs/tutorial.md)