Compare commits

...

5 Commits

Author SHA1 Message Date
090cb8484e Update README.md 2025-11-25 23:33:12 -05:00
e6dfcdafea Update README.md 2025-11-25 23:27:45 -05:00
264f8ee0f8 Update README.md 2025-11-25 23:27:14 -05:00
00a1371793 Update README.md 2025-11-25 23:24:20 -05:00
a25f5fff42 Add config.json 2025-11-25 23:15:58 -05:00
2 changed files with 43 additions and 1 deletions

View File

@@ -1,9 +1,19 @@
# Medios-Macina # Medios-Macina
media management media management
first: edit the config.json and save, if you dont have certain things use null with no quotes,
second: install the python application
python cli.py
1. search-file -provider youtube "something in the way" 1. search-file -provider youtube "something in the way"
2. @1 2. @1
1. download-data "https://altrusiangrace.bandcamp.com/album/ancient-egyptian-legends-full-audiobook" | merge-file | add-file -storage local 1. download-data "https://altrusiangrace.bandcamp.com/album/ancient-egyptian-legends-full-audiobook" | merge-file | add-file -storage local
1. screen-shot "https://code.glowers.club/goyimnose/Medios-Macina" | add-tag "mmmm" | add-file -storage local
2. search-file "mmmm"
3. @1 | get-file

32
config.json Normal file
View File

@@ -0,0 +1,32 @@
{
"debug": false,
"provider": {
"openlibrary": {
"email": "e@.com",
"password": "pass"
},
"soulseek": {
"password": "whateveryouwant",
"username": "pickrandomcantbeinuse"
}
},
"storage": {
"debrid": {
"All-debrid": "put in your api key for debrid here"
},
"hydrus": {
"home": {
"key": "hydrus-access-key-goes-here",
"url": "http://192.168.1.###:45869"
},
"work": {
"key": null,
"url": null
}
},
"local": {
"path": "C:\\your\\local\\database\\folder"
}
},
"temp": "C:\\do\\not\\use\\system\\temp"
}