mirror of
https://github.com/nims11/IPod-Shuffle-4g.git
synced 2025-12-07 07:58:01 +09:00
Update README with --track-gain argument
This commit is contained in:
parent
384c92b7c5
commit
51c61c5438
1 changed files with 11 additions and 5 deletions
16
README.md
16
README.md
|
|
@ -8,16 +8,22 @@ Forked from the [shuffle-db-ng project](https://code.google.com/p/shuffle-db-ng/
|
|||
Just put your audio files into the mass storage of your IPod and shuffle.py will do the rest
|
||||
```bash
|
||||
$ python shuffle.py -h
|
||||
usage: shuffle.py [-h] [--disable-voiceover] [--rename-unicode] path
|
||||
usage: shuffle.py [-h] [--disable-voiceover] [--rename-unicode]
|
||||
[--track-gain TRACK_GAIN]
|
||||
path
|
||||
|
||||
positional arguments:
|
||||
path
|
||||
|
||||
optional arguments:
|
||||
-h, --help show this help message and exit
|
||||
--disable-voiceover Disable Voiceover Feature
|
||||
--rename-unicode Rename Files Causing Unicode Errors, will do minimal
|
||||
required renaming
|
||||
-h, --help show this help message and exit
|
||||
--disable-voiceover Disable Voiceover Feature
|
||||
--rename-unicode Rename Files Causing Unicode Errors, will do minimal
|
||||
required renaming
|
||||
--track-gain TRACK_GAIN
|
||||
Store this (nonnegative integer) volume gain for all
|
||||
tracks; 0 (default) means no gain and is usually fine;
|
||||
e.g. 60 is very loud even on minimal player volume
|
||||
```
|
||||
|
||||
#### Additions to the original
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue