improved copyright
This commit is contained in:
parent
8f4961c6ae
commit
92b48a8f13
12
README.md
12
README.md
@ -24,14 +24,14 @@ music-kraken
|
|||||||
**What to download:** After that it prompts you for a search. Here are a couple examples how you can search:
|
**What to download:** After that it prompts you for a search. Here are a couple examples how you can search:
|
||||||
|
|
||||||
```
|
```
|
||||||
> #a Psychonaut 4
|
> #a <any artist>
|
||||||
searches for the artist "Psychonaut 4"
|
searches for the artist <any artist>
|
||||||
|
|
||||||
> #a Crystal F #r das Leben dannach
|
> #a <any artist> #r <any releas>
|
||||||
searches for the release (album) "das Leben dannach" by the artist "Crystal F"
|
searches for the release (album) <any release> by the artist <any artist>
|
||||||
|
|
||||||
> #r Death Pierce Me #t sterile nails and thunderbowels
|
> #r <any release> Me #t <any track>
|
||||||
searches for the track "sterile nails and thunderbowels" from the release "Death Pierce Me"
|
searches for the track <any track> from the release <any relaese>
|
||||||
```
|
```
|
||||||
|
|
||||||
After searching with this syntax it prompts you with multiple results. You can either choose one of those by inputing its id `int` or you can search for a new query.
|
After searching with this syntax it prompts you with multiple results. You can either choose one of those by inputing its id `int` or you can search for a new query.
|
||||||
|
@ -6,21 +6,16 @@ from .utils.shared import (
|
|||||||
MUSIC_DIR,
|
MUSIC_DIR,
|
||||||
NOT_A_GENRE
|
NOT_A_GENRE
|
||||||
)
|
)
|
||||||
|
|
||||||
from .metadata import (
|
from .metadata import (
|
||||||
metadata_search,
|
metadata_search,
|
||||||
metadata_fetch
|
metadata_fetch
|
||||||
)
|
)
|
||||||
|
|
||||||
from .target import set_target
|
from .target import set_target
|
||||||
|
|
||||||
from .audio_source import (
|
from .audio_source import (
|
||||||
fetch_source,
|
fetch_source,
|
||||||
fetch_audio
|
fetch_audio
|
||||||
)
|
)
|
||||||
|
|
||||||
from .lyrics import lyrics
|
from .lyrics import lyrics
|
||||||
from .database.database import Database
|
|
||||||
|
|
||||||
|
|
||||||
logging.getLogger("musicbrainzngs").setLevel(logging.WARNING)
|
logging.getLogger("musicbrainzngs").setLevel(logging.WARNING)
|
||||||
|
Loading…
Reference in New Issue
Block a user