Skip to content
This repository has been archived by the owner on Aug 14, 2022. It is now read-only.

Commit

Permalink
README.md Tweaks.
Browse files Browse the repository at this point in the history
- Tweaked installation & setup
- Tweaked prefs
  • Loading branch information
Slyyxp committed Jul 22, 2020
1 parent bf83354 commit d027e9e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ cd GeniePy
pip install -r requirements.txt
```

- Insert username and password into config.py.example

- Rename config.py.example to config.py
* Insert username and password into config.py.example
* Optionally add the device id & user agent of your own android device
* Rename config.py.example to config.py

## Command Usage
```
Expand All @@ -49,14 +49,15 @@ password | Genie Password | `ReallyBadPassword123`
device_id | Android Device ID | `eb9d53a3c424f961`
user_agent | User Agent | `genie/ANDROID/5.1.1/WIFI/SM-G930L/dreamqltecaneb9d53a3c424f961/500200714/40807`

**directories:**
**prefs:**

Config | Description | Example
------------- | ------------- | -------------
download_directory | Directory to download files to | `Z:/GeniePy/downloads`
log_directory | Directory to save log files to | `Z:/GeniePy/logs`
default_format | Default download format (1: MP3, 2: 16-bit FLAC, 3: 24-bit FLAC) | `3`
artist_folders | Whether or not to nest downloads into artist folders | `True/False`
ascii_art | Whether or not to display ascii art on every run | `True/False`

# To Do
- [x] Figure out hardware identifiers
Expand Down

0 comments on commit d027e9e

Please sign in to comment.