Skip to content

Commit

Permalink
Merge 4d19384 into f73a0e6
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Mar 5, 2019
2 parents f73a0e6 + 4d19384 commit c342e79
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cdprocessorutils.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ func (s *Server) makeLinks(ctx context.Context, ID int32) error {
for _, subtrack := range track.SubTracks {
if subtrack.TrackType == pbgd.Track_TRACK {
s.ripper.runCommand(ctx, []string{"ln", "-s", fmt.Sprintf("%v%v/track%v.cdda.mp3", s.dir, record.GetRelease().Id, expand(subtrack.Position)), fmt.Sprintf("%v%v", s.mp3dir, record.GetRelease().Id)})
s.ripper.runCommand(ctx, []string{"mp3info", "-n", fmt.Sprintf("%v", subtrack.Position), fmt.Sprintf("%v%v/track%v.cdda.mp3", s.mp3dir, record.GetRelease().Id, expand(subtrack.Position))})
}

}
Expand Down

0 comments on commit c342e79

Please sign in to comment.