sssssss
This commit is contained in:
51
README.md
51
README.md
@@ -1,29 +1,42 @@
|
||||
# Medios-Macina
|
||||
- Audio
|
||||
- Video
|
||||
- Image
|
||||
- Text
|
||||
|
||||
Media Manager
|
||||
-Audio
|
||||
-Video
|
||||
-Image
|
||||
-Text
|
||||
### Search Storage Support
|
||||
- HydrusNetwork https://github.com/hydrusnetwork/hydrus
|
||||
- All-Debrid https://alldebrid.com/
|
||||
- Local drive
|
||||
|
||||
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
|
||||
|
||||
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
|
||||
|
||||
```shell
|
||||
cd "C:\location\to\repository\medios-machina\"
|
||||
python cli.py
|
||||
|
||||
```
|
||||
Adding your first file
|
||||
```python
|
||||
def hello():
|
||||
print("Hello, world!")
|
||||
|
||||
.pipe -list # List MPV current playing/list
|
||||
.pipe -save # Save playlist
|
||||
.pipe -load # lists saved playlist, @# to load
|
||||
.pipe "https://www.youtube.com/watch?v=_23dFb50Z2Y" # adds to current playlist
|
||||
```
|
||||
|
||||
1. search-file -provider youtube "something in the way"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user