diff --git a/.gitignore b/.gitignore
index 2d5fbbc..3ee1992 100644
--- a/.gitignore
+++ b/.gitignore
@@ -244,4 +244,5 @@ authtoken.secret
mypy.
.idea
medios.db
-medios*
\ No newline at end of file
+medios*
+mypy.ini
\ No newline at end of file
diff --git a/readme.md b/readme.md
index 30725af..4bd8533 100644
--- a/readme.md
+++ b/readme.md
@@ -4,7 +4,7 @@
4 TEXT BASED FILE ONTOLOGY
-Medios-Macina is a file media manager and virtual toolbox capable of downloading, tagging, archiving, sharing, and media (audio, video, images, and text) managing 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.
+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.
ELEVATED PITCH
@@ -14,6 +14,8 @@ Medios-Macina is a file media manager and virtual toolbox capable of downloading
- Does it take you several brainfarts until you get a scent of where that file is at that your looking for?
- Do you have trouble struggling with filenames so that you can find the file you want later?
+Would you like to have your media library available with you even when you are away from home?
+
CONTENTS
FEATURES
@@ -26,18 +28,23 @@ Medios-Macina is a file media manager and virtual toolbox capable of downloading
Features
+- Connects to HydrusNetwork, which is an open-source privacy orientated database-driven file manager
+- Medios-Macina uses multiple python module downloaders for your specific needs, it is highly configurable and customizable
+- 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
- Flexible syntax structure: chain commands with `|` and select options from tables with `@N`.
-
- Multiple file stores: *HYDRUSNETWORK*
- **Provider plugin integration:** *YOUTUBE, OPENLIBRARY, INTERNETARCHIVE, SOULSEEK, LIBGEN, ALLDEBRID, TELEGRAM, BANDCAMP*
- 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.
- MPV Manager: Play audio, video, and even images in a custom designed MPV with trimming, screenshotting, and more built right in!
+- 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!
+
INSTALLATION
-
Requirement: Python
+ Requirements: Python
+ GIT
@@ -50,13 +57,12 @@ Medios-Macina is a file media manager and virtual toolbox capable of downloading
WINDOWS
-
Invoke-RestMethod 'https://code.glowers.club/goyimnose/Medios-Macina/raw/branch/main/scripts/bootstrap.py' | python -
-Start the CLI by simply running "mm"
+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

ytdlp
