This commit is contained in:
2026-01-30 19:10:38 -08:00
parent b74c9a0bb0
commit ae7acd48ac
7 changed files with 589 additions and 122 deletions

View File

@@ -37,7 +37,7 @@ Medios-Macina is a API driven file media manager and virtual toolbox capable of
<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>Works well with ZeroTier, you can create a private VPN that connects you to your media server from any smart device, you can even have a private sharing libraries with friends!</i></li>
<li><i>Supports remote access and networked setups for offsite servers and sharing workflows.</i></li>
</ul>
</ul
@@ -48,19 +48,14 @@ Medios-Macina is a API driven file media manager and virtual toolbox capable of
<br>
<details>
<summary>LINUX</summary>
<summary>COMMAND LINE</summary>
<pre><code>curl -sSL https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/scripts/bootstrap.py | python3 -
<pre><code>
</code></pre>
</details>
<details>
<summary>WINDOWS</summary>
<pre><code>Invoke-RestMethod '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>