Files
Medios-Macina/readme.md

39 lines
1.8 KiB
Markdown
Raw Normal View History

2026-01-10 23:01:46 -05:00
![logo](https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/docs/img/MM.png)
2026-01-10 19:56:19 -08:00
2025-12-31 23:25:12 -08:00
# Medeia-Macina
2025-12-22 02:11:53 -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.
2025-12-13 00:18:30 -08:00
2025-12-23 16:36:39 -08:00
## Features
- **Flexible syntax structure:** chain commands with `|` and select options from tables with `@N`.
- **Multiple file stores:** *HYDRUSNETWORK, FOLDER*
2025-12-26 21:04:09 -08:00
- **Provider plugin integration:** *YOUTUBE, OPENLIBRARY, INTERNETARCHIVE, SOULSEEK, LIBGEN, ALLDEBRID, TELEGRAM, BANDCAMP*
2025-12-31 22:05:25 -08:00
- **Module Mixing:** *[Playwright](https://github.com/microsoft/playwright), [yt-dlp](https://github.com/yt-dlp/yt-dlp), [typer](https://github.com/fastapi/typer)*
- **Optional stacks:** Telethon (Telegram), aioslsk (Soulseek), and the FlorenceVision tooling install automatically when you configure the corresponding provider/tool blocks.
2025-12-23 16:36:39 -08:00
- **MPV Manager:** Play audio, video, and even images in a custom designed MPV with trimming, screenshotting, and more built right in!
2025-12-13 00:18:30 -08:00
2025-12-25 04:49:22 -08:00
## installation ⚡
2025-12-23 16:36:39 -08:00
2025-12-25 04:52:18 -08:00
GIT CLONE https://code.glowers.club/goyimnose/Medios-Macina
2025-12-25 05:18:06 -08:00
1. run python scripts\bootstrap.py
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-01 00:37:11 -08:00
2. 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-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)