Files
Medios-Macina/readme.md

65 lines
2.3 KiB
Markdown
Raw Normal View History

2026-01-10 20:43:58 -08:00
<div align="center">
<h1>MEDEIA-MACINA</h1>
<img src="https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/docs/img/MM.png"></img>
<h3>4 TEXT BASED FILE ONTOLOGY </h3>
</div>
2026-01-10 20:57:56 -08:00
2026-01-10 20:43:58 -08:00
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.
2026-01-10 19:56:19 -08:00
2026-01-10 20:43:58 -08:00
<hr>
<h2>CONTENTS</H2>
<a href="#features">FEATURES</a><br>
<a href="#installation">INSTALLATION</a>
2026-01-10 19:56:19 -08:00
2025-12-31 23:25:12 -08:00
2025-12-13 00:18:30 -08:00
2025-12-23 16:36:39 -08:00
2026-01-10 20:43:58 -08:00
<div id="features"><h2> Features</h2>
<ul>
<li><b>Flexible syntax structure:</b> chain commands with `|` and select options from tables with `@N`.</li>
<li><b>Multiple file stores:</b> *HYDRUSNETWORK, FOLDER*
- **Provider plugin integration:** *YOUTUBE, OPENLIBRARY, INTERNETARCHIVE, SOULSEEK, LIBGEN, ALLDEBRID, TELEGRAM, BANDCAMP*</li>
<li><b>Module Mixing:</b> *[Playwright](https://github.com/microsoft/playwright), [yt-dlp](https://github.com/yt-dlp/yt-dlp), [typer](https://github.com/fastapi/typer)*</li>
<li><b>Optional stacks:</b> Telethon (Telegram), aioslsk (Soulseek), and the FlorenceVision tooling install automatically when you configure the corresponding provider/tool blocks.
<li><b>MPV Manager:</b> Play audio, video, and even images in a custom designed MPV with trimming, screenshotting, and more built right in!</li>
</ul
</div>
<div id="installation"><h2> INSTALLATION</h2>
2026-01-10 20:57:56 -08:00
<h4><b>Requirement:</b> <a href="https://www.python.org/downloads/">Python</a>
<br>
<details>
<summary>console command</summary>
<pre><code>
git clone https://code.glowers.club/j/Medios-Macina
python Medios-Macina/scripts/bootstrap.py
</code></pre>
</details>
2026-01-10 20:43:58 -08:00
2025-12-25 04:52:18 -08:00
2025-12-23 16:36:39 -08:00
2026-01-01 00:37:11 -08:00
- When run interactively (a normal terminal), `bootstrap.py` will show a short menu to Install or Uninstall the project.
2025-12-31 16:10:35 -08:00
2026-01-10 20:43:58 -08:00
1. rename config.conf.remove to config.conf, [config tutorial](https://code.glowers.club/goyimnose/Medios-Macina/wiki/Config.conf)
2025-12-31 22:05:25 -08:00
2026-01-10 20:43:58 -08:00
</div>
2026-01-01 20:37:27 -08:00
### MINIMAL EXAMPLE CONFIG - CHANGE VALUES
2026-01-01 00:37:11 -08:00
```Minimal config
2025-12-13 00:18:30 -08:00
temp="C:\\Users\\Admin\\Downloads"
[store=folder]
name="default"
2025-12-25 04:49:22 -08:00
path="C:\Users\Public\Documents\library"
2025-12-13 00:18:30 -08:00
```
2025-12-25 04:49:22 -08:00
3. Start the CLI by simply running "mm" in shell or run python cli.py
2025-12-11 19:04:02 -08:00
2025-12-25 04:49:22 -08:00
# [CLICK FOR GUIDED TUTORIAL](/docs/tutorial.md)