music-kraken-core/documentation/shell.md

62 lines
838 B
Markdown
Raw Normal View History

2023-06-12 15:40:54 +00:00
# Shell
## Searching
```mkshell
> s: {querry or url}
# examples
> s: https://musify.club/release/some-random-release-183028492
> s: r: #a an Artist #r some random Release
```
2024-01-16 09:08:08 +00:00
Searches for an url, or a query
2023-06-12 15:40:54 +00:00
### Query Syntax
```
#a {artist} #r {release} #t {track}
```
You can escape stuff like `#` doing this: `\#`
## Downloading
To download something, you either need a direct link, or you need to have already searched for options
```mkshell
> d: {option ids or direct url}
# examples
> d: 0, 3, 4
> d: 1
> d: https://musify.club/release/some-random-release-183028492
```
2024-01-16 09:08:08 +00:00
## Results
If options are printed in **bold** they can be downloaded. Else they may or maybe can't be downloaded
2023-06-12 15:40:54 +00:00
## Misc
### Exit
```mkshell
> q
> quit
> exit
> abort
```
### Current Options
```mkshell
> .
```
### Previous Options
```
> ..
```