Files
Medios-Macina/readme.md
2026-02-09 17:22:40 -08:00

68 lines
3.9 KiB
Markdown

<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>
Medios-Macina is a API driven file media manager and virtual toolbox capable of downloading, tagging, archiving, sharing, and connecting you to HydrusNetwork backends. It is designed around a compact, pipeable command language ("cmdlets") so complex workflows can be composed simply and repeatably.
<h3>ELEVATED PITCH</h3>
<ul>
<li><i>Have you ever wanted one app that can manage all your media files and is completely in your control?</i></li>
<li><i>Do you want a no-brainer one-stop shop for finding & downloading applications?</i></li>
<li><i>Are you one that has an unorganized & unapologetic mess of files that are loosely organized in random folders?</i></li>
<li><i>Does it take you several brainfarts until you get a scent of where that file is at that your looking for?</i></li>
<li><i>Do you have trouble struggling with filenames so that you can find the file you want later?</i></li>
</ul>
<li><i>Would you like to have your media library available with you even when you are away from home?</i></li>
</ul>
<hr>
<h2>CONTENTS</H2>
<a href="#features">FEATURES</a><br>
<a href="#installation">INSTALLATION</a><br>
<a href="https://code.glowers.club/goyimnose/Medios-Macina/wiki/Config.conf">CONFIG</a><br>
<a href="https://code.glowers.club/goyimnose/Medios-Macina/wiki/Hydrus-Network">HYDRUS NETWORK</a><br>
<a href="https://code.glowers.club/goyimnose/Medios-Macina/wiki/cookies.txt">COOKIES</a><br>
<a href="https://code.glowers.club/goyimnose/Medios-Macina/wiki/Tutorial">TUTORIAL</a><br>
<BR>
<div id="features"><h2> Features</h2>
<ul>
<li><b>Connects to HydrusNetwork, which is an open-source privacy orientated database-driven file manager</li>
<li><i>Medios-Macina uses multiple python module downloaders for your specific needs, it is highly configurable and customizable</i></li>
<li><i>no opening of folders neccessary! You can add multiple tags to a file and use the search engine to immediately find and retrieve that file your looking for</i></li>
<li><b>Flexible syntax structure:</b> chain commands with `|` and select options from tables with `@N`.</li>
<li><b>Multiple file stores:</b> *HYDRUSNETWORK*
- **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>
<li><i>Supports remote access and networked setups for offsite servers and sharing workflows.</i></li>
</ul>
</ul
</div>
<div id="installation"><h2> INSTALLATION</h2>
<h4><b>Requirements:</b> <a href="https://www.python.org/downloads/">Python</a>
<h4><a href="https://git-scm.com/">GIT</a>
<br>
<details>
<summary>COMMAND LINE</summary>
<pre><code>
curl -sSL https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/scripts/bootstrap.py | python -
</code></pre>
</details>
you may need to change python3 to python depending on your python installation
<br>
<b>After install, start the CLI by simply inputting "mm" into terminal/console, once the application is up and running you will need to connect to a HydrusNetwork sever to get the full experience. To access the config simply input ".config" while the application is running</b>
</div>
<img src="https://avatars.githubusercontent.com/u/79589310?s=48&v=4">ytdlp</img>
<img src="https://avatars.githubusercontent.com/u/3878678?s=48&v=4
">hydrusnetwork</img>