65d12411a2e384e129890502a44097ba2350f591
Medios-Macina
- Audio
- Video
- Image
- Text
Search Storage Support
- HydrusNetwork https://github.com/hydrusnetwork/hydrus
- All-Debrid https://alldebrid.com/
- Local drive
Search Provider Support
- Youtube
- Openlibrary/Archive.org (free account needed)
- Soulseek
- Gog-Games (limited without paid API)
- Libgen
Features
- Full MPV integration https://github.com/mpv-player/mpv
Install what you need and want, after you have the requirements.txt installed as well you will need to open terminal at the repository download location and run the cli file like .
Quick
cd "C:\location\to\repository\medios-machina\"
python cli.py
Adding your first file
.pipe -list # List MPV current playing/list
.pipe -save # Save current MPV playlist to local library
.pipe -load # List saved playlists; use @N to load one
.pipe "https://www.youtube.com/watch?v=_23dFb50Z2Y" # Add URL to current playlist
Example pipelines:
- Simple download with metadata (tags and URL registration):
download-media "https://www.youtube.com/watch?v=dQw4w9WgXcQ" | add-file -storage local | add-url
- Download playlist item with tags:
download-media "https://www.youtube.com/playlist?list=PLxxxxx" -item 2 | add-file -storage local | add-url
- Download with merge (e.g., Bandcamp albums):
download-data "https://altrusiangrace.bandcamp.com/album/ancient-egyptian-legends-full-audiobook" | merge-file | add-file -storage local | add-url
- Download direct file (PDF, document):
download-file "https://example.com/file.pdf" | add-file -storage local | add-url
Search examples:
-
search-file -provider youtube "something in the way"
-
@1
-
download-media [URL] | add-file -storage local | add-url
Description
Languages
Python
90.5%
Lua
8.1%
Shell
0.7%
PowerShell
0.7%