--- title: mp3splt #feed_description: author: Issa Rice creation_date: 2015-07-22 last_major_revision_date: 2015-07-22 language: English # Possible values are "notes", "draft", "in progress", and # "mostly finished" status: notes # Possible values are "certain", "highly likely", "likely", "possible", # "unlikely", "highly unlikely", "remote", "impossible", "fiction", and # "emotional" #belief: possible # accepts "CC0", "CC-BY", or "CC-BY-SA" license: CC-BY tags: linux, music #aliases: --- I've had great luck with ```bash mp3splt -a -c query long_mp3_file.mp3 ``` I'm actually not even sure if the `-a` (which auto-adjusts) is even required.