diff --git a/readme.md b/readme.md index 4034ee9..455a544 100644 --- a/readme.md +++ b/readme.md @@ -26,7 +26,9 @@ The input music folder needs the following structure: └ 💾 Music 1 ``` - Directory/File names must not exceed 31 characters. +Directory/File names must not exceed 31~ characters. + +If you encounter issues with song not playing you could try to change the codec to wmav1 or lower the bitrate. ``` Usage: xbst [OPTIONS] [INPUT] [OUTPUT] @@ -36,14 +38,16 @@ Arguments: [OUTPUT] Output folder for the database and converted musics [default: ./output] Options: - -b, --bitrate Bitrate for the output [default: 192] + -b, --bitrate Bitrate for the output [default: 128] + -c, --codec Codec to use for conversion [default: wmav2] [possible values: wmav1, wmav2] -h, --help Print help -V, --version Print version ``` ## Known issues -- The progress bar on soundtrack other than the first one doesn't progress +- The progress bar on soundtrack other than the first one doesn't progress. - Some files, once converted, are quieter than usual? +- When using wmav1, some audio files might sounds absolute ass. - Untested with a large library, probably has issues? -- Code is poo poo \ No newline at end of file +- Code is poo poo :( \ No newline at end of file