1
0
mirror of https://github.com/tiyn/wiki.git synced 2025-04-20 06:27:45 +02:00

Compare commits

..

No commits in common. "4369cd42ca1d4c1cfafe7d3cce70df1db44a9cbb" and "80441cce1efc02fe08fb7e8a3cfc26eca7b41a96" have entirely different histories.

2 changed files with 1 additions and 5 deletions

View File

@ -15,4 +15,4 @@ Another possible tagging software is [MusicBrainz Picard](../picard.md)
### Splitting Flac file according to cue file ### Splitting Flac file according to cue file
`shnsplit` can be used to split flac files. `shnsplit` can be used to split flac files.
In the [shnsplit article](/wiki/linux/shntool.md) an explanation on this is given. In the [shnsplit article](/wiki/linux/shnsplit.md) an explanation on this is given.

View File

@ -73,7 +73,3 @@ cuebreakpoints, cue2tracks and shnsplit.
To get the correct timings the `.cue` file has to be changed to use the format To get the correct timings the `.cue` file has to be changed to use the format
`mm:ss:fff`. `mm:ss:fff`.
It is recommended to use the shnsplit alternative in this case. It is recommended to use the shnsplit alternative in this case.
Sometimes `cuebreakpoints` outputs incorrect timestamps.
They are usually missing a `0` at the end.
To fix this the output of the `cuebreakpoints` command can be piped into `sed s/$/0/` which can be
piped into shnsplit just as in the example before.