keep n-th artist only

This commit is contained in:
fabh2o
2021-02-08 21:29:26 +01:00
parent 440c6302fb
commit ad86f187f8
2 changed files with 13 additions and 3 deletions
+1
View File
@@ -51,6 +51,7 @@ bash AAXtoMP3 [-f|--flac] [-o|--opus] [-a|-aac] [-s|--single] [--level <COMPRESS
* **-c** or **--chaptered** Output a single file per chapter. The `--chaptered` will only work if it follows the `--aac -e:m4a -e:m4b --flac` options.
* **--continue &lt;CHAPTERNUMBER&gt;** If the splitting into chapters gets interrupted (e.g. by a weak battery on your laptop) you can go on where the process got interrupted. Just delete the last chapter (which was incompletely generated) and redo the task with "--continue &lt;CHAPTERNUMBER&gt;" where CHAPTERNUMBER is the chapter that got interrupted.
* **--level &lt;COMPRESSIONLEVEL&gt;** Set compression level. May be given for mp3, flac and opus.
* **--keep-artist &lt;FIELD&gt;** In case you don't want to keep all the authors in the metadata, with this flag you can specify a specific field (1 is the first, 2 is the second...)
### [AUTHCODE]