shnsplit: add page; shntool-split: add alias page (#10861)

* shnsplit: add page

* shntool-split: add alias page

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
pull/23/head
Narfinger 2023-10-10 16:52:43 +09:00 committed by GitHub
parent afa8175769
commit c449cee6f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 0 deletions

20
pages/linux/shnsplit.md Normal file
View File

@ -0,0 +1,20 @@
# shnsplit
> Splits audio files according to a `.cue` file.
> More information: <http://shnutils.freeshell.org/shntool/>.
- Split a `.wav` + `.cue` file into multiple files:
`shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}}`
- Show supported formats:
`shnsplit -a`
- Split a `.flac` file into multiple files:
`shnsplit -f {{path/to/file.cue}} -o flac {{path/to/file.flac}}`
- Split a `.wav` file into files of the form "track-number - album - title":
`shnsplit -f {{path/to/file.cue}} {{path/to/file.wav}} -t "%n - %a - %t`

View File

@ -0,0 +1,7 @@
# shntool split
> This command is an alias of `shnsplit`.
- View documentation for the original command:
`tldr shnsplit`