Update README with --track-gain argument

This commit is contained in:
Andrey Mazo 2014-06-25 10:41:36 +04:00
parent 384c92b7c5
commit 51c61c5438

View file

@ -8,7 +8,9 @@ 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 Just put your audio files into the mass storage of your IPod and shuffle.py will do the rest
```bash ```bash
$ python shuffle.py -h $ 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: positional arguments:
path path
@ -18,6 +20,10 @@ optional arguments:
--disable-voiceover Disable Voiceover Feature --disable-voiceover Disable Voiceover Feature
--rename-unicode Rename Files Causing Unicode Errors, will do minimal --rename-unicode Rename Files Causing Unicode Errors, will do minimal
required renaming 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 #### Additions to the original