how to merge 2 tracks into one

Asked by William T. Lowther

On some of my CDs there are introductions that artists make before performing their songs. Sound Juicer rips these intros as separate tracks. So when playing a playlist in shuffle mode, the intro and the song get separated. Is there a way to have Sound Juicer rip the intro+song as a single track? Any way to do this "post-rip"?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu sound-juicer Edit question
Assignee:
No assignee Edit question
Solved by:
William T. Lowther
Solved:
Last query:
Last reply:
Revision history for this message
actionparsnip (andrew-woodhead666) said :
#1

What format are the ripped tracks please?

Revision history for this message
William T. Lowther (624wtl) said :
#2

Format = FLAC

On 11/20/2017 03:23 PM, actionparsnip wrote:
> Your question #660931 on sound-juicer in Ubuntu changed:
> https://answers.launchpad.net/ubuntu/+source/sound-juicer/+question/660931
>
> Status: Open => Needs information
>
> actionparsnip requested more information:
> What format are the ripped tracks please?
>

Revision history for this message
William T. Lowther (624wtl) said :
#3

The format that I am using is FLAC

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#4
Revision history for this message
William T. Lowther (624wtl) said :
#5

I installed shntool using Synaptic Package Manager. Other required files were downloaded also. But I am getting the following messages---------------

$ sudo shntool join -o flac *.flac
shntool [join]: warning: failed to read data from input file using format: [flac]
shntool [join]: + you may not have permission to read file: [Cocker, Joe - Honky Tonk Women.flac]
shntool [join]: + arguments may be incorrect for decoder: [flac]
shntool [join]: + verify that the decoder is installed and in your PATH
shntool [join]: + this file may be unsupported, truncated or corrupt
shntool [join]: error: could not open file: [Cocker, Joe - Honky Tonk Women.flac]

When I googled these messages, it appears that some other files might be needed?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#6

Why are you adding sudo?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

Have you read the man page or looked online for different examples of the command?

Revision history for this message
William T. Lowther (624wtl) said :
#8

Apologies for delayed response. Shntool did the job. I ran "sudo apt-get install flac" first. Next, I created a "test" folder into which I pasted the tracks that I wanted to join, then "cd" to that file and ran "shntool join -n -o flac *.flac". To get the proper sequence I simply "renamed" the files by appending "A", "B", "C", etc to the front of the file name as shntool joins files alphabetically. The resultant joined file is named "joined" by shntool. Then I used "easytag" to make corrections for track title, year, genre, etc.