Compare commits
5 Commits
main
...
090cb8484e
| Author | SHA1 | Date | |
|---|---|---|---|
| 090cb8484e | |||
| e6dfcdafea | |||
| 264f8ee0f8 | |||
| 00a1371793 | |||
| a25f5fff42 |
10
README.md
10
README.md
@@ -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
32
config.json
Normal 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"
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user