mirror of
https://github.com/nathom/streamrip.git
synced 2025-05-20 10:15:23 -04:00
finished ‘shell’ of cli
This commit is contained in:
parent
5abe14aeb9
commit
a46b9867b2
3 changed files with 126 additions and 144 deletions
|
@ -43,11 +43,12 @@ class Config:
|
|||
"downloads_database": None,
|
||||
"conversion": {"codec": None, "sampling_rate": None, "bit_depth": None},
|
||||
"filters": {
|
||||
"no_extras": False,
|
||||
"albums_only": False,
|
||||
"no_features": False,
|
||||
"studio_albums": False,
|
||||
"remaster_only": False,
|
||||
"extras": False,
|
||||
"repeats": False,
|
||||
"non_albums": False,
|
||||
"features": False,
|
||||
"non_studio_albums": False,
|
||||
"non_remaster": False,
|
||||
},
|
||||
"downloads": {"folder": DOWNLOADS_DIR, "quality": 7},
|
||||
"metadata": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue